zeek_query_notices
Query Zeek security notices to identify port scans, invalid certificates, protocol violations, and custom alerts. Search by notice type, IP addresses, message content, or time range.
Instructions
Search Zeek security notices (built-in and custom detections). Notices include port scans, invalid certificates, protocol violations, and custom alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | No | Message content search (partial match) | |
| note | No | Notice type (e.g. Scan::Port_Scan, SSL::Invalid_Server_Cert) | |
| dstIp | No | Destination IP address | |
| limit | No | Max results | |
| srcIp | No | Source IP address | |
| timeTo | No | End time (ISO 8601) | |
| timeFrom | No | Start time (ISO 8601) |