惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
Cisco Talos Blog
Cisco Talos Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
D
Docker
S
SegmentFault 最新的问题
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
GbyAI
GbyAI
L
LangChain Blog
Vercel News
Vercel News
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
T
Threat Research - Cisco Blogs
T
Threatpost
Scott Helme
Scott Helme
T
Tailwind CSS Blog
Latest news
Latest news
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
The Register - Security
The Register - Security
罗磊的独立博客
P
Proofpoint News Feed
腾讯CDC
S
Schneier on Security
雷峰网
雷峰网
A
About on SuperTechFans
T
Tenable Blog
F
Full Disclosure
Cyberwarzone
Cyberwarzone
博客园_首页
有赞技术团队
有赞技术团队
K
Kaspersky official blog

Hackread – Cybersecurity News, Data Breaches, AI and More

The Deliverability Problem: How New Platforms Are Solving Inbox Placement The CISO Whisperer's Watch List For The Gartner Security & Risk Management Summit 2026 Can Big Data Predict Market Movements Accurately? Iran’s Nimbus Manticore Used Trojanized Zoom Installers Against US Firms How Can MSSPs Scale Threat Detection Without Burning Out Their Analysts? Link11 is fully committed to Europe and is opening a Customer Excellence Hub in Lisbon Trojanized Gemini and Claude Installers Target Developers Via SEO Poisoning Claude Mythos AI Identified 10,000+ Software Vulnerabilities in One Month FBI Chief Kash Patel’s Clothing Store Hacked in ClickFix Infostealer Attack Netherlands Busts Bulletproof Hosting Network Linked to Disinfo and Cybercrime
Fake Anthropic Sites Deliver Fileless Infostealer to Claude Code Users
Deeba Ahmed · 2026-05-31 · via Hackread – Cybersecurity News, Data Breaches, AI and More

A new threat intelligence report by security research firm Cyderes has exposed an active credential theft campaign targeting first-time users of Anthropic’s Claude Code tool.

Shared with Hackread.com, the findings show how threat actors exploit the rapid adoption of AI coding tools to compromise small business owners, entrepreneurs, and teachers who lack enterprise-grade protections.

The ClickFix Attack Chain

Cyderes’ research reveals that the attack begins with SEO poisoning; when a user searches for how to install the software, they are taken to a spoofed Anthropic page. They are then instructed to open the Windows Run dialog box (Win+R) and paste a malicious mshta.exe command. This is a classic ClickFix lure that helps the attackers establish hands-on keyboard execution to bypass automated sandbox analysis.

The file mshta.exe, when executed, retrieves a 6.7 MB MP3/HTA polyglot payload from download.version-516.com/claude. This file runs two formats at once; it contains valid audio tags and cover art to pass file-type inspection, and also hides an embedded HTA script block, which is processed by mshta.exe after which the system runs the malicious script.

In-Memory Execution

According to Cyderes’ blog post, on the computer, this script immediately sets up a hidden task to open an older 32-bit version of Windows PowerShell instead of the 64-bit version. Researchers believe that the hackers specifically chose this version because modern Endpoint Detection and Response (EDR) systems usually only check the 64-bit version.

After opening PowerShell, the malicious loader performs an AMSI bypass. It is a technique that basically turns off the Windows built-in script scanner to stay undetected. It then uses a secret key (BWJFEesMEqRvjQbm) to unlock its hidden code and mixes the victim’s computer name and username into a unique scrambled code.

The last step is connecting to the internet to download a huge 17 MB script from oakenfjrodru. According to researchers, the hackers intentionally made this file so large to overwhelm security testing tools (called sandboxes) and make them crash. This process is carried out inside the computer’s temporary memory, so no files get saved to the hard drive, making the attack nearly invisible.

Fake Claude Code Installer Campaign Targeting First-Time AI Developers 
Attack Flow and MP3/HTA polyglot – VLC sees playable audio; mshta.exe (Source: Cyderes)

Final Payload and Attribution

A reflective .NET infostealer is embedded inside the Stage 3 script. By abusing the .NET Framework’s Assembly.Load(byte[]) feature, the loader manages to execute code directly within the existing PowerShell.exe address space so that the attack remains fileless.

Now, the data stealing begins, where the infostealer accesses the browser credential store to steal saved data. It then connects to a C2 server at 185177239255:443 for sending the data. Researchers noted that this IP address routes directly to Russian infrastructure.

Cyderes’ research team has confirmed that Anthropic itself hasn’t been compromised. The firm advises defenders to block wildcard queries to *.oakenfjrod.ru and monitor outbound network connections from mshta.exe to ensure individual workstations remain protected against this ongoing campaign.