Dns Events DNS Query Resolved To Palo Alto Networks Skinhole
Query
DnsEvents
| where IPAddresses has "72.5.65.111" and not(Name has "sinkhole.paloaltonetworks.com")
| project
TimeGenerated,
Computer,
ClientIP,
QueryType,
SubType,
Name,
IPAddresses,
ResultCodeExplanation
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.
Details

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