# Malicious "Google Notes" Extension Steals Cryptocurrency by Swapping Wallet Addresses
Security researchers have uncovered a sophisticated browser extension scam that masquerades as Google Notes to intercept and redirect cryptocurrency transactions. The malware, dubbed "Silent Swap," silently replaces legitimate wallet addresses with attacker-controlled ones, enabling theft of cryptocurrency transfers without victim awareness.
## The Threat
The Silent Swap malware operates as a deceptive browser extension available through the Chrome Web Store and other extension marketplaces. Once installed, the extension lies dormant, monitoring clipboard operations and form interactions across cryptocurrency-related websites and services.
When a user copies a wallet address—typically a long, complex alphanumeric string used to receive cryptocurrency—or attempts to enter one manually, the extension intercepts the operation. Silently and without visual indication, it replaces the legitimate address with an attacker-controlled wallet address. The victim proceeds with their transaction, believing they're sending funds to the intended recipient, but the cryptocurrency instead flows directly to the attacker's wallet.
Key attack characteristics:
The attack is particularly insidious because it bypasses most security awareness. Users who double-check wallet addresses will still be compromised if they copy-paste rather than type; the malicious extension intercepts at the clipboard level, not the display level.
## Background and Context
Browser extension malware has become an increasingly prevalent vector for financial theft. Unlike malware that requires system-level installation or elevated permissions, malicious extensions integrate seamlessly into the browsing experience and can request broad access to user data and interactions.
The cryptocurrency ecosystem is a high-value target due to:
Previous campaigns have distributed fake MetaMask, Ledger, and Uniswap extensions with similar clipboard-replacement functionality. Silent Swap represents a refinement of this attack pattern, using the legitimacy of "Google Notes" to reduce suspicion during installation.
## How Silent Swap Works
### Installation and Obfuscation
The extension is distributed through fake or compromised Chrome Web Store listings that closely mimic Google's official branding. The listing description typically claims the extension adds enhanced note-taking functionality to Google's suite or improves integration with Google services—a reasonable use case that reduces user skepticism.
Upon installation, the extension requests permissions for:
### Runtime Behavior
Once active, Silent Swap operates through several mechanisms:
Clipboard monitoring: The extension establishes a listener on clipboard events. When a user copies any text, the extension examines whether it matches known wallet address patterns (typically 42-character Ethereum addresses, 34-character Bitcoin addresses, or other cryptocurrency formats).
Address replacement: When a cryptocurrency address is detected, the extension immediately replaces it with a hardcoded or dynamically fetched attacker address from the C2 server. The replacement occurs silently—the user's clipboard now contains the malicious address instead of the one they intended to copy.
Form hijacking: For manual entry scenarios, the extension monitors input fields on known cryptocurrency platforms and auto-fills detected address fields with attacker addresses, potentially overwriting legitimate user input.
Data exfiltration: The extension logs all intercepted addresses, transaction amounts, and user metadata, sending this information to attacker infrastructure for analysis and targeting refinement.
## Technical Details and Indicators
Security researchers identified Silent Swap through:
Extension indicators of compromise:
## Implications for Cryptocurrency Users and Organizations
### Individual Risk
Any user with this extension installed faces complete compromise of cryptocurrency holdings accessible from their browser. Even users who practice basic security hygiene—using hardware wallets, enabling 2FA, verifying addresses—remain vulnerable because the attack occurs at the clipboard level, below the user's visual verification.
High-value targets include:
### Enterprise and Exchange Risk
Cryptocurrency exchanges and DeFi platforms face indirect liability if their users suffer losses from browser extension malware. While not directly responsible for client-side malware, exchanges can:
### Broader Ecosystem Impact
This attack pattern undermines user confidence in cryptocurrency adoption and reinforces the perception that self-custody requires technical expertise beyond most users' capability. It may drive users toward centralized custodians, counterintuitively increasing systemic risk concentration.
## Detection and Prevention
### For Users
Immediate actions:
Ongoing protection:
### For Security Teams
## Recommendations
For individual users: Review installed extensions immediately. Remove anything with broad permissions or unclear purpose. For active cryptocurrency users, consider hardware wallet migration to eliminate browser-based attack surface entirely. When installing extensions, verify recent reviews specifically mentioning the developer's legitimacy.
For cryptocurrency platforms: Implement mandatory address whitelisting for withdrawals above threshold amounts. Consider requiring user confirmation for address changes within a time window. Educate users about clipboard-level attacks in onboarding and security documentation.
For browser vendors: Tighten extension review processes to detect permission misuse patterns. Implement runtime monitoring to detect clipboard manipulation. Require explicit user confirmation for clipboard access before allowing extensions to read or modify clipboard data.
For security researchers: Continue analyzing malicious extension distribution patterns. Share indicators of compromise (C2 IPs, extension IDs, code signatures) with browser vendors and security vendors to accelerate takedowns.
---
## HackWire Analysis
Silent Swap represents a worrying maturation of clipboard-hijacking attacks from niche criminal operations to sophisticated, scalable campaigns. What makes this threat particularly dangerous is that it succeeds *because* cryptocurrency users believe they follow security best practices—they verify addresses visually before sending, not realizing the attack occurs invisibly at the clipboard level.
This attack pattern exposes a fundamental mismatch between user education ("verify addresses before sending") and actual attack surface. The crypto community has invested heavily in teaching users to avoid phishing and impersonation, yet Silent Swap bypasses those defenses entirely by intercepting at the data layer rather than the presentation layer.
The broader implication is troubling: as users become more security-aware, attackers shift tactics toward scenarios where awareness cannot help. Browser extension malware has the advantage of legitimate distribution channels—the Chrome Web Store—and legitimate-seeming use cases. A "Google Notes" extension is plausible enough that many users won't question it. This suggests the next wave of financial malware will increasingly abuse proximity to legitimate services rather than relying on social engineering alone.
For defenders, the takeaway is clear: client-side threats require system-level solutions. User education alone is insufficient when the attack operates below the user's line of sight. Hardware wallet adoption, address whitelisting, and browser isolation become not optional security theater but essential practices for users with significant holdings.
The broader crypto ecosystem should view this as a forcing function toward custody models and transaction patterns that don't require trusting a general-purpose browser with large sums. Until that shift occurs, clipboard-level malware will remain highly effective.
— HackWire Editorial
## Related Coverage