zeek_detect_beaconing
Analyze connection intervals to detect C2 beaconing, scoring source-destination pairs based on interval regularity and low jitter.
Instructions
Detect potential C2 beaconing by analyzing connection interval regularity. Finds source-destination pairs with suspiciously consistent callback intervals (low jitter). Higher scores indicate more regular beaconing patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstIp | No | Filter by destination IP | |
| srcIp | No | Filter by source IP | |
| timeTo | No | End time (ISO 8601) | |
| minScore | No | Minimum beacon score to include in results (default 50) | |
| timeFrom | No | Start time (ISO 8601) | |
| minConnections | No | Minimum connections to consider a pair (default 10) | |
| maxJitterPercent | No | Maximum jitter percentage to flag as beaconing (default 30) |