Approximately 80,000 users of one extension
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.
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:
The malware's sophistication lies in its ability to bypass web security controls and maintain persistence.
T1176 - Browser Extensions. The extension persists within the browser, executing whenever the browser is active.T1185 - Browser Session Hijacking.T1572 - Protocol Tunneling.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.
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.
While specific C2 domains were not listed, the name of the most prominent malicious extension was provided:
Enable Right Click & Copy — Smart Unlock + OCRSecurity teams and advanced users can hunt for signs of such malicious extensions:
~/.config/google-chrome/Default/Extensions/chrome.webRequest.onHeadersReceivedblocking permissions can modify security headers like CSP.T1176 - Browser Extensions.Use enterprise policies to control which browser extensions can be installed by users, preventing the installation of unvetted software.
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.
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.
The 'Superior' malware campaign is believed to have started its operations.

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.
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.
Help others stay informed about cybersecurity threats
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.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
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 detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.