Skip to content
Threat Feed
medium advisory

Windows Defender Real-time Protection Disabled

Detection of unauthorized disabling of Windows Defender real-time protection via system-level service events.

Attackers often target security controls to facilitate the execution of malicious payloads, persistence mechanisms, or data exfiltration. Disabling Windows Defender real-time protection (Event ID 5001) is a common defense evasion technique used by adversaries to prevent detection of malware during the post-exploitation phase. This activity is logged by the Windows Defender service and, while it can occasionally be triggered by legitimate administrative activity or automated system updates, it is highly suspicious when occurring in the absence of documented change management. Security teams should monitor for this event to identify unauthorized attempts to weaken host-based defenses.

Impact

Successful disabling of real-time protection significantly increases the risk of malware infection, unauthorized binary execution, and persistent foothold establishment within the affected host. If left unmonitored, this behavior provides attackers with a window of opportunity to operate undetected.

Recommendation

  • Deploy the Sigma rule below to monitor for Windows Defender service modifications.
  • Correlate Event ID 5001 occurrences with other process execution logs (Event ID 4688) to determine if a privileged user or suspicious process initiated the change.
  • Audit change management logs for legitimate maintenance windows that might coincide with this event to reduce noise.

Threat Hunt

Search for Event ID 5001 to identify potential defense evasion

T1562.001 medium high confidence convert to detection

Data: Windows Event Log

Detection coverage 1

Detect Windows Defender Real-time Protection Disabled

medium

Detects the disabling of Windows Defender real-time protection, which may indicate defensive evasion by an adversary.

sigma tactics: defense-impairment techniques: T1562.001 sources: process_creation, windows

Detection queries are available on the platform. Get full rules →