Cruciferra Crypter Leverages Process Ghosting and Kernel Abuse to Evade Detection
The Cruciferra crypter service, marketed on underground forums, employs sophisticated techniques like process ghosting and kernel-driver abuse to obfuscate malware and evade security software.

A potent crypter service known as Cruciferra is enabling multiple threat actors to effectively hide commodity malware, employing advanced evasion tactics that include process ghosting, kernel-driver abuse, and a vast array of custom encryption routines. First appearing on the Exploit forum in late 2025, Cruciferra has rapidly become a popular tool for distributing various Remote Access Trojans (RATs) and information stealers, such as AsyncRAT, Agent Tesla, Remcos, XWorm, ValleyRAT, and Snake Keylogger. Its tiered subscription model, ranging from $450 to $2,000 per month, makes it accessible to a wide range of cybercriminals.
Proofpoint's research indicates that Cruciferra is under active development, with both production and testing samples being observed. The service boasts on dark web forums as "the underground's most lethal crypter." In observed campaigns, Cruciferra typically operates through DLL side-loading, where a legitimate executable is paired with a malicious DLL. Upon execution, the DLL inspects the victim's environment and proceeds to drop the obfuscated payload. To further complicate analysis, the DLL contains numerous decoy functions, with only a select few leading to the actual malicious routine.
Before executing the payload, Cruciferra actively works to unhook endpoint detection and response (EDR) solutions at multiple levels. It achieves this by patching the Import Address Table and sourcing indirect system calls from a clean copy of ntdll.dll. A key evasion technique involves disabling kernel-level telemetry by loading a vulnerable signed driver, such as GoFlyDrv.sys, and then issuing IOCTL commands to terminate security processes. This 'bring-your-own-vulnerable-driver' (BYOVD) approach is reminiscent of techniques used by the Gentlemen ransomware gang.
The malicious payloads themselves are stored within the .reloc section of the binary and are unpacked using one of over 90 distinct encryption routines. These routines are assembled from components of established algorithms like Keccak, Threefish, and various Feistel variants. This modular encryption approach ensures that the specific cipher used for one sample is unlikely to match another, significantly hindering signature-based detection and reverse engineering efforts.
Cruciferra's final execution step involves a modified form of process ghosting. This technique typically involves creating a temporary file marked for deletion, populating it with the malware payload, and then using it as the backing image for a suspended process. This leaves a running process whose backing image no longer exists on disk in a scannable form. Cruciferra enhances this by adding two anti-inspection layers: it patches ZwQueryVirtualMemory to return sanitized results for EDR queries against the ghosted memory, and it neuters NtManageHotPatch, a kernel function that can validate loaded images against their on-disk counterparts.
Proofpoint has attributed several campaigns utilizing Cruciferra to the Chinese-speaking threat group TA4922. This group has been observed using tax-themed lures, impersonating the Indian Income Tax Department, to deliver AsyncRAT via Cruciferra. Separate campaigns in May employed spoofed US Social Security Administration lures to distribute XWorm, and a late-June operation targeted hospitality organizations with fake guest complaint lures to deploy zgRAT.
While the targeting appears opportunistic, financial services have been the most affected sector, accounting for 34% of observed victims, followed by healthcare (25%) and government (10%). The sheer volume of new Cruciferra-packed samples appearing on platforms like VirusTotal, with new ones surfacing every few minutes on July 9th, underscores the widespread adoption and active use of this sophisticated crypter service.