Threaticon
Toggle sidebar

You're viewing a limited, public preview. Log in for full access.

Log in User Guide
Log in Get started
Threat Actors Mocha Manakin

Also known as: APT28, tracked as, Clickfix, SOC Prime, UAC-0001, Fancy Bear APT, SkyCloak, fakeCAPTCHA

Description

Mocha Manakin represents a highly adaptable threat group with roots in the APT28 family. Leveraging social engineering such as paste‑and‑run lures and spearphishing links, the operator coerces victims to execute obfuscated PowerShell scripts that download a NodeJS‑based RAT (NodeInitRAT). After execution, the backdoor establishes persistence by writing a Run key under HKCU\Software\Microsoft\Windows\CurrentVersion\Run – commonly named "ChromeUpdater" – and employs a variety of native Windows utilities for reconnaissance. The actor’s toolkit includes a custom NodeJS environment that spawns cmd.exe processes to deploy further binaries, a set of infostealer payloads (LummaC2, HijackLoader, Vidar), and the use of the Cloudflare front‑end to host malicious components, often under trycloudflare.com domains. Communication is obfuscated with XOR encoding and GZIP compression, making detection challenging. Mocha Manakin also demonstrates breadth in lateral movement tactics, using commands such as nltest, net.exe, and setspn.exe for domain enumeration and SPP discovery. Notably, the group has exploited a zero‑day vulnerability (CVE-2022-30190) to deliver CredoMap malware through lure attachments; they have also been linked to Interlock ransomware activities, though direct deployment of ransomware remains unconfirmed. Their modus operandi suggests opportunistic operations aimed at financial compromise and data exfiltration across multiple high‑value sector targets.

Goals & Targeting

Targeted Sectors

Financial services
Government
Healthcare
Energy
Critical infrastructure
Defense
Telecommunications
Education
Hospitality
Pharmaceutical
Media
Retail
Gaming
Non profit
Nuclear
Aviation
Utilities
Legal services
Maritime
Mining
Aerospace
Construction

Targeted Countries / Regions

CN
IR
UA
GB
IN
JP
PL
RU
AE
IT
CA
KR
SG
RO
TR
ES
KP
MX
FR
TW
US
BR

AI Analysis

Grounded in web research
· analyzed in 4 chunks · 23 hours ago

Executive Summary

Mocha Manakin, an APT28 activity cluster, uses a sophisticated paste‑and‑run social engineering technique to launch obfuscated PowerShell commands that download and deploy a NodeJS backdoor (NodeInitRAT). The actor achieves persistence via registry Run keys (e.g., ChromeUpdater), performs extensive network and host reconnaissance, and channels command & control traffic through Cloudflare tunnels. While their primary motive is financial gain, they target a wide spectrum of sectors across the globe.

Goals & Targeting

Mocha Manakin’s strategic objectives revolve around maximizing illicit revenue streams by compromising a diverse set of industries—financial services, healthcare, critical infrastructure, defense, and more—across geopolitically significant regions. By employing low‑cost social engineering vectors (paste‑and‑run) combined with sophisticated persistence mechanisms, the actor maintains long‑term footholds while collecting credential and network data for potential sell‑off or further exploitation. The inclusion of the Interlock ransomware family in their toolset indicates a readiness to capitalize on exploitative opportunities should the opportunity arise.

Enhanced Description

Key Capabilities

  • custom NodeJS backdoor (NodeInitRAT)
  • registry Run key persistence (ChromeUpdater)
  • PowerShell loader downloading and executing node.exe zip
  • arbitrary command execution via nltest, net.exe, setspn.exe for domain enumeration
  • C2 over HTTP using Cloudflare tunnels with XOR‑encoded GZIP payloads
  • Network ARP neighbor discovery
  • Process and service discovery
  • privilege level detection via PowerShell
  • execution of arbitrary EXE/DLL/CMD/JS (including .LOG renamed JS) files
  • DLL execution via rundll32.exe
  • Paste‑and‑run technique using clipboard PowerShell commands
  • PowerShell invoke-expression/invoke-restmethod for remote content download
  • NodeJS process spawn of cmd.exe to add registry persistence keys
  • drop additional executables/DLLs onto disk for persistence
  • trycloudflare.com domains/ips for C2 communication
  • email spoofing and phishing campaigns targeting state bodies
  • exploiting zero‑day vulnerability CVE-2022-30190

MITRE ATT&CK Tactics

Execution
Persistence
Command-and-Control
Discovery
Initial Access
Privilege Escalation

ATT&CK Techniques

T1059.001
T1204
T1105
T1547.001
T1057
T1046
T1566.002
T1204.002
T1566.001
T1203
T1543
T1036

Software / Tooling

NodeInitRAT
LummaC2
HijackLoader
Vidar
Cloudflare tunnels
rundll32.exe
mshta.exe
NodeJS
PowerShell
CredoMap

Campaigns & Victims

The actor’s campaigns exhibit a blend of opportunistic phishing, social engineering copy‑paste lures, and zero‑day exploitation, with evidence dating to at least 2022. Their operations are largely low‑profile, leveraging generic services (Cloudflare) for C&C, yet they persistently target high-value sectors across dozens of countries. Past incidents include a targeted phishing wave against Ukrainian state bodies in 2023 and the deployment of CredoMap via a CVE-2022-30190 exploit in mid‑2022. While direct ransomware delivery (Interlock) has not been confirmed, the threat landscape suggests readiness to pivot toward more aggressive extortion if viable targets present themselves.

