A sophisticated phishing campaign is actively distributing a variant of the PureLogs data-stealing malware. The attack, analyzed by FortiGuard Labs, employs a multi-stage infection process to bypass security controls and achieve execution on target systems. The campaign starts with a classic social engineering lure—a fake purchase order email—and escalates through a chain of obfuscated scripts and advanced evasion techniques, including process hollowing. The ultimate goal of the campaign is to collect and exfiltrate sensitive data from victims using the modular capabilities of the PureLogs malware.
The campaign targets Microsoft Windows users through phishing emails. These emails are crafted to appear as legitimate business communications, such as a purchase order, to entice the user to open a malicious attachment. The attachment is a RAR archive containing a malicious JavaScript file. The use of multiple stages and legitimate system tools like PowerShell and MsBuild.exe is a deliberate tactic to make the attack look like normal system activity and to evade signature-based detection tools. The modular nature of the final payload allows the attackers to dynamically extend its functionality post-compromise.
The attack chain is a well-orchestrated sequence of events designed for stealth and effectiveness:
PO 2026-P0803.rar). This is a form of T1566.001 - Spearphishing Attachment.T1059.007 - JavaScript).T1059.001 - PowerShell).T1055.012 - Process Hollowing). It starts a legitimate, trusted Windows process, MsBuild.exe, in a suspended state. It then carves out the memory of this legitimate process and injects a malicious .NET downloader module into it.MsBuild.exe, communicates with a remote command-and-control (C2) server.MsBuild.exe process. This modularity allows for flexible post-exploitation activities, including keylogging, credential theft, and file exfiltration.The PureLogs malware is designed for data theft, posing a significant risk to both individuals and organizations. A successful infection could lead to:
The source articles mentioned the filename pattern PO 2026-P0803.rar as an example, but did not provide specific, actionable IOCs.
Security teams can hunt for this activity by looking for the following patterns:
wscript.exe or cscript.exe spawning powershell.exepowershell.exe spawning MsBuild.exeMsBuild.exe making outbound network connectionsMsBuild.exe is a build tool and should not typically make direct connections to the internet, especially to unknown IPs. This is a high-confidence indicator of compromise..rar files in email attachmentsCreateProcess, WriteProcessMemory, and ResumeThread being used in an unusual sequence. Alert on legitimate system utilities like MsBuild.exe making external network connections.D3-PA - Process Analysis to detect the abnormal behavior of MsBuild.exe and the process hollowing technique..js, .vbs, and executables within archives.D3-EAL - Executable Allowlisting to prevent the initial JavaScript file from being executed by the script host.Train users to recognize and report phishing emails and to be wary of unexpected attachments, especially archives containing scripts.
Use application control and script execution policies to prevent the initial JavaScript and subsequent PowerShell scripts from running.
To detect the PureLogs campaign, security teams must leverage process analysis capabilities within their EDR solution. Specifically, create detection rules that focus on the anomalous behavior of MsBuild.exe. A high-fidelity alert should be generated whenever MsBuild.exe initiates an outbound network connection, as this is highly uncharacteristic of its normal function. Additionally, monitor process ancestry. An alert should trigger if powershell.exe is observed spawning MsBuild.exe, or if a script host like wscript.exe spawns powershell.exe. These chains of events are strong indicators of the attack sequence. By analyzing these process-level behaviors, defenders can identify the process hollowing technique and the subsequent C2 communication, even if the file-based components of the malware are heavily obfuscated.
Implement robust file analysis at the email gateway to proactively block the initial PureLogs delivery vector. Configure email security solutions to perform deep analysis of attachments, including de-archiving .rar files. The system should be capable of identifying and blocking obfuscated JavaScript files. This involves more than just signature matching; it requires heuristic analysis to detect suspicious script characteristics, such as large encoded strings or calls to eval(). By analyzing and blocking the malicious JavaScript dropper before it reaches the user's inbox, the entire attack chain is prevented. This is a critical first line of defense against this type of multi-stage phishing attack.

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.
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.