ctipilot.ch

SmartApeSG ClickFix stages unnamed RAT pivoting to weaponised NetSupport Manager

campaign · item:smartapesg-clickfix-staging-rat-to-netsupport-manager

Coverage timeline
1
first 2026-06-01 → last 2026-06-01
Briefs
1
1 distinct
Sources cited
5
5 hosts
Sections touched
1
research
Co-occurring entities
3
see Related entities below

Story timeline

  1. 2026-06-01CTI Daily Brief — 2026-06-01
    researchSANS ISC forensic diary; SmartApeSG ClickFix -> custom encoded-protocol staging RAT -> NetSupport via processor.vbs/token.bat/setup.cab self-deleting chain; T1219; single-source

Where this entity is cited

  • research1

Source distribution

  • isc.sans.edu1 (20%)
  • edri.org1 (20%)
  • microsoft.com1 (20%)
  • posthogstatus.com1 (20%)
  • sonatype.com1 (20%)

Related entities

Items in briefs about SmartApeSG ClickFix stages unnamed RAT pivoting to weaponised NetSupport Manager (1)

SmartApeSG ClickFix stages an unnamed RAT that pivots to a weaponised NetSupport Manager [SINGLE-SOURCE]

From CTI Daily Brief — 2026-06-01 · published 2026-06-01 · view item permalink →

SANS ISC handler Brad Duncan published a same-day forensic diary (2026-06-01) reconstructing an infection observed on 2026-05-27 that began with the SmartApeSG ClickFix campaign — fake browser-verification / "press Win+R" lures served from compromised pages — and ended in a full NetSupport Manager RAT deployment (SANS ISC, 2026-06-01). The ClickFix execution (T1204.001) drops a ZIP carrying an unnamed staging RAT that, per Duncan, has been beaconing a custom encoded — not TLS protocol over TCP/443 to its C2 since at least April 2026; that staging RAT then fetched the NetSupport payload as a ~17 MB Microsoft Cabinet (setup.cab). The install chain is processor.vbs (a 109-byte VBScript launcher in C:\ProgramData\, T1059.005) → token.bat (extracts the CAB into C:\ProgramData\UpdateInstaller\, sets persistence, then self-deletes all three dropper components, T1070.004) → NetSupport RAT C2 over port 443 (T1219 Remote Access Tools). Because NetSupport is legitimate commercial software, its presence and traffic blend with benign remote-support telemetry.

This is a single-source handler diary (HIGH-reliability source, single-day observation) and carries no independent corroboration of the identical chain in-window — treat the specifics as one analyst's forensic account. Detection concepts a SOC can apply without IOCs: browser process (chrome.exe/msedge.exe/firefox.exe) spawning wscript.exe/mshta.exe/cmd.exe (Sysmon EID 1 with browser parent-image); short-lived .vbs/.bat file-creates in C:\ProgramData\ (Sysmon EID 11); CAB expansion via expand.exe/wusa.exe from ProgramData; and registry Run-key persistence pointing at a non-standard NetSupport path (C:\ProgramData\UpdateInstaller\ rather than the legitimate C:\Program Files\NetSupport\). Where TLS inspection is in place, unencrypted payload on port 443 from a NetSupport process is anomalous.