suricata_query_alerts
Query Suricata IDS/IPS alerts by filtering on signature, severity, IP addresses, protocol, and time range to retrieve recent matches.
Instructions
Search Suricata IDS/IPS alerts from eve.json. Filter by signature, severity, source/destination IP, protocol, and time range. Returns the most recent alerts matching the criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstIp | No | Destination IP address | |
| limit | No | Max results | |
| proto | No | Protocol (TCP, UDP, ICMP) | |
| srcIp | No | Source IP address | |
| timeTo | No | End time (ISO 8601) | |
| category | No | Alert category (partial match) | |
| timeFrom | No | Start time (ISO 8601) | |
| signature | No | Alert signature text (partial match) | |
| minSeverity | No | Minimum severity (1=highest, 4=lowest) | |
| signatureId | No | Suricata signature ID (SID) |