T The Triage ManualTechnical Guides for IT Emergencies
P1 · Cyber Incident Response

VENOMOUS#HELPER Phishing Campaign Abusing SimpleHelp and ScreenConnect RMM Tools

Active phishing campaign (VENOMOUS#HELPER) tricks users into installing legitimate RMM agents (SimpleHelp, ScreenConnect/ConnectWise Control) to gain persistent remote access, with 80+ organizations targeted since April 2025. Response requires identifying unauthorized RMM installs, terminating sessions, removing persistence, blocking attacker infrastructure, and rotating credentials on affected hosts.

Indicators

Likely causes

Diagnostic steps

  1. Inventory all endpoints for installed RMM software using EDR queries or PowerShell: Get-CimInstance Win32_Product | Where-Object { $_.Name -match 'SimpleHelp|ScreenConnect|ConnectWise' }
  2. Enumerate running services and scheduled tasks for RMM-related entries: Get-Service | findstr /i 'simplehelp screenconnect' and schtasks /query /fo LIST /v
  3. Inspect firewall/proxy logs for outbound traffic to unknown SimpleHelp/ScreenConnect relay hosts on ports 80/443/8040/8041
  4. Search email gateway logs for phishing messages delivering RMM installers, links to fake support pages, or .msi/.exe attachments
  5. Check %ProgramData%, %AppData%, and Program Files directories for unauthorized RMM agent binaries and configuration files
  6. Correlate authentication logs (AD, VPN, M365) and endpoint telemetry for lateral movement or follow-on activity after initial RMM session
  7. Run Sysinternals Autoruns on suspect hosts to identify persistence mechanisms tied to the RMM agent

Resolution path

Prevention

Tools

References

phishingrmm-abusesimplehelpscreenconnectconnectwisevenomous-helperremote-accessthreat-intelligenceendpoint-securityincident-response