IOC Patterns

  • PowerShell invoke-expression/invoke-restmethod commands pointing to trycloudflare.com or IP addresses
  • obfuscated PowerShell code copied via clipboard and executed with Run dialog (paste‑and‑run)
  • registry HKCU\Software\Microsoft\Windows\CurrentVersion\Run entry named "ChromeUpdater"
  • zip file containing node.exe downloaded at runtime
  • ARP discovery command output for local network enumeration
  • renamed .LOG extension used to masquerade JavaScript files
  • rundll32.exe invocation with DLL path pattern
  • file path \\AppData\\Roaming\\[a-z0-9]{8}.log
  • trycloudflare.com domains referenced in command lines
  • IP addresses embedded in RAT command lines
  • DNS queries for Cloudflare C2 hostnames
  • malicious attachment distribution leveraging CVE‑2022‑30190

Recommended Actions

  • Educate users to avoid executing paste‑and‑run lures and verify unknown PowerShell scripts before running.
  • Implement PowerShell execution policies and monitor for suspicious invoke-expression or invoke-restmethod usage.
  • Block or filter outbound HTTP traffic to Cloudflare domains or trycloudflare.com used as C2 intermediaries.
  • Deploy EDR solutions that flag registry Run key persistence (especially ChromeUpdater), node.exe runtime executions, and unusual domain enumeration commands.
  • Monitor and restrict modifications to Windows Registry Run Keys; enforce GPOs preventing unauthorized entries.
  • Enable detailed PowerShell logging for Get-Process, Get-Service, Get‑PSDrive, etc., and alert on execution of rundll32.exe for DLL loading.
  • Implement a policy disabling hotkeys that trigger the Run dialog (e.g., Win+R) to mitigate paste‑and‑run attacks.
  • Provide user training on risks of copy‑paste malicious commands and spearphishing emails.
  • Terminate suspicious node.exe processes, delete associated files and registry keys, and remove dropped DLLs from disk.
  • Use firewall or DNS sinkhole rules to block trycloudflare.com domains and any known C2 IP addresses.
  • Deploy network monitoring for ARP broadcast floods and unsolicited outbound HTTP connections to obscure C2 infrastructure.
  • Apply patch management rigorously to remediate CVE‑2022‑30190 and other exploitable vulnerabilities.

Suggested Tags

Mocha Manakin
APT28
NodeJS backdoor
Paste-and-Run
PowerShell abuse
User execution
Persistence via Registry Run key
Command & Control over Cloudflare
Reconnaissance
Domain enumeration
Remote file copy
ARp discovery
Process discovery
Privilege detection
Rundll32 execution
NodeInitRAT
ClickFix
fakeCAPTCHA
Social engineering
Phishing link
DLL dropping
C2 Over Cloudflare
Fancy Bear
Ukraine targeting
Zero‑day exploitation
CVE-2022-30190
CredoMap malware
Interlock ransomware
LummaC2

Confidence Assessment

The data set provides a robust depiction of Mocha Manakin’s tactics, techniques, and procedures with high confidence regarding the use of paste‑and‑run social engineering, PowerShell-based execution, NodeJS backdoor persistence, and Cloudflare-based command & control. Attribution uncertainty remains due to overlapping aliases (APT28, Fancy Bear) and limited disclosure on underlying infrastructure beyond the generic Cloudflare front‑end. Knowledge gaps include precise deployment dates for certain weaponized attachments, confirmed ransomware delivery instances, and evidence of lateral movement mechanisms within large organizations.“,

Campaigns / Victims

No campaigns linked yet.

Observed Data

No observed data linked yet.

Indicators of Compromise

Domain 11 IPv4 Address 1 URL 2 Filename 5 Email Address 1

References

  1. socprime.com — Cited by web research for: APT28
  2. redcanary.com — Cited by web research for: Clickfix
  3. redcanary.com — Cited by web research for: T1566.002
  4. www.intertecsystems.com — Cited by web research for: Global
  5. www.varutra.com — Cited by web research for: GitHub

Intel Summary

14

Techniques

48

Tools

0

Campaigns

37

IOCs

0

Observed Data

6

Tactics

Tags

Ransomware
Critical Infrastructure
Phishing
Backdoor / C2
APT Group
Malware Distribution
Ransomware Affiliate
Custom Malware
Backdoor
Persistence Mechanisms
Enterprise Targeting
Mocha Manakin
APT28
NodeJS backdoor
Paste-and-Run
PowerShell abuse
User execution
Persistence via Registry Run key
Command & Control over Cloudflare
Reconnaissance
Domain enumeration
Remote file copy
ARp discovery
Process discovery
Privilege detection
Rundll32 execution
NodeInitRAT
ClickFix
fakeCAPTCHA
Social engineering
Phishing link
DLL dropping
C2 Over Cloudflare
Fancy Bear
Ukraine targeting
Zero‑day exploitation
CVE-2022-30190
CredoMap malware
Interlock ransomware
LummaC2

Details

Type
Unknown
Primary Motivation
Financial gain
Country of Origin
China (CN)
Confidence
60%
Added
May 17, 2026
No notes yet. Click "Add Note" to create the first analysis note.
No opinions yet. Be the first to assess this intelligence.
Leaving Threaticon

This link opens an external site that isn't part of the platform.