Malicious Browser Extensions Steal Crypto and Credentials

19 Malicious Chrome & Edge Extensions Caught Stealing Crypto Wallets

HIGH
August 31, 2026
5m read
MalwarePhishingCloud Security

Impact Scope

People Affected

Approximately 80,000 users of one extension

Industries Affected

FinanceTechnology

Related Entities

Organizations

LedgerTrezor

Products & Tech

Google Chrome Microsoft EdgeFacebookLinkedIn

Other

SuperiorBinanceCoinbaseKraken

Full Report

Executive Summary

Security researchers have identified a coordinated malware campaign, tracked as "Superior," involving 18 Google Chrome extensions and one Microsoft Edge extension. Active since at least February 2024, this campaign aimed to steal cryptocurrency assets and user credentials on a large scale. The threat actors employed a dual strategy: creating new, seemingly benign extensions and compromising existing popular extensions to push malicious updates to a pre-existing user base. The most popular extension, "Enable Right Click & Copy — Smart Unlock + OCR," had amassed around 80,000 users. The extensions deployed a modular payload capable of draining crypto wallets, harvesting hardware wallet seed phrases, and stealing credentials for major crypto exchanges.


Threat Overview

The "Superior" campaign represents a significant supply chain threat within the browser extension ecosystem. By either creating new extensions or buying and updating legitimate ones, the attackers bypassed initial user skepticism. Once installed, the extensions used a modular framework to deploy various malicious payloads. The primary targets were users of cryptocurrency.

Key payloads included:

  • A multi-chain wallet drainer targeting EVM-compatible (e.g., Ethereum), Solana, and Tron wallets.
  • A hardware wallet seed phrase harvester that presented fake recovery pages mimicking Ledger and Trezor interfaces.
  • Credential stealers for major cryptocurrency exchanges, including Binance, Coinbase, and Kraken.
  • Modules for stealing Facebook and LinkedIn session cookies and exfiltrating browser history.

Technical Analysis

The malware's sophistication lies in its ability to bypass web security controls and maintain persistence.

  1. Initial Access & Persistence: Users install the malicious extension from the official Chrome or Edge web stores, believing it to be legitimate. This corresponds to T1176 - Browser Extensions. The extension persists within the browser, executing whenever the browser is active.
  2. Defense Evasion: A key technique was the removal of a website's Content Security Policy (CSP) headers. This allows the extension to inject arbitrary, malicious JavaScript into any webpage the user visits, a form of T1185 - Browser Session Hijacking.
  3. Command and Control: The extensions established a persistent WebSocket connection to a C2 server. This allows for real-time, bidirectional communication, enabling the exfiltration of stolen data and the delivery of new commands or payloads, mapping to T1572 - Protocol Tunneling.
  4. Credential Access & Collection: The injected scripts were responsible for various forms of theft. They could capture form data as it was entered (T1056.001 - Keylogging), present fake login/recovery pages to harvest credentials, and steal session cookies to take over active user sessions.

The abuse of the extension update mechanism is particularly dangerous, as it turns a trusted application into a weapon against its existing user base, who are unlikely to scrutinize a routine update.

Impact Assessment

The direct impact is financial loss for victims whose cryptocurrency wallets were drained or whose exchange accounts were compromised. The theft of hardware wallet seed phrases is particularly devastating, as it gives attackers permanent access to all assets secured by that phrase. Beyond crypto, the theft of social media credentials and browser history exposes victims to identity theft, blackmail, and further targeted attacks. The campaign erodes trust in the browser extension model, a critical component of the modern web experience.

IOCs — Directly from Articles

While specific C2 domains were not listed, the name of the most prominent malicious extension was provided:

  • Enable Right Click & Copy — Smart Unlock + OCR

Cyber Observables — Hunting Hints

Security teams and advanced users can hunt for signs of such malicious extensions:

Type
Network Traffic Pattern
Value
Persistent WebSocket connections to unknown domains
Description
Malicious extensions often maintain a constant C2 connection via WebSockets.
Type
Browser Behavior
Value
Disabled Content Security Policy (CSP)
Description
Check browser developer tools to see if CSP headers are being unexpectedly stripped from websites.
Type
File Path
Value
~/.config/google-chrome/Default/Extensions/
Description
Monitor for newly installed or modified browser extension files in user profiles.
Type
API Endpoint
Value
chrome.webRequest.onHeadersReceived
Description
Extensions using this API with blocking permissions can modify security headers like CSP.

Detection & Response

  • Endpoint Monitoring: Use EDR or advanced endpoint tools to monitor network connections originating from browser processes. Alert on persistent WebSocket connections to newly observed or untrusted domains.
  • Extension Auditing: For enterprise environments, periodically audit installed browser extensions. Use tools that can analyze extension permissions and identify those requesting excessive rights (e.g., access to all websites, ability to modify requests).
  • User Reporting: Encourage users to report any suspicious browser behavior, such as unexpected pop-ups on trusted sites or prompts for wallet recovery phrases outside of the hardware wallet's official application.

Mitigation

  • D3FEND: Executable Allowlisting (D3-EAL): In corporate environments, use browser management policies to create an allowlist of approved extensions, preventing users from installing unvetted ones. This is a direct countermeasure against T1176 - Browser Extensions.
  • User Education: Train users to be skeptical of extensions, even those in official stores. Teach them to review permissions before installation and to be wary of extensions that require access to all website data.
  • Principle of Least Privilege: Users should regularly review and remove any extensions they no longer use. When installing new extensions, they should question why an extension needs the permissions it requests.

Timeline of Events

1
February 1, 2024
The 'Superior' malware campaign is believed to have started its operations.
2
August 31, 2026
This article was published

MITRE ATT&CK Mitigations

Use enterprise policies to control which browser extensions can be installed by users, preventing the installation of unvetted software.

Mapped D3FEND Techniques:

While the malware disables CSP, enforcing CSP on the server-side is still a critical defense-in-depth measure against injection attacks.

Educate users on the risks of browser extensions and how to vet their permissions before installation.

D3FEND Defensive Countermeasures

To combat the threat of malicious browser extensions in an enterprise setting, administrators should leverage Group Policy Objects (GPO) for Windows or mobile device management (MDM) profiles for macOS to enforce browser extension allowlists. This policy, ExtensionInstallAllowlist, should be configured for Chrome and Edge to specify a list of approved extension IDs. All other extensions will be blocked by default. This shifts from a reactive, blocklist-based approach to a proactive, 'default-deny' posture. The list of allowed extensions should be minimal and based on business need, with each extension vetted for its permissions and developer reputation. This directly mitigates the initial access vector (T1176) by preventing users from installing the malicious software in the first place.

To detect and block the C2 communication used by these extensions, organizations should implement outbound traffic filtering and analysis at the network edge. Specifically, monitor for and inspect persistent WebSocket connections to domains that are not on a corporate allowlist. Since the 'Superior' malware relied on WebSocket for C2, deploying a web proxy or next-generation firewall capable of decrypting TLS and analyzing WebSocket traffic is crucial. Create rules to alert on or block connections to newly registered domains (NRDs) or domains with low reputation scores. This detective and preventative control can sever the attacker's connection, rendering the extension unable to exfiltrate data or receive new commands, even if it is successfully installed.

Timeline of Events

1
February 1, 2024

The 'Superior' malware campaign is believed to have started its operations.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

MalwareBrowser ExtensionChromeEdgeCryptocurrencyCredential TheftWallet Drainer

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.