this post was submitted on 31 Jan 2026
1 points (100.0% liked)
networking
3624 readers
1 users here now
Community for discussing enterprise networks and the ensuing chaos that comes after inheriting or building one.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments

Yes, its a distro with a bunch of tools. The tools are deployed together into a web app suite.
Security Onion is firstly an IDS. Intrusion Detection System.
The base install needs 2 NICs, a management NIC and an operational NIC. It's a probe.
It also supports an army of Elastic Agents installed at sites or subnets.
The package allows you to flag events via Suricata (I think that's what's behind Hunt), escalate Cases to track them, search the data in a surprising amount of ways, and drill right down to the packet level (that's Wireshark). There's a bunch of InfluxDB graphing. A thing called CyberChef that is a fukin badass on-the-fly decoding and decryption tool to open up the packets you gather.
Honestly, I'm just getting started. But if you hired a security analyst to watch your network, you'd want them checking this every day, digging in shit, sending you reports, escalating cases to you.
Ah, ok. Thanks, that's a nice summary to get me on the right track... it might be something we need to evaluate for our team at work.
Thanks!