Security researchers have identified a new, dangerous information stealer named Rapuncel. The malware is being distributed through a sophisticated campaign involving search engine optimization (SEO) poisoning and dozens of fake GitHub repositories impersonating well-known software brands, including LastPass. The primary threat from Rapuncel lies in its ability to neutralize endpoint security controls. It deploys a malicious kernel driver, Alinubx.sys, which has been signed with a valid Microsoft publisher certificate. This driver systematically terminates the processes of 145 different antivirus and EDR products, allowing the infostealer to operate with impunity. The malware then proceeds to exfiltrate a wide range of sensitive data, including browser credentials, cryptocurrency wallets, and application session data.
The Rapuncel campaign demonstrates a multi-faceted approach to compromising victims. The attackers leverage the trust users place in both search engines and GitHub. By creating fake repositories for popular software and optimizing them for search engines, they lure users into downloading malicious ZIP archives. To evade initial detection, these archives are often bloated to a large size.
The core of the attack is the deployment of a malicious kernel driver. By getting their driver signed by Microsoft (likely by tricking the Windows Hardware Compatibility Program), the attackers significantly lower the barrier to execution on modern Windows systems. This kernel-level access provides the highest level of privilege, allowing the driver to bypass security features like Protected Process Light (PPL) and forcibly terminate EDR and antivirus processes. With the system's defenses down, the Rapuncel infostealer can freely execute its data theft routines.
The attack chain is as follows:
T1566.002 - Spearphishing Link).T1574.002 - DLL Side-Loading). This DLL is responsible for dropping and installing the malicious kernel driver, Alinubx.sys.Alinubx.sys driver, running with kernel-level privileges, iterates through a hardcoded list of 145 security product processes and terminates them (T1562.001 - Impair Defenses: Disable or Modify Tools). It is capable of killing even PPL-protected processes.T1056.004 - Credential API Hooking).T1113 - Screen Capture).T1543.003 - Create or Modify System Process: Windows Service). The stolen data is compressed and exfiltrated to a C2 server.Researchers believe Rapuncel may be a variant of the BoryptGrab malware family.
The impact of a Rapuncel infection is severe. The theft of browser credentials, cryptocurrency wallets, and application session tokens can lead to significant financial loss and identity theft. For corporate victims, the compromise of a single endpoint can be a gateway to a much larger breach, especially if stolen credentials provide access to VPNs, cloud services, or other corporate resources. The malware's ability to disable EDR and antivirus tools means that infections may go undetected for extended periods, allowing attackers ample time to pivot and exfiltrate more data. The use of a signed driver represents a significant threat to the Windows security model, as it abuses a trusted verification process.
Alinubx.sysSecurity teams may want to hunt for the following patterns to detect Rapuncel or similar threats:
Alinubx.sys driver or any other newly observed, third-party signed drivers.MsMpEng.exe, SavService.exe, CSFalconService.exerundll32.exe with unusual DLLsrundll32.exe to execute the side-loaded DLL. Look for executions with DLLs in temporary or download folders.Alinubx.sys.Detection:
Driver Load Integrity Checking (D3-DLIC).Process Analysis (D3-PA) is crucial for this.Response:
M1017 - User Training).M1038 - Execution Prevention).Alinubx.sys to a blocklist within your security tools or via WDAC.Use application control policies like WDAC to create a whitelist of trusted kernel drivers, preventing malicious ones like Alinubx.sys from loading.
Ensure EDR/AV solutions have tamper protection enabled to resist termination attempts.
Educate users about the risks of downloading software from unverified sources, even on trusted platforms like GitHub.
Enable Windows Defender Credential Guard to use virtualization-based security to isolate secrets like NTLM password hashes and Kerberos tickets, making them harder for malware to steal.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.