Forum Discussion

eladfe's avatar
eladfe
Copper Contributor
Jul 24, 2022

help in kql query

hay

I have a list of IP's and i want to check each one of them exist in the dns of the network adapter .

So for one address this is fine:

DeviceNetworkInfo
| where DnsAddresses  contains "192.168.1.1"
but what to do if i have a list of IP's and i want to check each one of them? 
Thanks

 

Resources