<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Security-Hardening - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/security-hardening/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 01 Sep 2026 12:13:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/security-hardening/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Suppression of Windows Security Center Notifications</title><link>https://feed.craftedsignal.io/briefs/2026-09-windows-defender-suppression/</link><pubDate>Tue, 01 Sep 2026 12:13:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-windows-defender-suppression/</guid><description>Adversaries modify Windows Registry keys to disable Windows Security Center notifications, facilitating defense impairment and persistence.</description><content:encoded><![CDATA[<p>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.</p>
<h2 id="impact">Impact</h2>
<p>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.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Deploy the provided Sigma rule to your SIEM to monitor for unauthorized modifications to the Windows Defender registry configuration.</p>
<ul>
<li>Enable registry object auditing via Group Policy for the 'SOFTWARE\Policies\Microsoft\Windows Defender' path.</li>
<li>Deploy the Sigma rule below to detect 'Notification_Suppress' set to '1'.</li>
<li>Investigate any detected registry changes for unauthorized process or user account context.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>persistence</category><category>defense-impairment</category><category>windows</category><category>security-hardening</category></item></channel></rss>