Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Could you help with the script we can run to query IP subnet/Prefix value wise like 192.168.12.0/27.
If you need to see if its a valid IP/prefix, use: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/has-any-ipv4-prefix-function or https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/has-ipv4-prefix-function
There are some other examples in the Sentinel Github: https://github.com/search?q=repo%3AAzure%2FAzure-Sentinel%20ipv4_prefix&type=code