Microsoft Sentinel low experimental kql

Guardian- Regex Policy Violation Detection

'This alert creates an incident when Regex Policy Violation detected from the Guardian.'

View Source

Detection Logic

Guardian
| where PolicyViolatedControlFeature =~ 'Regex'
| where Severity =~ 'Low'

Field Validations

Loading…

Comments (0)

Loading comments...