Cybersecurity Aug 25, 2026Add to bookmarks

Check Point Research has documented a technique that uses BTR.sys, the official Windows Defender boot-time driver, to delete system files at the kernel level—without exploiting a vulnerability, without importing an external driver.
No CVE. No patch expected. Check Point Research has documented a technique—informally dubbed “Defender-driver abuse”—that exploits a legitimate Windows component to disable third-party security tools at reboot.
The culprit: BTR.sys (Boot Time Removal Tool). This driver, signed by Microsoft, has been bundled with Windows Defender since Windows 7. Its official role: remove files or registry keys during the boot phase, before Windows loads its full protections—useful for neutralizing persistent rootkits that resist hot removals.
The discovered technique: an attacker with administrator rights can send commands to BTR.sys to make it delete at next boot any file or registry key—including critical files of an EDR (Endpoint Detection and Response) or competing antivirus, normally locked by kernel-mode drivers.
Concrete result: the attacker can neutralize a third-party security solution without importing an external driver, without triggering a BYOVD (Bring Your Own Vulnerable Driver) alert, since BTR.sys is an officially Microsoft-signed driver already present on the machine.
Facts:
Analysis: The issue lies in the nature of the problem. A classic BYOVD imports a known vulnerable driver—modern EDR solutions have blocklists. Here, the driver is cleanly signed by Microsoft, integrated into Windows, and not on any blacklist. Detection techniques based on driver signatures are ineffective.
Any Windows machine with Defender active—that is, the vast majority of Windows machines in professional and consumer environments. The most exposed environments: those relying on third-party EDR solutions (CrowdStrike, SentinelOne, etc.) without active monitoring of boot logs.
Windows 7 to Windows 11 25H2—covering the entire modern Windows fleet—according to Check Point Research (The Hacker News, 2026-08-21).
• Monitor access to BTR.sys (Event ID 4656/4663 in Windows audit logs)\n• Deploy WDAC rules to restrict driver operations at boot\n• Enable Secure Boot + Kernel DMA Protection if not already active\n• Monitor EDR integrity after any unexpected reboot
Article produced by artificial intelligence, reviewed under human editorial control.