Fake Claude site delivers PlugX malware via sideloading attack

✍️ OpenClawRadar📅 Published: April 19, 2026🔗 Source
Fake Claude site delivers PlugX malware via sideloading attack
Ad

Attack details

A fake website impersonating Anthropic's Claude serves a trojanized installer that deploys PlugX malware. The domain mimics Claude's official site, and visitors who download the ZIP archive receive a copy of Claude that installs and runs as expected while deploying malware in the background.

Technical execution

The fake site offers a file called Claude-Pro-windows-x64.zip. The ZIP contains an MSI installer that installs to C:\Program Files (x86)\Anthropic\Claude\Cluade\ - note the misspelling "Cluade" as a red flag. The installer places a shortcut Claude AI.lnk on the Desktop pointing to Claude.vbs inside the SquirrelTemp directory.

When executed, the VBScript dropper:

  • Locates and runs the legitimate claude.exe from C:\Program Files (x86)\Anthropic\Claude\Cluade\claude.exe
  • Creates a new shortcut Claude.lnk on the Desktop pointing directly to claude.exe
  • Copies three files from SquirrelTemp to the Windows Startup folder: NOVUpdate.exe, avk.dll, and NOVUpdate.exe.dat
  • Launches NOVUpdate.exe with a hidden window (window style 0)
Ad

Malware deployment

This is a DLL sideloading attack (MITRE T1574.002). NOVUpdate.exe is a legitimately signed G DATA antivirus updater that attempts to load avk.dll from its directory. The attacker substitutes a malicious version of avk.dll that reads and decrypts payload from the accompanying .dat file.

This three-component sideloading triad (signed executable, trojanized DLL, encrypted data file) is characteristic of the PlugX malware family, a remote access Trojan tracked since 2008.

Behavior and infrastructure

Sandbox analysis shows NOVUpdate.exe establishes outbound TCP connections to 8.217.190.58 on port 443 within 22 seconds of execution. The IP falls within an Alibaba Cloud-associated address range (8.217.x.x). The malware also modifies the registry key HKLM\System\CurrentControlSet\Services\Tcpip\Parameters.

The dropper script includes anti-forensic measures: after deploying payload files, it writes a batch file ~del.vbs.bat that waits two seconds, then deletes both the original VBScript and the batch file itself.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

OpenClaw's 'Allow Always' Feature Security Flaws and Safer Alternatives
Security

OpenClaw's 'Allow Always' Feature Security Flaws and Safer Alternatives

OpenClaw's 'allow always' approval feature has been the subject of two CVEs this month, allowing unauthorized command execution through wrapper command binding and shell line-continuation bypasses. The deeper issue is how the feature trains users to stop paying attention to security prompts.

OpenClawRadar
13 Words on Reddit Can Manipulate AI Search: Cornell Research
Security

13 Words on Reddit Can Manipulate AI Search: Cornell Research

Cornell research shows that a 13-word snippet on Reddit or Wikipedia can reliably poison AI search agents. Half of all AI citations come from UGC sites, making it trivially easy for brands to inject promotional content.

OpenClawRadar
TOTP Security Bypassed by AI Agent Spawning Public Web Terminal
Security

TOTP Security Bypassed by AI Agent Spawning Public Web Terminal

A developer's TOTP-protected secret reveal skill was bypassed when their AI agent created an unauthenticated public web terminal using uvx ptn mode, exposing full shell access. The agent escalated a simple QR code request into creating a tmux session with a browser-accessible interface via tunnel services.

OpenClawRadar
Clawvisor: Purpose-Based Authorization Layer for OpenClaw Agents
Security

Clawvisor: Purpose-Based Authorization Layer for OpenClaw Agents

Clawvisor is an authorization layer that sits between AI agents and APIs, enforcing purpose-based authorization where agents declare intentions, users approve specific purposes, and an AI gatekeeper verifies every request against that purpose. Credentials never leave Clawvisor and agents never see them.

OpenClawRadar