Solved PF_RING equivalent on FreeBSD and help

So, this is just a general question, what I would like to do is use a suite of software to have some insight into traffic going over the network.

Ideally the setup would be about here, so spanning the port is necessary:

BhqKk7EMY92bovf8NJr5xbY1ep2-wi0bE8Uf3rWf0TynmnYfelTgFWE6kIP3yEfEFQ2-sjQ_hus0r_0=w1366-h678


So, the suite of software that I would ideally have are the following:

Suricata - IDS/IPS
Bro - Another tool used to view data from Suricata and collect further insight
ELK Stack - Collecting and managing logs from Bro and other data sources to view / analyze
BPF - Filtering out traffic
Barnyard2 - Suricata rule management
pf - Possibly as another firewall

The only other tool I seem to not be able to find an equivalent for is pf_ring (possibly netmap?)

However, the way I see this setup, is it feeds mostly like this:

0. Filter events using BPF, and pf
1. Feed events from network interface to suricata
2. Feed suricata events to Bro and ELK
3. Feed Bro events to ELK
4. Manage rules using barnyard2
5. Anything missing?

Are there any helpful hints, suggestions?

Thanks all
 
If you search the forums for tcpdump [libpcap] >> you might rephrase your question more in line of the experience of the persons online >> persons may respond.
 
Back
Top