A sophisticated phishing campaign is currently targeting users in India by disguising malware as a routine Goods and Services Tax (GST) debit note. This attack delivers the Remcos Remote Access Trojan (RAT) through a multi-stage loader, granting attackers deep and persistent control over infected systems. Notably, the entire infection chain operates within system memory, leaving minimal traces for traditional security tools to detect.
The attack initiates when a victim receives a phishing email containing a malicious archive attachment. Upon extraction, the archive reveals a file named “GST Debit Note Apr_26.com,” a 32-bit .NET executable. This file is both packed and unsigned, containing embedded Turkish-language artifacts while masquerading as a legitimate brick-building game. The decoy application runs silently in the background upon launch, reducing the likelihood of arousing suspicion.
Analysts at K7 Security Labs identified this campaign during routine telemetry monitoring, detecting an unusual file associated with the suspicious executable. Their investigation revealed that the payload is a variant of the Remcos RAT family, distributed through phishing emails as an archive attachment. The researchers emphasized that this infection chain relies entirely on in-memory execution techniques, making it significantly harder to detect compared to traditional disk-based malware delivery methods.
Further analysis uncovered that similar samples linked to the same infrastructure were also delivering other malware strains, including Agent Tesla, Phantom Stealer, Dark Cloud, Red Line Stealer, MassLogger variants, Formbook, xworm, and Snake keyloggers. This suggests a loader-as-a-service model, where the delivery infrastructure remains consistent while the final payload varies. The extensive scope of this operation poses a serious and ongoing threat to businesses and individuals in the region.
Technical Breakdown of the Attack Chain
The attack chain is meticulously designed to evade conventional security tools. The malware conceals its subsequent components within the resource sections of the executable using steganographic techniques, embedding payload data within a serialized .NET Bitmap object. This method effectively obscures the malicious content, complicating static analysis for security researchers.
The first extracted component is a DLL named Optimax.dll, which is loaded directly into memory without being written to disk. This DLL then invokes a second-stage loader called “System Optimizer Ultimate.dll,” which subsequently deploys the final Remcos RAT payload, also entirely in memory. Remcos employs process hollowing to execute under the victim’s default browser process name, blending seamlessly into normal system activity and evading detection.
Remcos RAT is a commercial remote access tool that enables attackers to execute remote commands, steal files, capture screens, log keystrokes, and collect user credentials through command-and-control servers using HTTP or HTTPS channels. Despite being marketed as legitimate administrative software, unauthorized copies are actively used for data theft and unauthorized system access.
In this campaign, the use of in-memory execution techniques and multi-stage loaders highlights the evolving sophistication of cyber threats. Traditional security measures that rely on detecting malicious files on disk may be insufficient against such advanced tactics. Organizations and individuals must adopt comprehensive security strategies, including behavioral analysis and memory-based detection methods, to effectively combat these threats.
As cybercriminals continue to refine their methods, staying informed about emerging attack vectors and implementing robust security protocols are essential steps in safeguarding against such sophisticated phishing campaigns.