Skip to content
← RegistryDossier · 5 steps · 4 edges

BYOVD → kernel-level disable of EDR callbacks

From local admin, load a signed-but-vulnerable driver. Use its kernel primitive to walk the EDR's PsSetCreateProcessNotifyRoutine entries and unlink them — EDR stops receiving events while still 'running'.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: foothold as local admin on a Windows host with a modern EDR. WDAC / driver-blocklist not enforced. Attacker carries a known-vulnerable signed driver (mhyprot, gdrv).

§ Steps

  1. 01
    Local admin shellInitial Access
    T1078Valid Accounts
  2. 02
    Send IOCTL → arbitrary kernel R/WExecution
    T1059Command and Scripting Interpreter
  3. 03
    Dump LSASS — no detectionCredential Access
    W-LSASS-PROCDUMPLSASS via procdump / comsvcs.dll
  4. 04
    Install + start vulnerable driverDefense Evasion
    EDR-BYOVDBYOVD — Bring-Your-Own-Vulnerable-Driver
  5. 05
    Unlink EDR callbacksDefense Evasion
    EDR-CALLBACK-REMOVEKernel Callback Removal

§ References

§ Frequently asked

What is the "BYOVD → kernel-level disable of EDR callbacks" attack path?
From local admin, load a signed-but-vulnerable driver. Use its kernel primitive to walk the EDR's PsSetCreateProcessNotifyRoutine entries and unlink them — EDR stops receiving events while still 'running'. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Local admin shell (T1078) — a initial access primitive. Assumed environment: foothold as local admin on a Windows host with a modern EDR.
What is the final impact of this kill-chain?
The final step lands on Unlink EDR callbacks (EDR-CALLBACK-REMOVE), which falls under Defense Evasion. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers