A sophisticated new malware loader, dubbed PhantomVAI, is being deployed in global phishing campaigns, delivering a range of information-stealing malware and remote access trojans (RATs) to compromised Windows systems. This advanced threat actor uses a technique known as process hollowing to evade detection, making it a significant concern for cybersecurity professionals worldwide.
Security researchers have identified PhantomVAI as a highly adaptable tool, masquerading as legitimate software and exhibiting a flexible loader-as-a-service model. Its use of established hacking utilities and the injection of malicious code into trusted Windows processes contribute to its stealth and effectiveness in ongoing cyberattacks.
PhantomVAI Custom Loader Identified in Global Attacks
The PhantomVAI custom loader has been observed actively distributing a variety of malicious payloads, including Remcos, XWorm, AsyncRAT, DarkCloud, and SmokeLoader. These payloads are known for their ability to steal sensitive information, provide unauthorized remote access, and facilitate further malicious activities. The loader itself operates by disguising itself as legitimate software, making it difficult for end-users and initial security scans to identify. Its widespread distribution is facilitated through diverse phishing lures, often embedded within malicious email attachments and links, targeting users across various geographical regions.
The sophisticated nature of PhantomVAI is underscored by its technical execution. Researchers have noted that multiple cybersecurity vendors have independently documented this threat, sometimes assigning different names due to analyzing various components in isolation. This has led to some confusion within the cybersecurity community regarding its unified identity and full capabilities. However, critical unifying characteristics persist across all identified instances, including the presence of a specific “VAI” method within its code, the inclusion of Portuguese language strings, and its deceptive masquerading as “Microsoft.Win32.TaskScheduler.dll,” borrowing from a legitimate Microsoft project found on GitHub.
Technical Architecture and Execution Flow
At the core of PhantomVAI’s operation is its reliance on a RunPE utility named “Mandark.” This utility, originally developed by a user on the HackForums platform and later open-sourced several years ago, is instrumental in the process hollowing technique. Process hollowing involves creating a legitimate Windows process in a suspended state, unmapping its existing memory space, and then injecting malicious code before resuming the process. The presence of the namespace “hackforums.gigajew” within PhantomVAI’s code strongly confirms its connection to this publicly available Mandark utility.
PhantomVAI specifically targets and abuses version 2.11.0.0 of the legitimate Microsoft Windows Task Scheduler library. When executing, the loader extracts vital information from the header of the downloaded malicious payload. This includes details such as the size of the executable image, the size of its headers, the entry point for execution, and its base memory address. Subsequently, it initiates a host process which it then places into a suspended state. Memory is then allocated within this suspended process with read, write, and execute permissions. The loader then systematically copies both the PE headers and the various sections of the malicious payload into this newly allocated memory region.
Before allowing the malicious code to run, PhantomVAI makes critical adjustments to the processor registers. These adjustments are essential for ensuring that the imported functions and address relocations within the malicious payload are correctly resolved, allowing it to execute without immediate errors. Once these preparations are complete, the loader resumes the suspended thread, initiating the execution of the injected malicious payload. This intricate process ensures that the malware operates under the guise of a legitimate Windows process, significantly hindering detection by traditional security software.
Loader-as-a-Service Model and Implications
The observed operational characteristics of PhantomVAI strongly suggest it is being utilized under a loader-as-a-service model. Evidence supporting this includes the wide array of different payloads being delivered and the loader’s ability to accept arbitrary payload URLs as arguments. This flexible model allows multiple threat actors to leverage the same underlying infrastructure and loader for their distinct malicious campaigns, contributing to the observed widespread nature and diversity of attacks associated with PhantomVAI across the globe. This approach signifies a concerning trend in cybercrime, where sophisticated tools are commoditized and made accessible to a broader range of malicious actors.
The continued evolution and deployment of loaders like PhantomVAI highlight the persistent need for robust endpoint security solutions and vigilant user awareness. As threat actors refine their techniques, organizations and individuals must remain informed about emerging threats and best practices for cybersecurity. Future developments will likely focus on the detection and mitigation strategies against process hollowing and similar evasion techniques, as well as the attribution and disruption of loader-as-a-service operations.

