VENOMOUS#HELPER: Phishing Campaign Leverages Legitimate RMM Tools for Persistent Access
A sophisticated phishing campaign, dubbed **VENOMOUS#HELPER**, has been targeting organizations since at least April 2025, utilizing legitimate Remote Monitoring and Management (RMM) software to establish persistent remote access. The campaign has impacted over 80 organizations, primarily in the U.S., highlighting the increasing sophistication of initial access brokers.
An active phishing campaign has been observed targeting multiple vectors since at least April 2025 with legitimate Remote Monitoring and Management (RMM) software as a way to establish persistent remote access to compromised hosts.
The activity, codenamed **VENOMOUS#HELPER**, has impacted over 80 organizations, most of which are in the U.S., according to **Securonix**. It shares overlaps with clusters previously tracked by **Red Canary** and **Sophos**, the latter of which has given it the moniker STAC6405. While it's not clear who is behind the campaign, the cybersecurity company said it aligns with a financially motivated Initial Access Broker (IAB) or a ransomware precursor operation.
"In this case, a customized **SimpleHelp** and **ScreenConnect** RMMs are used to bypass defenses as they are legitimately installed by the unsuspecting victim," researchers Akshay Gaikwad, Shikha Sangwan, and Aaron Beardslee said in a report shared with The Hacker News.
Setting aside the fact that the use of legitimate RMM tools can evade detection, the deployment of both **SimpleHelp** and **ScreenConnect** indicates an attempt to create a "redundant dual-channel access architecture" that enables continued operations even when either of them is detected and blocked.
### Phishing Lure and Initial Compromise
It all begins with a phishing email impersonating the U.S. **Social Security Administration (SSA)**, where the recipient is instructed to verify their email address and download a purported SSA statement by clicking on a link embedded in the message. The link points to a legitimate-but-compromised Mexican business website ("gruta.com[.]mx"), indicating a deliberate strategy to evade email spam filters.

The "SSA statement" is then downloaded from a second attacker-controlled domain ("server.cubatiendaalimentos.com[.]mx"), an executable that's responsible for delivering the **SimpleHelp** RMM tool. It's believed that the attacker gained access to a single cPanel user account on the legitimate hosting server to stage the binary.
### RMM Deployment and Privilege Escalation
As soon as the victim opens the JWrapper-packaged Windows executable, thinking it's a document, the malware installs itself as a Windows service with Safe Mode persistence, makes sure it's running by means of a "self-healing watchdog" that automatically restarts it when killed, and periodically enumerates registered security products using the root\SecurityCenter2 WMI namespace every 67 seconds, and polls user presence every 23 seconds.

To facilitate fully interactive desktop access, the **SimpleHelp** remote access client acquires SeDebugPrivilege via AdjustTokenPrivileges, while "elev_win.exe" β a legitimate executable file associated with the software β is used to gain SYSTEM-level privileges. This, in turn, allows the operator to read the screen, inject keystrokes, and access user-context resources.
This elevated remote access is then abused to download and install **ConnectWise ScreenConnect**, offering a fallback communication mechanism if the **SimpleHelp** channel is taken down.
"The deployed **SimpleHelp** version (5.0.1) provides a comprehensive remote administration capability set," the researchers said. "The victim organization is left in a state where the attacker can return at any time, execute commands silently in the userβs desktop session, transfer files bidirectionally, and pivot to adjacent systems, while standard antivirus and signature-based controls see nothing but legitimately signed software from a reputable U.K. vendor."