Forum
27

What open-source tools do you use for security monitoring?

asked by aklaha 24 days ago

As a free SIEM, I use Wazuh, but with my own little custom modifications, because the out-of-the-box version does not fit all of my use cases. I have also tried Security Onion and the free version of ELK.

For Windows systems, I collect basic logs and Sysmon events.

For Linux systems, I use Falco, which also covers containers. I also tried Tetragon, but decided to move forward with Sysmon for Linux, since Tetragon required more time to properly configure and operationalize. Auditd is another option, but I have never really liked it for analyzing Linux system logs.

For network monitoring, I use Zeek and RITA. In practice, however, I do not use them very often, because production teams do not always have the capacity to process large volumes of traffic or maintain this type of setup.

4 answers

Sign in to answer.
shadepl 11 points 24 days ago

auditd is fine, you just have to accept that reading raw auditd output is not something a human should do. pipe it through something that turns it into sentences first

vivida (David) 9 points 24 days ago

Zeek is the one I always want and rarely get to keep. Genuinely excellent data, then somebody looks at the storage and it quietly goes away.

The RITA pairing is a good call though. Beaconing detection is one of the few things that really does need full connection data.

dcid (Daniel) 7 points 23 days ago

Sysmon for Linux over Tetragon is interesting, most people go the other way. Was it purely setup time or did you hit something specific?

aklaha 6 points 23 days ago

Mostly setup time, and that I would have been the only person who understood it. Sysmon config is ugly but everyone on my team can already read it.

Guidelines Newest Search Back to Trunc