Qilin and Warlock Ransomware Bypass 300+ EDR Tools via BYOVD
- [01] Qilin and Warlock ransomware groups are disabling security software on compromised hosts to ensure unimpeded encryption and data theft.
- [02] Over 300 EDR and antivirus products are vulnerable to termination via malicious DLLs and vulnerable kernel-mode drivers.
- [03] Organizations must enforce strict driver signing policies and implement robust application control to prevent unauthorized driver loading.
Threat actors associated with the Qilin and Warlock Ransomware operations have significantly upgraded their TTP by incorporating Bring Your Own Vulnerable Driver (BYOVD) techniques into their attack chains. According to The Hacker News, recent findings from Cisco Talos and Trend Micro indicate that these groups are systematically disabling over 300 security products to facilitate unobstructed encryption and data exfiltration.
This method allows attackers to operate at the kernel level, effectively blinding the security stack before the final payload is executed. By silencing EDR and antivirus tools, the threat actors ensure that their activities do not trigger alerts within a SOC or generate logs that would be ingested by a SIEM.
Technical Analysis of Qilin Ransomware EDR Termination Methods
The primary mechanism for this bypass involves the deployment of a malicious DLL named msimg32.dll. In attacks analyzed by researchers, this file is used to orchestrate the termination of security processes. The BYOVD technique exploits the fact that Windows allows the loading of signed drivers, even if they contain known security flaws. Attackers package a legitimate but vulnerable driver with their malware, load it onto the target system, and then use it as a bridge to gain Privilege Escalation within the kernel.
Once the vulnerable driver is active, the malware can bypass protection mechanisms such as Protected Process Light (PPL). This enables the attackers to terminate agents from leading security vendors that would otherwise be protected against user-mode interference. The scope of the attack is particularly concerning, as the target list includes a comprehensive array of defensive tools, making Qilin ransomware EDR termination methods highly effective across diverse enterprise environments.
How to detect BYOVD ransomware techniques
Detecting these attacks requires monitoring for the early stages of the driver-loading process. Security teams should look for unauthorized kernel-mode drivers being registered or loaded, especially those that appear on known-vulnerable driver lists. Because these drivers are technically signed, traditional signature-based detection often fails to identify them as malicious.
To identify potential compromise, defenders should monitor for the creation or sideloading of msimg32.dll in directories associated with administrative tools or the ransomware’s initial entry point. If an APT or ransomware affiliate successfully gains initial access, often through Phishing, they will quickly move toward disabling defenses. Identifying the deployment of these tools is a high-fidelity IoC that indicates a breach has reached a critical stage.
Warlock Ransomware Mitigation Steps and Defense
Addressing the risk posed by BYOVD requires a defense-in-depth strategy that focuses on limiting the ability of an attacker to interact with the kernel. Organizations should prioritize the following Warlock ransomware mitigation steps:
- Enforce Driver Blocklists: Enable Microsoft’s vulnerable driver blocklist and utilize third-party resources like the LOLDrivers project to prevent the loading of known-vulnerable drivers.
- Application Control: Implement strict application control policies to ensure that only authorized and verified binaries and drivers can execute on production systems.
- Monitor for Kernel Anomalies: Use advanced security monitoring to detect attempts to unhook kernel callbacks, a common sign that a vulnerable driver is being used to blind security agents.
By adopting a Zero Trust posture regarding driver integrity, organizations can mitigate the impact of these sophisticated EDR-killing tactics. Defenders must remain vigilant, as the ability to disable security tools is a prerequisite for the high-impact data theft and extortion cycles typical of modern ransomware groups.
Advertisement