Zeek (formerly Bro) is a passive network security monitor. Unlike Snort/Suricata (signature-based), Zeek describes traffic in deep semantic logs: conn.log, http.log, dns.log, ssl.log, files.log, x509.log, notice.log. These logs are gold for threat hunting in a SIEM.
Why a SOC loves Zeek:
- JA3/JA3S/JARM TLS fingerprints out of the box.
- File extraction with MIME-type recognition.
- Scriptable in its own policy language — write detections that match behaviour, not just bytes.
- Pairs perfectly with Suricata in Security Onion / Corelight builds.