WhatsApp-borne VBScript silently installs a ManageEngine RMM agent for living-off-the-land remote control
From CTI Daily Brief — 2026-06-24 · published 2026-06-24 · view item permalink →
Kaspersky documented (2026-06-22) a globally active campaign distributing heavily obfuscated VBScript via compromised WhatsApp Desktop / Web accounts, with financial-themed document lures in multiple languages (Kaspersky Securelist, 2026-06-22; The Hacker News, 2026-06-23). The three-stage chain: a stage-1 VBScript creates working directories and fetches payloads via curl/bitsadmin/certutil/PowerShell; stage 2 disables UAC consent by writing ConsentPromptBehaviorAdmin=0 to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System and strips Zone.Identifier ADS; stage 3 silently installs a preconfigured ManageEngine Endpoint Central RMM agent via msiexec pointed at attacker-controlled infrastructure. Kaspersky attributes the activity only with low confidence to a Chinese-speaking operator, on the basis of Simplified-Chinese code comments and C2 infrastructure overlapping prior ValleyRAT / Gh0st RAT activity — the claim, not a firm attribution. Victims are concentrated in Malaysia (~80%) with clusters including the UK and Spain.
Why it matters to us: Abuse of a legitimate, signed RMM agent (T1219) is the operational point — there is no bespoke implant to signature, and ManageEngine Endpoint Central is plausibly already whitelisted in many estates. Mapped to T1566.001 (spearphishing attachment, via WhatsApp), T1059.005 (VBScript), T1112 / T1548 (UAC-bypass registry write), T1105 (ingress tool transfer). Detection: msiexec.exe /quiet parented by wscript.exe/cscript.exe; writes to ...\Policies\System\ConsentPromptBehaviorAdmin; certutil -decode or bitsadmin in a script context; and ManageEngine DCAgentService.exe appearing on a host with no corresponding IT-provisioning change ticket. RMM-agent abuse is a well-worn precursor to hands-on-keyboard intrusion and ransomware staging.