Skip to main content
T1562Defense Evasionmedium difficulty

Impair Defenses

Impair Defenses is the adversary blinding the defenders, disabling or reconfiguring firewalls, antivirus, EDR, and logging so later actions go unseen. Because these are protective controls, any unsanctioned change is a strong signal. Watch for real-time protection being turned off, security-tool exclusions being added, audit policy or event logging being altered, agents stopping unexpectedly, and tampering with the very telemetry sources a SOC depends on, often a precursor to a noisier attack stage.

Practice detecting Impair Defenses on realistic XDR, SIEM alerts in SOCSimulator Operations.

XDRSIEM

What is Impair Defenses?

Impair Defenses is documented as technique T1562 in MITRE ATT&CK® v19.1 under the Defense Evasion tactic. Detection requires visibility into XDR, SIEM telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Impair Defenses activity. These methods apply across XDR, SIEM environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    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.

  2. 2

    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.

  3. 3

    Detect Windows Firewall rule modifications adding inbound allow rules or disabling the firewall entirely, as attackers frequently modify firewall configurations to allow their tools to communicate or to enable lateral movement.

  4. 4

    Monitor for registry modifications that disable security features including Windows Event Log forwarding, PowerShell ScriptBlock logging, and Protected Users security settings that limit credential caching.

  5. 5

    Implement out-of-band health monitoring for security tools that alerts on agents going offline unexpectedly, as agent silence may indicate successful defense impairment even when the impairment action itself was not directly observed.

Example Alerts

These realistic alert examples show what Impair Defenses looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

CriticalXDR

Windows Defender Disabled via PowerShell

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.

CriticalSIEM

EDR Agent Process Terminated by Suspicious Process

Process monitoring detected taskkill.exe terminating the endpoint security agent service on server DB-PROD-07. The termination was performed by a script running under SYSTEM privileges obtained through a compromised service account. Loss of EDR visibility on a production database server is a critical security event requiring immediate out-of-band verification of server integrity and assessment of attacker activity on the system.

HighSIEM

Security Audit Log Forwarding Disabled

Log volume monitoring detected sudden cessation of Windows Event Log forwarding from 8 servers. Registry analysis shows the Windows Event Log subscription service was disabled on these hosts. The hosts stopped forwarding logs at 01:23 AM, 4 minutes after a suspicious authentication event. The gap in log collection creates a blind spot in security monitoring during the period most likely to contain evidence of attacker actions.

Frequently Asked Questions

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.

Build the Skills Behind Impair Defenses

We don't have a dedicated room for Impair Defenses yet. Practice the surrounding detection skills across SOCSimulator Operations, free.

Explore Operations
Glossary

What is False Positive? SOC Glossary

A false positive is a security alert that fires on legitimate, benign activity, incorrectly classifying safe behavior as…

Read more
Glossary

What is EDR? SOC Glossary

Endpoint Detection and Response (EDR) is a security technology that continuously monitors endpoint activity, recording p…

Read more
Glossary

What is Threat Hunting? SOC Glossary

Threat hunting is the proactive, human-led process of searching through security telemetry to find hidden threats that e…

Read more
Glossary

What is Log Management? SOC Glossary

Log management is the process of collecting, normalizing, storing, retaining, and analyzing log data from across the IT …

Read more
Career Path

Detection Engineer Career Guide: Salary & Skills

Detection Engineers build the rules, analytics, and automated workflows that determine what the SOC can see. You transla…

Read more
Career Path

Threat Hunter Career Guide: Salary & Skills

Threat Hunters do not wait for alerts. You develop hypotheses based on threat intelligence and adversary behavior models…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more
Feature

Operations: Guided Training Operations

Structured CTF-style investigation operations covering real-world attack scenarios.

Read more