Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
OWASP Releases Top 10 for Securing Generative AI LLM Applications
August 6, 2026
OpenAI Agents Uncover Critical Zero-Day Vulnerability
August 6, 2026
Meta AI Model Exploited to Hack Third-Party System
August 6, 2026
Home/CyberSecurity News/EDRChoker Tool Exploits QoS to Disable EDR Security Processes
CyberSecurity News

EDRChoker Tool Exploits QoS to Disable EDR Security Processes

Key Takeaways A new red team tool, EDRChoker, can effectively disable cloud-connected EDR agents. The tool exploits Windows’ native Policy-Based Quality of Service (QoS) to throttle EDR process...

Jennifer sherman
Jennifer sherman
June 7, 2026 4 Min Read
55 0

Key Takeaways

  • A new red team tool, EDRChoker, can effectively disable cloud-connected EDR agents.
  • The tool exploits Windows’ native Policy-Based Quality of Service (QoS) to throttle EDR process network bandwidth.
  • By reducing bandwidth to near-zero, EDRChoker prevents agents from communicating with their cloud infrastructure.
  • This technique operates at a lower level in the network stack than traditional firewall-based methods, making it harder to detect.

A novel open-source red team utility named EDRChoker has been introduced, offering an innovative method for neutralizing cloud-dependent Endpoint Detection and Response (EDR) agents. Unlike conventional approaches that involve terminating processes or injecting code, EDRChoker achieves its objective by subtly restricting network bandwidth for EDR processes using Windows’ built-in Policy-Based Quality of Service (QoS) engine.

Table Of Content

  • Key Takeaways
  • EDRChoker Tool Functionality
  • What You Should Do

Developed by security researcher @TwoSevenOneT, this tool leverages Windows Policy-Based Quality of Service (QoS) to severely limit the network throughput of EDR processes, effectively severing their connection to central command and control infrastructure.

Modern EDR systems rely on a continuous, low-latency connection between their endpoint agents and cloud-based management servers. This vital link is fundamental for collecting telemetry data, correlating threats, and enabling administrative control over the endpoints.

EDRChoker Tool Functionality

Disrupting this critical connection renders an EDR agent effectively inert. It becomes incapable of reporting detected threats, receiving updated security policies, or responding to remote commands from security administrators. EDRChoker is specifically designed to exploit this architectural reliance.

Historically, red teams have employed two primary tactics to interrupt EDR communications: configuring Windows Defender Firewall rules or making direct calls to the Windows Filtering Platform (WFP) API.

Tools such as EDRSilencer weaponize the FwpmFilterAdd0 API to register outbound network filters, selectively dropping packets generated by EDR agents.

However, a significant drawback of WFP-based blocking is its forensic visibility. Such actions typically generate packet-block and packet-drop events, which security platforms like Elastic Defend are specifically configured to detect. These events trigger immediate alerts under categories such as “Potential Evasion via Windows Filtering Platform.”

EDRChoker, conversely, uses a different mechanism, exemplified by the command: New-NetQosPolicy -Name "EDRProcess_<GUID>" -AppPathNameMatchCondition "agent.exe" -ThrottleRateActionBitsPerSecond 8 -PolicyStore ActiveStore

By throttling bandwidth to a mere 8 bits per second (bps), even a standard TLS handshake, which requires between 3 KB and 6 KB of certificate chain data, becomes impossible to complete. The EDR agent continuously times out before exchanging a single packet, resulting in connection-dropped errors rather than easily detectable firewall block events.

The core technical advantage of EDRChoker lies in its architectural placement. QoS throttling is enforced by pacer.sys, an NDIS Lightweight Filter Driver that operates directly above the physical Network Interface Card (NIC). This places it one layer below the Windows Filtering Platform (WFP) in the Windows network stack. This stack order is crucial for evasion:

  • WFP resides within tcpip.sys at the Transport layer.
  • pacer.sys intercepts raw Ethernet frames at the NDIS boundary, closer to the hardware.
  • Because it functions at a lower privilege tier in the stack, pacer.sys rules govern packets before WFP-level EDR monitoring tools can observe them.

Researcher @TwoSevenOneT indicated that EDRChoker can accept an input file containing EDR process names. It then automatically generates uniquely named QoS policies (combining the process name with a random GUID for each execution) to prevent identical rule signatures across different deployments.

The tool, which is publicly available on GitHub, offers two primary operational modes:

  • Remove mode: Executed without parameters, this mode efficiently purges all previously installed QoS policies.
  • Install mode: This mode accepts an input file of EDR process names and creates uniquely named QoS policies (process name + random GUID) that are persistent across system reboots.

The EDRChoker technique highlights a critical architectural vulnerability: EDR solutions that are entirely reliant on cloud connectivity inherently possess a single point of failure. As attackers increasingly delve deeper into the Windows network stack to bypass detection, defenders must extend their monitoring capabilities to equally low levels, or risk operating without vital visibility during critical security incidents.

What You Should Do

  • Implement robust network segmentation to limit the impact of compromised endpoints.
  • Deploy EDR solutions with strong offline capabilities or local caching of telemetry to maintain visibility even when cloud connectivity is lost.
  • Enhance network monitoring at lower layers of the OSI model, potentially including NDIS filter driver activity, to detect unusual QoS policy changes or throttling.
  • Regularly audit existing QoS policies on endpoints, especially those applied to security tools, to identify unauthorized modifications.
  • Educate security teams on advanced evasion techniques that target network stack components below traditional firewall levels.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitSecurityThreat

Share Article

Jennifer sherman

Jennifer sherman

Jennifer is a cybersecurity news reporter covering data breaches, ransomware campaigns, and dark web markets. With a background in incident response, Jennifer provides unique insights into how organizations respond to cyber attacks and the evolving tactics of threat actors. Her reporting has covered major breaches affecting millions of users and has helped organizations understand emerging threats. Jennifer combines technical knowledge with investigative journalism to deliver in-depth coverage of cybersecurity incidents.

Previous Post

Instagram Patches Flaw Exposing User Emails and Phone Numbers

Next Post

Critical Vulnerability in Claude Code MCP Exposes OAuth Tokens

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
CISA Warns of Critical TeamCity RCE Vulnerability, CVE-2023-42793, Actively Exploited
August 6, 2026
Apple iCloud Private Relay WebKit Flaws Expose User IP Addresses
August 6, 2026
Critical npm Supply Chain Attack Compromises Keyv Library, Hundreds of Packages
August 6, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us