Query Details
DnsEvents
| where IPAddresses has "72.5.65.111" and not(Name has "sinkhole.paloaltonetworks.com")
| project
TimeGenerated,
Computer,
ClientIP,
QueryType,
SubType,
Name,
IPAddresses,
ResultCode
Show me DNS events where the IP address is "72.5.65.111" but the name is not "sinkhole.paloaltonetworks.com". Display the time generated, computer, client IP, query type, sub type, name, IP address, and result code.

Jose Sebastián Canós
Released: March 3, 2024
Tables
Keywords
Operators