Bro Hunter: Network Threat Hunting Platform
Bro Hunter is a network threat hunting platform built for analyzing Zeek and Suricata log pipelines. It gives analysts a focused workspace to detect stealthy command-and-control activity, investigate suspicious DNS behavior, and pivot from detection output into raw telemetry. Core workflows combine statistical beaconing analytics, entropy-driven DNS anomaly checks, and MITRE ATT&CK technique mapping.
The platform is designed for practical SOC hunting, not static reporting. Analysts can run guided hunt playbooks, inspect parsed conn.log and dns.log records in a searchable log viewer, and correlate findings across multiple detections before triage. This approach improves detection depth for behaviors that often evade pure signature coverage, including low-and-slow HTTPS beaconing and DGA-driven DNS infrastructure.
Threat hunting platform for Zeek and Suricata log analysis
Threat hunting frontend focused on detection workflows, telemetry analysis, and analyst usability:
Component architecture with type-safe log parsing and analysis models for Zeek and Suricata telemetry
Lightweight state management for hunt sessions, filter state, playbook progress, and analysis results
Dark-first SOC-appropriate design with status color semantics and data-dense layouts for analyst workflows
Fast hot module replacement for iterative development of complex detection interfaces and data visualization components
- Beaconing detection
- C2 identification
- DNS analysis
- Log correlation
- Zeek log parsing
- Protocol metadata
- Connection patterns
- Traffic baselines
- Statistical analysis
- Entropy scoring
- Jitter calculation
- Threshold tuning
- Technique mapping
- Tactic classification
- Detection coverage
- Gap analysis
- ✓ Statistical C2 beaconing detection on Zeek conn.log
- ✓ DNS anomaly analysis with entropy and tunneling indicators
- ✓ MITRE ATT&CK technique mapping for hunt findings
- ✓ Searchable log viewer for Zeek and Suricata telemetry
- ✓ Guided hunt playbooks for repeatable investigations
- ✓ SOC-focused UI built with React, TypeScript, and Tailwind CSS