zeek/scripts/policy/frameworks/intel/seen/dns.zeek
2025-04-24 23:24:40 +05:30

10 lines
313 B
Text

@load base/frameworks/intel
@load ./where-locations
event dns_request(c: connection, msg: dns_msg, query: string, qtype: count, qclass: count) &group="Intel::DOMAIN"
{
Intel::seen([$indicator=query,
$indicator_type=Intel::DOMAIN,
$conn=c,
$where=DNS::IN_REQUEST]);
}