Is there a way to query for IP ranges from the DeviceEvent table using IP subnet notation i.e. 1.1.1.0/24 vs. listing individual IPs 1.1.1.1?
Instead of list inididual IPs for
| where LocalIP == "1.1.1.1"
I would like to list subnet range "1.1.1.1 - 1.1.1.255" or "1.1.1.0/24"
Fiddle