Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

Interlock Ransomware Exploits Zero-Day in Gaming Anti-Cheat Driver to Disable EDR, AV

Recent analysis has identified the Interlock ransomware operators utilizing a new process-killing tool that exploits a zero-day vulnerability found in a gaming anti-cheat kernel driver. This tool aims to disable endpoint defense mechanisms (EDR/AV).

Recent analysis has identified the Interlock ransomware operators utilizing a new process-killing tool that exploits a zero-day vulnerability found in a gaming anti-cheat kernel driver. This tool aims to disable endpoint defense mechanisms (EDR/AV).

This activity was observed during an intrusion at a North America-based educational institution, indicating that Interlock is developing proprietary tools instead of relying on the Ransomware-as-a-Service (RaaS) ecosystem.

In this incident, initial access was linked to MintLoader activity on an end-user system, followed by the deployment of a legitimate Node.js runtime used to execute malicious JavaScript implants.

The JavaScript stages align with known reporting on "NodeSnakeRAT" and "Interlock RAT," which the operators employed for persistence, discovery, and remote control, including SOCKS5 proxy and command execution.

As the intrusion advanced, the operators also utilized ScreenConnect for GUI-based access and employed common administrative techniques (RDP, firewall rule adjustments) to navigate through the network environment.

A significant development is the emergence of a new bring-your-own-vulnerable-driver (BYOVD) tool, identified as a DLL (polers.dll) and referred to by FortiGuard IR as "Hotta Killer."

Upon execution, the payload collects system information from the victim's device by executing the 'systeminfo' command through PowerShell.
Jonathan Pierce · Thehackingpost

The tool installs a signed x64 kernel driver named UpdateCheckerX64.sys, which is a renamed anti-cheat driver (originally GameDriverx64.sys) vulnerable to CVE-2025-61155.

Upon execution, the payload collects system information from the victim's device by executing the 'systeminfo' command through PowerShell.

It creates a demand-start kernel driver service using standard Windows APIs (OpenSCManagerW, CreateServiceW, StartServiceW), registering the driver as a kernel service.

Once loaded, the tool parses a command-line keyword, converts it to a target pattern, enumerates running processes, and extracts the PID of a match. It then passes that PID to the driver using a device interface and calls DeviceIoControl, where the driver validates an IOCTL (0x222040) and a magic flag (0xFA123456) before executing ZwTerminateProcess to kill the selected process.

Advertisement

Operators attempted to maintain the tool's operation using looped execution, aiming to suppress security tools during later ransomware stages.

Defensive strategies include monitoring for unexpected kernel driver installations, suspicious service creation linked to new .sys files, and BYOVD telemetry that indicates defense-evasion efforts during ransomware preparation.

FortiGuard describes the tool as an elevated process killer and notes that it did not completely disrupt the targeted Fortinet software's operation. However, the technique remains significant because anti-cheat drivers have historically been repurposed by ransomware actors to gain kernel-level control over defensive processes.

Based on reporting by GBHackers.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories