Sentinel detection rules are the core mechanism used by Microsoft Sentinel to identify security threats, suspicious behavior, and anomalies within an environment.
They define the logic that:
- Analyzes ingested data
- Correlates events
- Triggers alerts when conditions are met
These rules are built using:
- Kusto Query Language (KQL)
- Built-in templates
- Machine learning models
In simple terms, detection rules act as the “brain” of the SIEM, continuously scanning data to uncover threats.


