Skip to content
Threat Feed
medium advisory

Suppression of Windows Security Center Notifications

Adversaries modify Windows Registry keys to disable Windows Security Center notifications, facilitating defense impairment and persistence.

Adversaries frequently employ defense impairment techniques to reduce the visibility of malicious activity or security warnings. One such method involves modifying the Windows Registry to disable notifications from the Windows Security Center, including those related to Microsoft Defender. By setting the 'Notification_Suppress' value within the 'UX Configuration' key of the Windows Defender policies, an attacker can prevent the operating system from alerting the user or the security operations center to potential threats detected by Windows Defender. This modification is often part of a broader post-exploitation effort to maintain persistence or conduct additional malicious activities without interference from security alerts. This technique is well-documented in the Atomic Red Team framework under T1112 (Modify Registry) and serves as a critical indicator for identifying attempts to subvert endpoint security controls.

Impact

Successful suppression of security notifications blinds end-users to critical security events, potentially allowing malware to execute, persist, or exfiltrate data undetected by the standard Windows Defender warning system. While this does not necessarily disable the Defender scanning engine itself, it significantly degrades the security posture of the endpoint by masking active alerts.

Recommendation

Deploy the provided Sigma rule to your SIEM to monitor for unauthorized modifications to the Windows Defender registry configuration.

  • Enable registry object auditing via Group Policy for the 'SOFTWARE\Policies\Microsoft\Windows Defender' path.
  • Deploy the Sigma rule below to detect 'Notification_Suppress' set to '1'.
  • Investigate any detected registry changes for unauthorized process or user account context.

Immediate actions

Deploy Sigma rule for Registry set events to monitor notification suppression.

Detection Engineering 48h

Threat Hunt

Search historical registry logs for the key path to identify prior unauthorized changes.

T1112 medium high confidence hunt now

Data: Registry set events (Event ID 13)

Mitigations

Enforce Windows Defender settings via GPO to overwrite manual registry modifications.

medium IT Operations

T1112

Detection coverage 1

Detect Windows Security Center Notification Suppression

medium

Detects the modification of the Notification_Suppress registry value to 1, which disables Windows security center notifications.

sigma tactics: defense-impairment, persistence techniques: T1112 sources: registry_set, windows

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