- How do SOC analysts detect Impair Defenses?
- Detection centers on XDR, SIEM telemetry for the defense evasion phase of the attack. Monitor Windows Defender configuration changes including real-time protection disabling, exclusion additions, and scan schedule modifications, alerting on changes made outside of authorized IT administration processes. Alert on processes terminating security tool processes including antivirus, EDR agents, and SIEM forwarders, particularly when the termination is performed using taskkill, process API calls, or by stopping associated services.
- What does a Impair Defenses alert look like?
- A representative XDR detection is "Windows Defender Disabled via PowerShell" (critical severity): PowerShell command Set-MpPreference -DisableRealtimeMonitoring $true executed on 12 workstations within a 3-minute window. Simultaneous disabling of real-time protection across multiple systems is characteristic of pre-ransomware preparation scripts run from a compromised administrator account. Following the disablement, network traffic from these workstations shows connections to known ransomware distribution infrastructure.
- Which tools detect Impair Defenses, and how can I practice?
- Impair Defenses (T1562) is best surfaced with XDR, SIEM telemetry, which exposes the defense evasion signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.