SiLK and Yaf, following Chris Sanders and Jason Smith's methods. (http://www.appliednsm.com/silk-on-security-onion/ -- I have their book, too.)
The nice thing about Yaf is that I can give something back to the network team after inserting our devices into their critical links. I a Yaf process to collect flows into Silk locally and another to send IPFIX to our network team's tool.
With the recent release of Flowbat (http://www.flowbat.com/), you can do charts and the queries get easier in SiLK. However, learning the SiLK queries (rwcut and rwfilter) forces you to think about exactly what you're looking for instead of relying on the pretty charts that Plixer sells.
I also use Zabbix for measuring bandwidth utilization on particular sensor interfaces. Zabbix can alert when thresholds are exceeded, and then you can drill in to the details with SiLK.
-- Larry
Bro will work as an IDS based on the flow data will Argus do this as well? Basically I would like to use netflow for troubleshooting and seeing things that are off but have SO use either argus or bro as an IDS on anything I maybe missing.
Bro already produces "flow-like" data natively with the conn log. If you want to export NetFlow from your routers and switches and have that searchable in ELSA, you'll need to come up with a way to ingest NetFlow data into ELSA. There is no built-in method for doing this in Security Onion.
The most easily accessible option would probably be to send your NetFlow data to Argus or Logstash, then send that to ELSA via syslog. This will require some plumbing on your part; it's not built into SO. Either one is going to increase your resource utilization, so be prepared.
If you can live with having your data outside ELSA, SiLK with FlowBAT is the most versatile turnkey solution that I've seen in the free/open source world. There are many other options, but FlowBAT is really nice.
> Bro will work as an IDS based on the flow data will Argus do this as well? Basically I would like to use netflow for troubleshooting and seeing things that are off but have SO use either argus or bro as an IDS on anything I maybe missing.
I'm not entirely sure what you mean by "work as an IDS", but if you want to create notices or get alerts from ELSA, the easiest way to do that would be to work with the existing tools built into SO.
--
You received this message because you are subscribed to a topic in the Google Groups "security-onion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/security-onion/NfKMYqcMgYs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to security-onio...@googlegroups.com.