DATE
June 30, 2026
There is a comfortable assumption that runs through a lot of boardrooms and IT teams: deploy a reputable EDR agent, watch the dashboard go green, and the endpoint problem is solved. In 2026 that assumption is getting people breached.
The technique driving this is not new in concept, but it has matured fast. Adversaries are no longer trying to slip past endpoint detection and response tooling — they are turning it off. "EDR killers" are now a standard fixture in the intrusion playbook, and the groups using them have industrialised the approach to the point where a purpose-built disabling tool is treated as a commodity, traded and reused across affiliates.

The label covers a family of techniques whose shared goal is to blind or neutralise the security agent before the real payload lands. The most prevalent approach is BYOVD — bring your own vulnerable driver. The attacker loads a legitimately signed but flawed kernel-mode driver, then abuses it to operate at a privilege level above the EDR itself. From there they can terminate protected processes, strip the agent's callbacks, or unhook the kernel notifications the product relies on to see anything at all.
What makes this dangerous is that the driver is signed. It passes the trust checks. The endpoint does not register a malicious file in the usual sense — it registers a piece of software Microsoft itself once vouched for, being used for a purpose it was never intended for.
Other variants sit alongside BYOVD: tampering with the agent's services and registry entries, exploiting misconfigured uninstall or tamper-protection settings, abusing legitimate management tooling, and the steady refinement of off-the-shelf disabling utilities sold or shared within ransomware ecosystems. The common thread is that by the time the killer has run, the very tool you were relying on to alert you has gone quiet — and silence reads exactly like safety.
Three things have converged. First, EDR adoption is high enough that attackers can assume it is present, so disabling it has become a necessary step rather than an opportunistic one. Second, the tooling has been commoditised; an affiliate no longer needs to develop a kernel exploit, they buy or borrow one. Third, the window between disabling the sensor and detonating ransomware is short and deliberate — the killer runs, telemetry stops, encryption follows, and the first signal a poorly prepared organisation receives is the ransom note.
For the sectors we work with most closely — public bodies, fintech firms operating under DORA, and aerospace and defence-adjacent organisations — the regulatory and operational stakes make a silent sensor an unacceptable risk. NIS2 and DORA both lean heavily on demonstrable operational resilience and incident detection. A control that can be switched off without anyone noticing is a control you cannot evidence.
The uncomfortable truth is that you cannot rely on the EDR to defend the EDR. Resilience here comes from layering and from diligence, not from a single product. A few of the measures we consider non-negotiable:
Enforce driver controls at the kernel boundary. Microsoft's vulnerable driver blocklist and Windows Defender Application Control (WDAC) policies should be deployed and kept current. BYOVD depends on a known-bad driver loading successfully; block the load and you remove the most common foothold.
Treat tamper protection as a configuration to be audited, not a checkbox. Tamper protection must be enabled, and just as importantly, its status must be monitored. An agent reporting that its own protection has been disabled is one of the highest-fidelity signals available — but only if someone is watching for it.
Watch for the absence of telemetry. A managed detection and response capability should alarm not only on malicious activity but on the sudden silence of a sensor that was reporting a minute ago. Heartbeat monitoring and "last seen" alerting turn a blind spot into a detection.
Hunt for the precursors. Driver loads from unusual paths, new kernel-mode services, suspicious use of legitimate administration tools, and privilege escalation attempts are the noise that precedes the kill. These are detectable before the EDR goes dark if you are looking at the right layers — and if your logging reaches beyond the endpoint into network and identity telemetry.
Assume the sensor can fail and design for it. Immutable, segmented backups that an attacker cannot reach even with domain privileges; tested recovery procedures; and least-privilege access that slows lateral movement all matter precisely because they keep working when the endpoint agent does not.
None of this is exotic. There is no single product to buy that closes the gap, and that is rather the point. Defending against EDR killers is a discipline: keeping blocklists current, auditing protection settings, monitoring for silence, hunting the precursors, and rehearsing the recovery. It is unglamorous, continuous work — and it is exactly the work that separates organisations that detect an intrusion in progress from those that learn about it from a ransom note.
The green dashboard was never the finish line. In 2026, treating it as one is a decision adversaries are counting on.