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

推荐订阅源

V
V2EX
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
P
Proofpoint News Feed
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
量子位
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
博客园_首页
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Fake Claude Code Page Pushes PowerShell Stealer at Devs
Alessandro Mascellino · 2026-05-11 · via www.infosecurity-magazine.com

A previously undocumented information stealer has been distributed through fake Claude Code installation pages, hijacking Chromium browsers to bypass App-Bound Encryption and exfiltrate cookies, passwords and payment data from developer workstations.

The campaign was detailed on 11 May by Ontinue's Cyber Defense Center, which traced the activity to three operator-controlled domains registered within a six-day window in April 2026. Victims arrived at the lookalike installation page after clicking sponsored search results for "install claude code."

The lure page mimicked the layout of legitimate Claude Code documentation but rendered an altered one-line installation command directly in HTML, swapping the canonical Anthropic host for an attacker-controlled domain.

The /install.ps1 file at that domain returned a verbatim copy of the genuine installer, making automated URL scanners observe entirely clean PowerShell while the visible command on the page sent victims elsewhere.

A Native Helper Designed to Evade Behavioral Rules

Once executed, the pasted command fetched a heavily obfuscated PowerShell loader of approximately 600 KB.

The loader enumerated Chromium-family browsers, including Chrome, Edge, Brave, Vivaldi, Perplexity Comet and Arc, and reflectively injected a 4608-byte native helper into a live browser process.

The helper's sole function is to invoke the browser's IElevator2 COM interface, introduced in Chrome 144, to recover the App-Bound Encryption key. The technique mirrors the approach first documented in Glove Stealer in late 2024, but diverges in design.

Ontinue, a provider of AI-powered managed agentic SOC services, noted that the helper exposes no network, file or cryptographic imports.  All detection-visible activity, such as SQLite access, archive construction and HTTPS exfiltration, was confined to the PowerShell layer. The split appeared engineered specifically to defeat behavioral rule sets that inspect native binaries in isolation.

Read more on fake install pages targeting developers: Malicious VS Code Extensions Deploy Advanced Infostealer

Developer Workstations as a High-Value Pivot

Ontinue's compile-date evidence places the sample's construction within 60 days of the Chrome 144 release in January 2026, indicating an actively maintained development effort tracking upstream Chromium changes.

A transcription error in the embedded Edge IElevator2 IID, with two nibbles transposed in the Data3 field, causes the initial call to fail silently and trigger a fallback to the legacy IElevator interface. Ontinue highlighted that the malformed identifier doubles as a high-confidence detection signature.

The loader established persistence via a Windows scheduled task that polled the operator's C2 every minute and exited early if the host's region matched an exclusion list covering Iran, Russia and other Commonwealth of Independent States (CIS) members, among others.

Vineeta Sangaraju, AI tesearch engineer at Black Duck, said the choice of target is what makes the campaign worth attention.

"Developers hold the keys to an organization's most sensitive assets - intellectual property, cloud infrastructure, CI/CD pipelines," she said. "One compromised developer workstation does not stay contained. It pivots into source code repositories, into cloud environments and into downstream software."

Ontinue urged defenders to enforce PowerShell Constrained Language Mode, enable script block logging and apply web content filtering against newly registered domains.