suricata_correlate_zeek
Correlate Suricata alerts with Zeek logs by matching community IDs, IPs, ports, or timestamps. Returns alert details and investigation instructions for the same flow.
Instructions
Cross-reference a Suricata alert with Zeek logs using community_id or IP/port/time matching. Returns the Suricata alert details alongside instructions to investigate the same flow in Zeek.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstIp | No | Destination IP from alert | |
| limit | No | Max alerts to correlate | |
| srcIp | No | Source IP from alert | |
| communityId | No | Community ID for cross-tool correlation | |
| signatureId | No | Suricata SID to look up |