suricata

Network IDS/IPS and security monitoring engine for threat detection

brewmacoslinux
Try with needOr install directly
Source

About

Network IDS, IPS, and security monitoring engine

Commands

suricata

Examples

Run Suricata in IDS mode on a network interface$ suricata -i eth0 -c /etc/suricata/suricata.yaml
Analyze a pcap file for threats$ suricata -r traffic.pcap -c /etc/suricata/suricata.yaml -l alerts
Check Suricata version and available options$ suricata --version && suricata --help