Fake Claude AI website delivers new 'Beagle' Windows malware

Published: (May 7, 2026 at 06:02 AM EDT)
3 min read

Source: Bleeping Computer

Overview

A fraudulent copy of the Claude AI website ( claude-pro[.]com ) offers a malicious “Claude‑Pro Relay” download. The 505 MB archive Claude‑Pro‑windows‑x64.zip contains an MSI installer that, when executed, installs a previously undocumented Windows backdoor named Beaver (also referred to as Beagle).

The fake site mimics the legitimate Claude LLM portal’s colors and fonts but all navigation links simply redirect to the front page. Researchers at Sophos and Malwarebytes identified the campaign in early 2026.

Indicators of Compromise

  • Files added to the Startup folder:
    • NOVupdate.exe
    • NOVupdate.exe.dat
    • avk.dll
  • Presence of a signed G Data updater (NOVupdate.exe) used to sideload avk.dll and the encrypted NOVupdate.exe.dat.
  • Network traffic to C2 domain license[.]claude-pro[.]com over TCP 443 or UDP 8080.
  • C2 IP address: 8.217.190[.]58 (associated with Alibaba‑Cloud).

Backdoor Capabilities

The Beagle backdoor supports a limited command set:

CommandDescription
uninstallRemoves the agent
cmdExecutes an arbitrary command
uploadUploads a file to the compromised host
downloadDownloads a file from the host
mkdirCreates a directory
renameRenames a file
lsLists directory contents
rmRemoves a directory or file

Note: This backdoor is unrelated to the Delphi‑based Beagle/Bagle worm documented in 2004 (source).

Technical Details

  • First‑stage payload: DonutLoader (an open‑source in‑memory injector) fetched the Beagle backdoor.
  • Sideloading technique: NOVupdate.exe (a legitimately signed G Data updater) loads the malicious avv.dll, which decrypts and executes the payload stored in NOVupdate.exe.dat.
  • Encryption: Payloads are encrypted with a hard‑coded AES key; decryption occurs in memory to evade detection.
  • Historical context: Sophos previously observed Donut‑based attacks in 2024 targeting Southeast Asian government entities (blog post).

Command‑and‑Control

  • Domain: license[.]claude-pro[.]com
  • IP: 8.217.190[.]58
  • Ports: TCP 443, UDP 8080
  • Protection: Communications are encrypted with a static AES key.

Additional samples submitted to VirusTotal (Feb–Apr 2026) used the same XOR decryption key but were delivered via varied attack chains (e.g., Microsoft Defender binaries, AdaptixC2 shellcode, decoy PDFs) and impersonated update sites of security vendors such as CrowdStrike, SentinelOne, and Trellix.

Mitigation

  • Verify source: Download Claude software only from the official Anthropic portal.
  • Inspect startup items: The presence of NOVupdate.exe, NOVupdate.exe.dat, or avk.dll in the Startup folder is a strong indicator of compromise.
  • Network controls: Block outbound connections to license[.]claude-pro[.]com and the IP 8.217.190[.]58.
  • Endpoint protection: Ensure signatures are up‑to‑date and enable behavior‑based detection to catch in‑memory injection techniques like Donut.
  • User awareness: Educate users to avoid sponsored search results and to scrutinize URLs that differ from the legitimate domain.


Fake Claude AI website – source: Sophos

0 views
Back to Blog

Related posts

Read more »