Forum Discussion
khourani
Mar 30, 2021Copper Contributor
Advance Hunting IP Range check (CIDR)
Is there a way to search for IP ranges in KQL? e.g 192.168.0.0/16
Note: I want to exclude public IP range so i cannot use "RemoteIPType"
- You can use the ipv4_is_match command => https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/ipv4-is-matchfunction
- Thijs LecomteBronze ContributorYou can use the ipv4_is_match command => https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/ipv4-is-matchfunction