Scheduled Analytics Rules
Scheduled rules run at defined intervals and analyze data over a specified lookback period.
Common use cases include:
- Brute-force authentication attempts
- Impossible travel scenarios
- Repeated failed access patterns
These rules are well suited for identifying trends and multi-event patterns.
Near Real-Time (NRT) Rules
NRT rules evaluate data continuously and trigger alerts with minimal delay.
They are typically used for:
- High-risk identity events
- Immediate threat indicators
- Time-sensitive detections
The primary advantage is faster response and reduced attacker dwell time.
Fusion Detection Rules
Fusion rules use machine learning to correlate multiple low-confidence signals into higher-confidence detections.
Rather than relying on a single indicator, they assess combined behaviors, such as:
- Authentication anomalies
- Suspicious file access
- Privilege changes
This approach helps identify complex attack chains.
Microsoft Security Rules
These are built-in detections maintained by Microsoft and informed by global threat intelligence.
They provide:
- Out-of-the-box coverage
- Ongoing updates
- A baseline detection capability
Organizations often customize these rules to better fit their environment.
Custom Detection Rules
Custom rules allow organizations to define detection logic specific to their environment.
They are commonly used for:
- Industry-specific threats
- Unique application behavior
- Internal security policies
Custom rules offer flexibility but require careful design and ongoing maintenance.