EtherRAT — Node.js Backdoor with Ethereum Blockchain C2 (EtherHiding) Linked to DPRK Contagious Interview
EtherRAT — Node.js Backdoor with Ethereum Blockchain C2 (TL-2026-0293), also tracked as "[\"EtherRAT\", is a critical-severity malware campaign scored CVSS 9.1, first published 2026-03-27. It is attributed to DPRK APT (North Korea) with high confidence, references 1 CVE (CVE-2025-55182), maps to 39 MITRE ATT&CK techniques (T1005, T1007, T1008), and is covered by 9 detection rules and 36 indicators of compromise.
Key facts for TL-2026-0293
- Threat ID
- TL-2026-0293
- Also known as
- "[\"EtherRAT\", \"React2Shell\", \"EtherHiding\"]"
- Severity
- CRITICAL
- CVSS
- 9.1 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L)
- Status
- ACTIVE
- Category
- MALWARE
- First published
- 2026-03-27
- Last reviewed
- 2026-03-27
- Attribution
- DPRK APT
- Attribution confidence
- HIGH
- Nation-state nexus
- North Korea
- Motivation
- FINANCIAL
- Detection rules
- 9
- Indicators of compromise
- 36
Malware and tooling in EtherRAT — Node.js Backdoor with Ethereum Blockchain C2
Malware and tooling: EtherRAT, SYS_INFO, 0x22f96d61cf118efabc7c5bf3384734fad2f6ead4, 0xe26c57b7fa8de030238b0a71b3d063397ac127d3, Obfuscator.io
EtherRAT is a multi-platform Node.js backdoor linked to North Korean APT operations (Contagious Interview / Jade Sleet). It uses Ethereum smart contracts to store and rotate C2 addresses (EtherHiding technique), making infrastructure takedown nearly impossible. Delivered via ClickFix social engineering on Windows and React2Shell (CVE-2025-55182) exploitation on Linux, EtherRAT features comprehensive host fingerprinting (SYS_INFO module), CIS-country geofencing, CDN-like beacon URLs for network evasion, and AES-256-CBC encrypted payloads. Active exploitation confirmed against retail, finance, and software sectors.
How EtherRAT — Node.js Backdoor with Ethereum Blockchain C2 works
EtherRAT is a sophisticated Node.js-based remote access trojan (RAT) that represents a significant evolution in North Korean cyber operations, combining blockchain-based command and control infrastructure with multi-platform targeting capabilities.
## Architecture & Capabilities
EtherRAT operates as a modular Node.js implant with the following core capabilities: arbitrary command execution via AsyncFunction constructor providing full Node.js context (require, process, Buffer), comprehensive system fingerprinting through the SYS_INFO module, cryptocurrency wallet and cloud credential theft, self-reobfuscation by POSTing its own source code to C2 for server-side transformation, and an interactive JavaScript shell with complete module access.
The SYS_INFO module performs extensive host profiling including: public IP retrieval via ipify.org APIs, CPU model/username/hostname/OS platform/release/architecture enumeration, RAM metrics and uptime, MAC address extraction via os.networkInterfaces(), GPU identification (PowerShell WMI on Windows, lspci/glxinfo on Linux), antivirus detection via WMI queries or process enumeration, domain membership and administrative privilege checks, and Machine Hardware ID retrieval from registry or system files.
## EtherHiding — Blockchain C2 Infrastructure
EtherRAT's most notable innovation is its use of Ethereum smart contracts for C2 address storage and rotation (EtherHiding technique). Two smart contracts have been identified: 0xe26c57b7fa8de030238b0a71b3d063397ac127d3 (eSentire campaign, Windows) and 0x22f96d61cf118efabc7c5bf3384734fad2f6ead4 (Sysdig campaign, Linux). C2 addresses are stored via the setString function and can be rotated by conducting additional blockchain transactions at minimal cost.
The implant queries nine public Ethereum RPC endpoints concurrently (eth.llamarpc.com, mainnet.gateway.tenderly.co, rpc.flashbots.net/fast, rpc.mevblocker.io, eth-mainnet.public.blastapi.io, ethereum-rpc.publicnode.com, rpc.payload.de, eth.drpc.org, eth.merkle.io) and uses majority-vote consensus to determine the authoritative C2 address, preventing single-endpoint poisoning attacks. This architecture makes traditional takedown methods ineffective since C2 addresses reside on immutable, distributed blockchain infrastructure.
## CDN-Like Beacon URLs
Network communications use randomized CDN-like beacon URLs following the pattern: <C2_ADDRESS>/api/<8_HEX>/<UUID>/<8_HEX>.<EXT>?<PARAM>=<BUILD_ID>. File extensions are randomly selected from png, jpg, gif, css, ico, and webp, while query parameters rotate through id, token, key, b, q, s, and v. All communications use HTTPS with TLS 1.3, and the C2 polling interval is 500 milliseconds. Responses exceeding 10 characters are treated as JavaScript code and executed with full Node.js context.
## Delivery Chains
**Windows (ClickFix/IT Support Scam):** Initial access via ClickFix social engineering or Microsoft Teams IT support scams with QuickAssist for unauthorized remote access. Stage 1 uses the LOLBin chain pcalua.exe -> mshta.exe with caret obfuscation to retrieve an HTA script from compromised infrastructure (shepherdsestates.uk). The HTA downloads a Node.js runtime (v18.17.0) and encrypted payloads. Stage 2 decrypts the stager using AES-256-CBC via module._compile() for in-memory execution and establishes HKCU Run key persistence with a random 12-character hex value name. Stage 3 launches EtherRAT via conhost.exe --headless node.exe.
**Linux (React2Shell / CVE-2025-55182):** Exploits an unsafe deserialization vulnerability in React Server Components affecting React 19.x and Next.js 15.x/16.x with App Router. A single HTTP request triggers unauthenticated RCE. A Base64-encoded shell command executes a persistent download loop using curl/wget/python3 fallbacks to retrieve a shell script (s.sh) from 193.24.123.68:3001. The script creates a hidden directory structure in $HOME/.local/share/.05bf0e9b, downloads Node.js v20.10.0, writes encrypted payload and obfuscated dropper, then establishes five independent persistence mechanisms: systemd user service, XDG autostart entry (Hidden=true, NoDisplay=true), cron job, .bashrc modification, and .profile modification with nohup commands.
## Geofencing & Target Selection
The SYS_INFO module implements CIS-country geofencing, performing self-destruction if detecting Russian, Belarusian, Kazakh, Kyrgyz, Tajik, Uzbek, Armenian, Azerbaijani, or Georgian language settings. This exclusion pattern is consistent with DPRK operational security practices. Active campaigns have targeted retail, business services, software, and finance sectors globally.
## Encryption & Obfuscation
All payload stages use AES-256-CBC encryption with embedded Base64-encoded keys and IVs. JavaScript obfuscation is performed via Obfuscator.io with string array shuffling and dead code insertion. Command-line obfuscation uses caret character insertion. The self-reobfuscation capability allows operators to remotely transform the implant code, complicating signature-based detection.
## Attribution
Multiple overlaps with DPRK Contagious Interview campaign: AES-256-CBC encrypted loader pattern (matching BeaverTail), Node.js runtime deployment approach, JavaScript-based interactive shell design, CIS-country geofencing, and ClickFix/IT support social engineering delivery. The Sysdig campaign via React2Shell represents either a tactical pivot or tool-sharing between threat groups. Attribution confidence is HIGH based on cumulative TTP overlap, though direct code reuse between EtherRAT and BeaverTail/InvisibleFerret has not been confirmed.
MITRE ATT&CK techniques used in TL-2026-0293
collection
discovery
T1007 System Service Discovery; T1012 Query Registry; T1016 System Network Configuration Discovery; T1033 System Owner/User Discovery; T1049 System Network Connections Discovery; T1057 Process Discovery; T1082 System Information Discovery; T1083 File and Directory Discovery; T1087 Account Discovery; T1518 Software Discovery; T1518.001 Security Software Discovery
command-and-control
T1008 Fallback Channels; T1071.001 Web Protocols; T1102.001 Dead Drop Resolver; T1105 Ingress Tool Transfer; T1573.002 Asymmetric Cryptography
defense-evasion
T1027 Obfuscated Files or Information; T1036.004 Masquerade Task or Service; T1036.005 Match Legitimate Resource Name or Location; T1140 Deobfuscate/Decode Files or Information; T1218.005 Mshta; T1564.003 Hidden Window
exfiltration
T1041 Exfiltration Over C2 Channel
execution
T1053.003 Cron; T1059.001 PowerShell; T1059.004 Unix Shell; T1059.007 JavaScript; T1204.001 Malicious Link; T1569.002 Service Execution
initial-access
T1190 Exploit Public-Facing Application; T1566.003 Spearphishing via Service
stealth
T1202 Indirect Command Execution
persistence
T1543.002 Systemd Service; T1547.001 Registry Run Keys / Startup Folder; T1547.013 XDG Autostart Entries
privilege-escalation
T1546.004 Unix Shell Configuration Modification
credential-access
T1552.001 Credentials In Files
impact
CVEs associated with EtherRAT — Node.js Backdoor with Ethereum Blockchain C2
Weaknesses (CWE) in EtherRAT — Node.js Backdoor with Ethereum Blockchain C2
CWE-502, CWE-94
Timeline of EtherRAT — Node.js Backdoor with Ethereum Blockchain C2
- CVE-2025-55182 (React Server Components unsafe deserialization) disclosed by Lachlan Davidson, enabling React2Shell attack vector
- CISA adds CVE-2025-55182 to Known Exploited Vulnerabilities catalog; EtherRAT recovered from compromised Next.js application by Sysdig TRT
- Sysdig TRT publishes initial EtherRAT analysis detailing React2Shell attack chain and Ethereum blockchain C2 mechanism on Linux targets
- eSentire TRU publishes research on EtherHiding technique in Tsundere botnet, establishing blockchain C2 pattern shared by EtherRAT
- Sysdig publishes updated analysis linking EtherRAT to DPRK Contagious Interview campaign with detailed React2Shell exploitation chain
- Ethereum smart contract 0xe26c57b7fa8de030238b0a71b3d063397ac127d3 observed actively rotating C2 addresses via setString transactions
- eSentire TRU discovers EtherRAT Windows variant with SYS_INFO module, CDN-like beacons, and ClickFix delivery during incident response at retail customer
- Threat documented as TL-2026-0293 with full MITRE mapping, IOCs, and detection coverage for Threadlinqs Intelligence Platform
- As of 2026-05-29, EtherRAT remains an active DPRK (Contagious Interview/Lazarus) campaign — Atos/eSentire reporting through Apr 30 2026 confirms ongoing GitHub-facade distribution and live Ethereum smart-contract C2 rotation, with takedowns ineffective against the EtherHiding architecture. Its enabler CVE-2025-55182 (React2Shell, CVSS 10.0) stays in CISA KEV and is still exploited in the wild despite available patches.
Threats related to EtherRAT — Node.js Backdoor with Ethereum Blockchain C2
- EtherRAT: DPRK-Linked Vishing Campaign Abuses Microsoft Teams and Ethereum Smart Contracts to Deliver Blockchain-Resilient Node.js RAT
- DOUBLECUP ClickFix Loader-as-a-Service Hides Malware in Browser Cache Images via Steganography
- ClickFix Campaign Deploying Potemkin Loader, RMMProject RAT, and EtherRAT - May 2026 Enterprise Compromise
Detection coverage for TL-2026-0293
As of 2026-03-27, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-0293 across Splunk SPL, Microsoft KQL and Sigma, covering 36 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.