Wednesday, September 16, 2026

EDRChoker Tool Abuses Windows QoS Policies to Disrupt Endpoint Security Tools

A newly disclosed red-team tool dubbed “EDRChoker” is drawing attention across the cybersecurity community for its novel approach to disrupting Endpoint Detection and Response (EDR) visibility by abusing Windows Policy-based Quality of Service (quality of service).

Unlike traditional EDR evasion techniques that rely on firewall manipulation or Windows Filtering Platform (WFP) rule injection, EDRChoker operates at a lower level in the Windows networking stack, throttling agent communications to effectively sever telemetry without generating typical detection artifacts.

EDRChoker Tool Abuses Windows QoS Policies

Modern EDR platforms depend heavily on persistent client–server communication to deliver telemetry, enforce policies, and enable remote response actions. When this communication channel is disrupted, the EDR agent’s effectiveness degrades significantly, often leaving endpoints partially blind.

EDRChoker Tool (Source: zerosalarium)
EDRChoker Tool (Source: zerosalarium)

Historically, attackers and red team operators have leveraged Windows Defender Firewall rules or direct WFP API calls such as FwpmFilterAdd0 to block outbound traffic from EDR processes.

However, these methods frequently leave detectable traces, including packet-drop or packet-block events, which are increasingly monitored by security products like Elastic Defend.

EDRChoker introduces a stealthier alternative by leveraging Windows quality of service policies to impose extreme bandwidth throttling on targeted processes, as reported by Zero Salarium.

Instead of outright blocking network traffic, the tool reduces the available bandwidth to as low as 8 bits per second, effectively rendering communication unusable. Even modest throttling, such as 1 KB/s, is sufficient to break modern encrypted connections.

A typical TLS handshake requires several kilobytes of data exchange, largely due to certificate chains and cryptographic negotiation. When bandwidth is constrained below this threshold, handshake operations exceed application timeout limits, resulting in repeated connection failures that mimic unstable network conditions rather than deliberate interference.

The underlying mechanism that enables this technique is the quality of service Packet Scheduler driver (pacer.sys), which operates at the Network Driver Interface Specification (NDIS) level.

This positions it closer to the network interface card than WFP, allowing it to enforce traffic shaping after higher-level filtering decisions have already been made. Because most EDR solutions focus their monitoring on higher layers such as WFP or application-level hooks, QoS-based throttling can bypass conventional detection logic.

EDRChoker automates this process by accepting a list of known EDR process names and applying individual quality of service policies to each. These policies are created using native Windows functionality via PowerShell or Group Policy, and they persist across system reboots.

Each rule is uniquely identified using randomized GUID-based naming, complicating detection and correlation efforts. In testing environments, including Elastic Defend deployments, affected agents reportedly lose connectivity with their management servers entirely, preventing log ingestion, alerting, and remote control.

The tool operates in two modes: an installation mode that applies throttling policies based on an input list, and a removal mode that deletes previously created quality of service rules.

This dual functionality allows operators to simulate both attack and cleanup phases in controlled environments. Notably, because the technique relies on legitimate administrative features, it requires elevated privileges, reinforcing the importance of privilege management in enterprise environments.

From a defensive perspective, this technique highlights a visibility gap regarding quality of service policy abuse. Security teams are advised to regularly audit the quality of service configurations, monitor PowerShell activity related to New-NetQosPolicy, and review Windows Event Logs for policy creation events.

Additionally, detecting pre-compromise indicators, such as privilege escalation or suspicious administrative actions, remains critical, as the attack depends on administrative access.

EDRChoker underscores a broader trend in adversarial tradecraft: shifting from overt blocking mechanisms to subtle degradation techniques that blend with normal system behavior.

By targeting the reliability of telemetry rather than its existence, attackers can create blind spots without triggering traditional alarms. As EDR solutions evolve, visibility into lower-level networking components like pacer.sys and quality of service enforcement may become essential to counter this emerging evasion vector.

Follow us on Google NewsLinkedIn, and X to Get Instant Updates and Set GBH as a Preferred Source in Google.

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

Google Search Makes It Harder to See Where a Link Really Goes Before You Click

Google has begun routing some organic Search result links...

Phishing Attacks Abuse Trusted Email Infrastructure and URL Cloaking to Evade Security Filters

Phishing operators are increasingly shifting away from malware-laden attachments...

Hackers Actively Exploit Critical WooCommerce Plugin Vulnerability to Upload PHP Backdoors

Threat actors are actively exploiting a critical vulnerability in...

Weekly Cybersecurity Newsletter – Top 50 Biggest Cybersecurity Stories of the Week

Microsoft Patches 973 CVEs, Claude Agents Automate Attacks, China...

WordPress Events Calendar Vulnerabilities Let Hackers Take Over 600,000 Websites

Two critical unauthenticated vulnerability chains in the widely used...

Telegram Desktop XSS Vulnerability Lets Attackers Steal Entire Chat Histories

A stored cross-site scripting (XSS) vulnerability in Telegram Desktop...

Marimo RCE Flaw Lets Hackers Steal AWS Credentials and Pivot to Bastion Host in 8 Seconds

A threat actor exploited a critical pre-authentication remote code...

Related Articles

Recent News