MT.1149 - Behavior Monitoring should be enabled
Overviewβ
Verify that behavior monitoring is enabled - prerequisite for EDR capabilities.
Disabled behavior monitoring reduces ability to detect zero-day threats and advanced persistent threats.
Remediation action:β
- Open Microsoft Endpoint Manager > Endpoint Security > Antivirus
- Edit the relevant Microsoft Defender Antivirus policy
- Enable Allow Behavior Monitoring
Related linksβ
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | MT.1149 |
| Severity | High |
| Suite | Maester |
| Category | Defender |
| PowerShell test | Test-MtMdeBehaviorMonitoring |
| Tags | Defender, Maester, MT.1149 |
Sourceβ
- Pester test:
tests/Maester/Defender/Test-MtMdeAntivirusPolicy.Tests.ps1 - PowerShell source:
powershell/public/maester/defender/Test-MtMdeBehaviorMonitoring.ps1