Skip to content
AI Security Wire

Published

- 4 min read

By

Claude Malvertising Campaign Drops SectopRAT via Fake Desktop App

img of Claude Malvertising Campaign Drops SectopRAT via Fake Desktop App

A malvertising campaign active on July 21-22 compromised at least 29 organisations by serving a weaponised installer disguised as the Claude desktop application. The attack, documented by Huntress and confirmed independently by Bleeping Computer, exploited a staging technique that let the attackers leverage Anthropic’s own platform as part of the delivery chain — a detail that bypassed the corporate URL filtering that would have caught a standard attacker-hosted payload.

How the Attack Chain Worked

Three stages connected the victim to the malware. First, threat actors purchased Bing Search advertisements targeting searches for “Claude AI” and related terms. Those ads pointed to attacker-controlled landing pages that prompted users to download what looked like the Claude desktop installer.

The installer — ClaudeDesktop.exe — was packaged with SectopRAT. That part is relatively conventional malvertising. What makes FakeAgent operationally notable is the staging step between the ad and the payload. Attackers created a Claude artifact on claude.ai — Anthropic’s legitimate shared-content platform — that contained a redirect to their infrastructure. The artifact URL carried the claude.ai domain. Many organisations allow-list that domain because the platform is in regular professional use, so the redirect slipped past proxy filtering that would have blocked an unfamiliar attacker domain.

Huntress confirmed the malicious artifact was downloaded approximately 7,100 times before Anthropic removed it following their report. At least 29 organisations are confirmed compromised.

SectopRAT’s Capabilities

SectopRAT, tracked by some vendors as ArechClient2, is a commodity RAT with a reasonably mature feature set. The capabilities observed in this campaign: theft of browser-stored session cookies, saved passwords, and payment card data across Chrome, Firefox, and Edge profiles; file access and document exfiltration; screenshot capture; and live remote desktop sessions that give the operator persistent interactive access.

The payload used VMProtect anti-analysis packing and detected GPU availability to identify virtual machine environments — a measure that slows down automated sandbox analysis. Command-and-control used Ethereum blockchain infrastructure, which makes domain-based blocking ineffective.

Once SectopRAT deploys, the initial credential harvest is usually just the starting point. Operators use harvested session tokens for account takeover and use remote desktop access to map network resources before moving laterally. The 29 confirmed organisations should be treated as partially known exposure — actual impact will depend on what those endpoints had access to.

Why This Technique Is Worth Tracking

The operationally significant element is not the malware or the Bing ads — both are well-understood attacker tools. It’s the use of Anthropic’s platform as staging infrastructure.

Attackers are increasingly turning AI platform features into delivery mechanisms. Claude artifacts, Google Colab notebooks, and Hugging Face model cards have all appeared as staging or redirect points in recent campaigns. These platforms are trusted by default in many corporate environments: allow-listed in proxy configurations, not flagged by endpoint tools, not caught by URL reputation checks because they’re legitimate services.

The practical implication: allow-listing an AI service’s domain does not mean all content served from that domain is safe. Claude artifacts are user-generated content. A claude.ai URL points to Anthropic’s infrastructure but the content at that URL is controlled by whoever created the artifact. This is the same category of trust-misuse seen with Google Docs phishing links and SharePoint file previews — the domain is trusted, the content is not.

Anthropic removed the malicious artifact after Huntress reported it, and has said the platform’s misuse for payload staging is under review.

What to Do

If your organisation allows Claude in corporate environments, the immediate question is whether anyone installed a Claude desktop application sourced from a Bing advertisement between July 21-22. The legitimate Claude desktop application is distributed at claude.ai/download — any installer from another source should be treated as suspect.

For security teams: check endpoint telemetry for ClaudeDesktop.exe installation events from those two days. Huntress published a full IoC list including file hashes, C2 domains, and blockchain addresses. If SectopRAT is found on a system, treat it as fully compromised — rotate all credentials that were accessible from that machine and investigate for lateral movement before beginning remediation.

At the policy level: reconsider blanket domain allow-listing for AI platforms. Allow the domains, but apply content inspection or at minimum monitor for executable file downloads originating from artifact hosting paths.

References

Frequently Asked Questions

What was the FakeAgent campaign and how did it work?
FakeAgent was a malvertising campaign active July 21-22, 2026 that used Bing Search ads targeting searches for 'Claude AI' to direct users to fake installer pages. The malicious payload (SectopRAT) was delivered via ClaudeDesktop.exe, a weaponised installer. Attackers staged a redirect through a Claude artifact hosted on claude.ai, giving the initial link a legitimate Anthropic domain that bypassed many corporate URL filters.
What does SectopRAT do once installed?
SectopRAT (also tracked as ArechClient2) is a mature remote access trojan with broad data theft capabilities: it harvests browser-stored credentials and payment card data, steals files, captures screenshots, and provides operators with persistent remote desktop access. It uses VMProtect anti-analysis packing and GPU detection to evade sandbox analysis. Command-and-control runs over Ethereum blockchain infrastructure.
How should organisations check if they were affected?
Check endpoint logs for ClaudeDesktop.exe installation events from July 21-22, 2026. The legitimate Claude desktop application is distributed only via claude.ai/download — any installer sourced from a Bing advertisement or third-party link should be treated as suspect. Huntress published a full indicator-of-compromise list. If SectopRAT is confirmed, treat the affected endpoint as fully compromised and rotate credentials for all business-critical services accessed from it before investigating for lateral movement.