<?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>Edr-Silencing - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/edr-silencing/</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>Mon, 24 Aug 2026 15:46:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/edr-silencing/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>Abuse of Windows Filtering Platform to Disable EDR Telemetry</title><link>https://feed.craftedsignal.io/briefs/2026-08-wfp-edr-silencing/</link><pubDate>Mon, 24 Aug 2026 15:46:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-wfp-edr-silencing/</guid><description>Adversaries are utilizing the Windows Filtering Platform (WFP) to create block filters that silence security agent communications, preventing the delivery of telemetry and evading detection.</description><content:encoded><![CDATA[<p>Adversaries are increasingly abusing the Windows Filtering Platform (WFP) to disrupt the operations of security products. Tools such as EDRSilencer leverage the legitimate capabilities of WFP to dynamically inject filter rules that explicitly block outbound network traffic originating from security agent processes. By creating these block filters, attackers can effectively disable the reporting functionality of EDRs, antivirus solutions, and logging agents without needing to terminate the processes themselves. This technique allows for stealthier persistence of malicious activity, as the security agent remains active in the process list but fails to communicate threat telemetry to central consoles. Defenders must monitor WFP policy modifications for unauthorized block rules targeting security binaries to mitigate this evasion technique.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains administrative or elevated privileges on the target Windows system.</li>
<li>The attacker deploys a tool, such as EDRSilencer, capable of interacting with the Windows Filtering Platform API.</li>
<li>The tool enumerates running processes to identify security agents (e.g., MsMpEng.exe, xagt.exe, CylanceSvc.exe).</li>
<li>The tool constructs a WFP filter rule designed to drop network packets associated with the identified target processes.</li>
<li>The tool interacts with the WFP engine via administrative APIs to commit the new filter rule with a &quot;Block&quot; action.</li>
<li>The target EDR process continues to run but is prevented from transmitting telemetry to its cloud or management server.</li>
<li>The attacker conducts follow-on malicious activity while the EDR remains effectively silenced.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful abuse of this technique results in the complete loss of visibility into host-based security telemetry. By silencing agents, an attacker can operate on an endpoint undetected, potentially leading to unauthorized data exfiltration, lateral movement, or ransomware deployment without triggering standard security alerts.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable Windows Security Event Log auditing for Event ID 5447 (Windows Filtering Platform) to capture WFP policy changes.</li>
<li>Deploy the Sigma rules below to identify the creation of block filters targeting known security processes.</li>
<li>Establish a baseline for authorized administrative tools that modify WFP filters; investigate any processes outside of this baseline performing such actions.</li>
<li>Integrate Event ID 5447 into your SIEM monitoring to alert on any WFP rule addition with a &quot;Block&quot; action.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>defense-evasion</category><category>edr-silencing</category><category>windows-filtering-platform</category></item></channel></rss>