Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Review: Jan Carson’s ‘Few and Far Between’ Explores the Legacy of the Troubles in Northern Ireland

    August 22, 2026

    Two injured in stabbing attack at Edmonton Sikh temple

    August 22, 2026

    Ein Spaziergang mit Sven Schulze – POLITICO

    August 22, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Review: Jan Carson’s ‘Few and Far Between’ Explores the Legacy of the Troubles in Northern Ireland
    • Two injured in stabbing attack at Edmonton Sikh temple
    • Ein Spaziergang mit Sven Schulze – POLITICO
    • Postal Service Publishes Finalized Plan to Restrict Mail Ballots
    • With Midterms Approaching, Trump Implores Republicans: Pretend I’m on the Ballot!
    • How AWS Marketplace is using AI agents to meet the rising demand for AI agents
    • Encrypted Prompts Bypass AI Safety Guardrails in Grok and Gemini
    • Smart Money Helping Support Bitcoin Rebound: Pantera Capital
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Saturday, August 22
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Microsoft Defender’s Own Driver Can Be Weaponized to Delete Security Software at Boot

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 22, 2026 Cybersecurity No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Check Point Research has disclosed a technique that uses Microsoft Defender’s own legitimately signed boot-time remediation driver to perform arbitrary kernel-level file and registry operations on Windows systems ranging from Windows 7 through Windows 11 25H2, with no software flaw exploited and no driver imported from outside the machine.

    The driver, BTR.sys (Boot Time Removal Tool), is a required Windows component, which means it cannot be added to Microsoft’s Vulnerable Driver Blocklist or blocked via Windows Defender Application Control (WDAC) without disrupting Defender itself.

    Jiří Vinopal, a threat researcher and reverse engineer at Check Point Research, presented the findings as a main-stage briefing at Black Hat USA 2026 and DEF CON 34 in Las Vegas and published the accompanying research paper alongside a proof-of-concept tool, BTR_CLI, on August 20, 2026. Check Point Research said it found no evidence the technique has been used in real-world attacks.

    “During our analysis across all collected samples and telemetry sources, we did not observe evidence of real-world abuse of BTR.sys in the manner demonstrated in this research. This suggests the technique is currently unknown or unused by threat actors, making proactive detection engineering feasible before weaponization appears in the wild,” Check Point Research said.

    BTR.sys is embedded in Defender’s MpEngine.dll as the BOOTTIMETOOL resource and is deployed when Defender must finish removing malware after a reboot, deleting files or registry entries that were locked while Windows was running.

    Vinopal reverse-engineered the driver’s proprietary, undocumented transaction protocol and found that every configuration blob passed to BTR.sys is RC4-encrypted with a 256-byte key hard-coded in the .rdata section of every BTR.sys build shipped since Windows 7, verified unchanged across 18 unique 64-bit versions.

    BTR_CLI, the proof-of-concept tool, locates MpEngine.dll under Defender’s Definition Updates and extracts the embedded BTR.sys binary.

    Cybersecurity

    The tool then constructs a valid encrypted transaction. It then installs the driver as a service via direct HKLM registry writes using Type=1, Start=1, and Group="Boot Bus Extender", a method that bypasses the Service Control Manager entirely and generates no Windows Event ID 7045 (Service Installed) entry.

    When loaded, BTR.sys executes the queued operations from Ring 0, attributed in telemetry to the System process (PID 4), and can delete locked files and directories, move files to unconstrained paths including System32drivers, delete registry keys and values, and write new registry values of any type.

    A second trigger mode schedules those operations for the next reboot.

    The driver then executes during what Vinopal calls the “golden window,” the interval after the filesystem becomes writable but before Defender’s user-mode services have started, allowing BTR.sys to physically remove security binaries such as WdFilter.sys and MsMpEng.exe before they can lock themselves.

    A live demonstration at Black Hat showed BTR_CLI deleting the entire Defender stack from a fully updated Windows 11 25H2 machine with Tamper Protection active.

    Exploitation requires an administrator account with SeLoadDriverPrivilege, which BTR_CLI auto-enables for accounts that already hold it.

    Unlike attacks that rely on the bring your own vulnerable driver technique, which depend on known-vulnerable third-party signed drivers that can be added to blocklists, the BTR Reforged technique uses a driver built into every Windows installation from Windows 7 onward.

    “The issue is not a vulnerability in the traditional sense, but rather an architectural trust boundary that can be crossed if an attacker already has administrative privileges. Following responsible disclosure, MSRC confirmed that these findings do not meet the criteria for immediate servicing, as the technique relies on pre-existing administrative privileges (SeLoadDriverPrivilege),” Check Point Research said in the paper.

    Vinopal’s GitHub repository for BTR_CLI adds that “No patch is planned,” a characterization Microsoft has not confirmed publicly.

    BTR.sys was examined by security researchers for a different flaw in the same driver five years earlier.

    In February 2021, SentinelLabs researcher Kasif Dekel disclosed CVE-2021-24092, a privilege escalation vulnerability that allowed a local non-administrator to overwrite arbitrary files by placing a hard link at the driver’s log path. Microsoft patched CVE-2021-24092 on February 9, 2021.

    “We assume that this vulnerability remained undiscovered until now because the driver is normally not present on the hard drive but rather dropped and activated when needed (with a random name) and then purged away,” Kasif Dekel said in the SentinelLabs disclosure.

    The use of a built-in Windows driver as a kernel offensive primitive, rather than a third-party vulnerable one, was previously demonstrated in the context of FIN7’s AvNeutralizer, which weaponized the Windows ProcLaunchMon.sys driver alongside the Process Explorer driver to tamper with endpoint security software.

    Check Point Research said the investigation that produced these findings had an unusual origin.

    Cybersecurity

    “This research originated during an incident response investigation involving a compromised system, where certain endpoint telemetry appeared suspicious but was ultimately traced back to legitimate Windows Defender remediation activity,” Check Point Research said in the paper.

    Check Point Research has identified the following Sysmon and Windows event conditions as indicators of potential BTR.sys abuse –

    • Sysmon Event ID 15 (FileCreateStreamHash) where the target filename ends in .sys:changelist, capturing the encrypted configuration Alternate Data Stream written to the driver file
    • RegistryEvent (Sysmon Event ID 12 or 13) creating a service key whose Args value contains :changelist and whose Group is “Boot Bus Extender,” especially when unaccompanied by a Windows Event ID 7045 (Service Installed) entry
    • Sysmon Event IDs 11 (FileCreate) and 23 (FileDelete) logging the rapid creation and deletion of SystemRootTempBootClean.log by the System process (PID 4), a log path hardcoded in the driver that fires regardless of the caller
    • Sysmon Event ID 6 (DriverLoad) immediately followed by Sysmon Event ID 23 (FileDelete) attributed to the System process (PID 4), the kernel-mode execution fingerprint of a live BTR.sys trigger

    Check Point Research also recommends restricting the assignment of SeLoadDriverPrivilege as the primary hardening control.

    BTR_CLI is available at github.com/Dump-GUY/BTR_CLI under the MIT license, with prebuilt x64 and x86 binaries attached to the repository’s releases.

    The Hacker News contacted Microsoft for comment on its position regarding the BTR.sys technique and Check Point Research for additional technical detail; neither had responded by publication.

    Boot Defenders Delete driver Microsoft Security software weaponized
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Encrypted Prompts Bypass AI Safety Guardrails in Grok and Gemini

    SickKids data breach exposes employee and job applicant info

    Hackers abuse FTP server banners to deliver new Windows malware

    Microsoft warns of max severity Entra ID flaw exploited in attacks

    Microsoft rolls out Classic Outlook theme for New Outlook users

    Coldcard Adds New Security Measures After $130 Million Bitcoin Exploit

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Review: Jan Carson’s ‘Few and Far Between’ Explores the Legacy of the Troubles in Northern Ireland

    August 22, 2026

    Two injured in stabbing attack at Edmonton Sikh temple

    August 22, 2026

    Ein Spaziergang mit Sven Schulze – POLITICO

    August 22, 2026

    Postal Service Publishes Finalized Plan to Restrict Mail Ballots

    August 22, 2026
    Latest Posts

    ‘Running Away Balloon’ Artist Sues AI Meme Generator Over Ad Templates

    July 28, 2026

    Hush Security Raises $30 Million for AI Agent Governance

    July 28, 2026

    Armenia’s AI Bet Is Not Chip Manufacturing. It Is Compute Sovereignty 

    July 28, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Review: Jan Carson’s ‘Few and Far Between’ Explores the Legacy of the Troubles in Northern Ireland

    August 22, 2026

    Two injured in stabbing attack at Edmonton Sikh temple

    August 22, 2026

    Ein Spaziergang mit Sven Schulze – POLITICO

    August 22, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.