Check Point Research has disclosed a technique that leverages a legitimate Microsoft Defender driver, BTR.sys (Boot Time Removal Tool), to delete security software at boot time. The technique reportedly does not exploit a software flaw but rather weaponizes the driver's intended functionality. This method is said to affect Windows systems from Windows 7 up to Windows 11 25H2.
The core mechanism involves the BTR.sys driver, which is a legitimately signed component of Microsoft Defender. This driver is designed to perform remediation tasks at boot time, including file and registry operations at the kernel level. The research indicates that adversaries can manipulate this driver to perform arbitrary file and registry deletions, effectively removing other security software installed on the system. Since the driver is already present and signed by Microsoft, its use does not trigger typical alerts associated with unsigned or malicious driver imports.
The affected product is Microsoft Defender, specifically its boot-time remediation component. The scope of affected systems is broad, encompassing a wide range of Windows operating systems from Windows 7 through the latest Windows 11 25H2 builds. This suggests that the underlying design or implementation of the BTR.sys driver's functionality has remained consistent across many generations of Windows.
This class of issue, where legitimate system tools or drivers are abused for malicious purposes, is often referred to as "living off the land" (LotL) attacks. Such techniques are particularly challenging to detect because they do not introduce new, overtly malicious code but rather repurpose existing, trusted components. The absence of a traditional software vulnerability means that patching efforts would likely need to focus on restricting the driver's capabilities or implementing more granular integrity checks around its usage.
Typical mitigation guidance for issues involving legitimate driver abuse often includes enhanced endpoint detection and response (EDR) capabilities that monitor for unusual usage patterns of trusted system components. Additionally, robust application control policies that restrict which processes can interact with critical system drivers or modify security-related files and registry keys could help limit the impact. System integrity monitoring at boot time might also detect unauthorized modifications to security software.
This disclosure highlights a persistent challenge in cybersecurity: the dual-use nature of powerful system tools. While designed for legitimate security or system management purposes, such tools can be repurposed by attackers to achieve their objectives, often with elevated privileges and a reduced risk of detection. The findings underscore the need for continuous scrutiny of even trusted system components and the development of sophisticated behavioral analytics to identify their malicious misuse.






