zeek_query_dns
Search Zeek DNS logs with wildcard domain matching, query type filtering, and response code filtering to investigate network security events.
Instructions
Search Zeek DNS query logs. Supports wildcard domain matching, query type filtering, and response code filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| qtype | No | Query type (A, AAAA, MX, TXT, CNAME, NS, PTR, SRV, SOA) | |
| query | No | Domain query (supports wildcards: *.evil.com) | |
| rcode | No | Response code (NOERROR, NXDOMAIN, SERVFAIL, REFUSED) | |
| srcIp | No | Querying host IP | |
| timeTo | No | End time (ISO 8601) | |
| answers | No | Search in DNS answers | |
| timeFrom | No | Start time (ISO 8601) |