logpresso / CVE-2021-44228-Scanner

Vulnerability scanner and mitigation patch for Log4j2 CVE-2021-44228
Apache License 2.0
851 stars 175 forks source link

Share your story #96

Open xeraph opened 2 years ago

xeraph commented 2 years ago
romestylez commented 2 years ago

We are still investigating. In the first try we scanned our DMZ systems now we are going to scan the rest. At the end its around 2900 Servers (Win/Unix).

We searched with own powershell scripts etc. what our automation team is missing the most are error codes for the scanner but we are happy to have this tool :)

jlellis commented 2 years ago

Would you introduce yourself? Sr Linux Sysadmin at Pavlov Media. Formally a Java developer.

How many server did you scanned or fixed? scanned several hundred, fixed about 20.

Did you completed your mission? How long does it take? Not completed. The darn issue keeps expanding with more CVEs.

Have you tried other tools? What was the difference? Looked at other tools, the best one requires python to be installed on hosts to run it; total non starter for Windows, our Senior Windows admin rejected that idea outright. He's willing to use the pre-compiled binary for windows, though. (I'm old school and don't download linux binaries from github, I build from source.)

Do you have any useful tips? Beware the spaces in filenames issues. Running the jar on Linux doesn't like being told to use a ./ prefix on a path. windows doesn't like putting quotes around parameters, and powershell can mangle your dashes and quotes. I'm used to bash so I escape such things without thinking much about it.

jgstew commented 2 years ago
strawgate commented 2 years ago

Would you introduce yourself? I lead a security software company that helps organizations operating Critical Infrastructure to detect and mitigate threats

How many server did you scanned or fixed? 10,000+ Servers

Did you complete your mission? How long does it take? We are using Logpresso with our other tools as an "enhanced" detection mechanism and are having great luck so far!

Have you tried other tools? What was the difference? The developer of Logpresso is way more responsive :)

Do you have any useful tips? Test!

doctore74 commented 2 years ago

Would you introduce yourself? I'm an IT Engineer from Germany.

How many server did you scanned or fixed? MANY. Number increasing. Accidentally fixed a system automatically with the parameter force-fix :-D

Did you completed your mission? How long does it take? I'm pretty sure this issue will be with us for a long time, like the coronavirus. Everyone should scan their hosts on a regular basis. Use a monitoring tool. We build a check plugin for checkmk. Open-Source and free version available. Blog arcticle Latest version of the check plugin Discussion to for the plugin developement - JOIN US! With checkmk we were able to push the check on all monitored linux/windows hosts at once. The check will be executed every 4 hours. For questions about checkmk ask Martin Hirschvogel Mh@tribe29.com (@martinhv)

Have you tried other tools? What was the difference? Not yet. But I will do this for cross-checking.

Do you have any useful tips?

@xeraph AWSOME work! Keep going! Tell us if you need help. Contact the checkmk guys and bundle your competences.

IanMajor12 commented 2 years ago

Great scanner, thank you. Very easy to use and very effective too. Used on Windows with the following in a batch file

start "ServerName" /D .\Log4jScan /I log4j2-scan.exe --scan-log4j1 --scan-logback --scan-zip --report-path .\logs\ServerName.csv --report-csv \\ServerName\C$

We are able to scan our 89 servers from a single location this way.