XOOMAR
Malicious browser extension intercepting crypto wallet data on a dark cybersecurity-themed laptop scene
CybersecurityJuly 10, 2026· 8 min read· By XOOMAR Insights Team

Silent Swap Hijacks Google Notes Extension for Crypto Theft

Share
Updated on July 10, 2026

Silent Swap shows that crypto theft doesn't need a smart contract exploit when a malicious Google Notes extension can hijack the payment address before the user hits send. The attack lives in a boring place: the clipboard.

XOOMAR Intelligence

Analyst Take

73/ 100
High
4 sources analyzedMedium confidenceTrend10Freshness100Source Trust85Factual Grounding88Signal Cluster40

The malicious Silent Swap Google Notes extension was flagged by McAfee and covered by TechRadar Pro. It masquerades as a simple note-taking tool for Chromium-based browsers, while quietly watching for copied crypto wallet addresses and replacing them with attacker-controlled strings.

That makes this less a story about blockchain weakness than browser trust abuse. Crypto users often focus on wallets, exchanges, and seed phrases. Silent Swap attacks the handoff between them.

A fake Google Notes extension turns the browser into the crypto attack surface

Silent Swap is malicious because it behaves normally enough to avoid immediate suspicion. According to the source material, the fake Google Notes extension opens a small note window, lets users type and save notes, supports color-coding, and allows searching through saved notes. That visible utility is cover.

The real payload runs out of sight. McAfee says the extension’s malicious logic sits in background service-worker scripts and content scripts. The victim sees a basic productivity add-on. The browser sees code with access that a note app should not need.

“McAfee Advanced Threat Research has identified an active browser-extension campaign designed to steal cryptocurrency by silently substituting wallet addresses the moment a user initiates a transaction.”

That quote, from McAfee Labs, is the core of the case. The attacker does not need the victim’s seed phrase. They only need one copied destination address, one rushed paste, and one irreversible transfer.

This matters beyond one extension. As legitimate crypto payments keep moving into mainstream fintech infrastructure, as seen in XOOMAR’s coverage of Nium’s Cypher acquisition and crypto payments push, the browser becomes part of the payment path. Silent Swap shows how weak that path can be when an extension gets the wrong permissions.


Silent Swap swaps wallet strings in the one place users trust too much

The attack chain is brutally simple. A user installs the malicious notes extension, likely after encountering it through phishing, social engineering, shady forums, or dubious websites. The extension appears to work. Then the user copies a crypto wallet address.

Silent Swap monitors the clipboard for strings that look like wallet addresses. TechRadar’s source material describes those as seemingly random strings of 26 to 42 alphanumeric characters. When the extension spots one, it replaces the copied address with an attacker-controlled address.

The victim then pastes what looks like a valid wallet string into a wallet or exchange withdrawal field. If they do not compare the destination carefully, they send funds to the attacker.

The trick works because wallet addresses are not human-readable. Most users cannot memorize them. Many users check only the first and last few characters. TechRadar notes that researchers advise against relying on that habit, because attackers can craft lookalike addresses that differ only in a few characters.

The strongest counterpoint is that users can stop this manually. They can compare the full destination string before confirming. That is true. The problem is that Silent Swap attacks a workflow built around copy and paste, where speed and fatigue favor the attacker.

The hard numbers are small, which is exactly why the theft works

The most important number in the available reporting is not a stolen total. It is the address length: 26 to 42 alphanumeric characters. That range is long enough to push users toward copying, but short enough for attackers to pattern-match in real time.

McAfee’s deeper findings add more concrete indicators:

Indicator Reported detail
Malware name Silent Swap
Disguise Google Notes extension
Browser family Chromium-based browsers, including Google Chrome, Brave, and Microsoft Edge
Installer types Unsigned installers observed in .NET and Golang variants
Technique Clipboard-aware crypto clipper
C2 method Blockchain-resolved command-and-control
Observed C2 Zebregts[.]com
Geographic footprint Globally distributed, with a pronounced concentration in India

The attacker’s economics are ugly. Traditional phishing often needs a victim to enter a password, approve a prompt, or reveal a seed phrase. A clipboard jacker needs less. It waits until the user is already making a legitimate transfer, then changes the destination.

Once the transaction is sent, TechRadar’s source material says the funds are almost certainly irretrievably gone. The narrow exception is if the funds are being sent from a centralized exchange such as Coinbase, and the victim spots the attack quickly enough to ask support to freeze the transaction. In other cases described by the source, once the money is sent, it’s gone.

That irreversibility is the financial engine of the scam.

McAfee’s technical findings point to forced extension loading, not a simple store problem

This case should not be reduced to “Chrome Web Store missed another bad extension.” McAfee’s reporting says the campaign is delivered through unsigned installers that deploy the malicious extension. It also describes Chromium trust-layer abuse, where the installer tampers with protected browser settings files and recalculates verification values so the browser treats the extension as legitimate.

That detail matters. The browser is not just hosting a bad add-on. In McAfee’s account, the installer tries to bend the browser’s own integrity checks around the attack.

There is a limit, though. McAfee says updated Chrome and Edge versions require the victim to manually turn on developer mode for the extension to load properly. Outdated Chromium-based browsers remain at high risk, and attackers can still use social engineering to push users into enabling developer mode.

The campaign also uses a technique McAfee refers to as EtherHiding. In plain terms, the extension does not hardcode its command-and-control domain. It queries a public blockchain RPC endpoint, calls a read-only smart contract method, and decodes the response to find the active C2. McAfee observed that C2 as Zebregts[.]com at the time of analysis.

That makes takedown harder. The attacker can rotate infrastructure by changing a smart contract value instead of shipping new malware.

Crypto users should treat browser extensions like financial software now

The practical lesson is sharp: if a browser profile touches crypto, its extensions should be treated like financial software, not decoration.

McAfee flagged three permission red flags for the fake Google Notes extension:

  • All-URL access: It can inject content scripts into every site the user visits.
  • Browsing history access: It can inspect where the user has been.
  • Clipboard read and write access: It can see and change copied content.

A note-taking tool does not need that combination.

Users should review installed extensions and remove anything they do not clearly remember installing. They should avoid unsigned executables from non-authoritative sources, especially anything marketed through shady forums or cracked-software channels. They should keep endpoint protection enabled and current.

For crypto transfers, the safest habit is slower and more annoying: cross-check the destination address before sending. McAfee recommends visually verifying the first and last six characters against the original source, ideally on a separate device. TechRadar’s source material adds the stronger caution: checking only the first and last few characters may not be enough if attackers craft close lookalikes.

Teams holding crypto should draw the same conclusion at policy level. Managed browsers, extension allowlists, blocked sideloading, and scrutiny of developer mode are financial controls when company funds can move through a browser. This is the same broader pressure point XOOMAR has tracked in legitimate Google product workflows, from Google’s AI product discovery tools to Google Photos video remix features: browser and app utilities increasingly sit inside daily decision paths. Attackers know that.

The next malicious Chrome extension campaign may aim even earlier in the transfer flow

Silent Swap’s thesis is simple: wait until the victim has already decided to pay, then corrupt the destination. The next scenario to watch is whether similar campaigns move earlier in the flow, before the clipboard stage, through fake wallet pop-ups, altered QR codes, or interference between browser extensions.

That is analysis, not a claim from the source. The evidence that would support it would be new reporting showing malicious extensions manipulating transaction previews, wallet prompts, or address displays before copy and paste occurs. Evidence that would weaken the thesis would be browser-level controls that reliably block unsigned extension loading, detect clipboard tampering, and warn users when a note app asks for clipboard write access.

For now, the evidence is enough to change behavior. Silent Swap turns a fake Google Notes extension into a crypto theft tool by attacking the smallest checkpoint in the payment process. The browser is now part of the crypto payment stack. Treating it as anything less gives attackers the cheapest route to the money.

Key Takeaways

  • Silent Swap shows that crypto theft can happen through clipboard manipulation rather than blockchain or wallet exploits.
  • Malicious browser extensions can hide behind useful features while abusing permissions in the background.
  • Crypto users should verify pasted wallet addresses before sending funds, especially when using browser add-ons.
XOOMAR

Written by

XOOMAR Insights Team

Research and Editorial Desk

The XOOMAR Insights Team pairs automated research with human editorial judgment. We track hundreds of sources across technology, fintech, trading, SaaS, and cybersecurity, cross-check the facts, and explain what happened, why it matters, and what to watch next. We do not just rewrite headlines. Every article is fact-checked and scored for reliability before it goes live, and we link back to the original sources so you can verify anything yourself.

Related Articles

Close-up of a hand holding a smartphone with a blockchain app interface.Cybersecurity

Shipping Data Breach Turns Crypto Wallets Into Physical Targets

Cryptocurrency holders who bought hardware wallets for security are now targeted for physical theft after their personal information was stolen from the shippin

Aug 17, 20267 min
Chain-locked book, phone, and laptop symbolizing digital and intellectual security.Cybersecurity

OpenAI Unchains Its AI for 95% of Cyber Attacks

OpenAI's new cybersecurity AI model dramatically reduces safety refusals, completing 95% of attack simulations, marking a major policy shift toward empowering a

Aug 11, 20266 min
Wooden tiles spelling 'phishing' highlight cybersecurity themes.Cybersecurity

Attackers Hijack Email AI for CEO Fraud Heists

New research simulates how attackers hijack a compromised user's sanctioned email AI assistant to run reconnaissance, hide alerts, and craft executive impersona

Aug 4, 20265 min
Black and white abstract image with the word 'ENCRYPTION' prominently displayed.Cybersecurity

FBI Agent Stole $1M in Crypto from Monitored Nation State

An FBI agent used his access to steal $1 million in cryptocurrency from wallets his own national security unit was monitoring, leading to his arrest and a major

Aug 4, 202610 min
Two AI agents clash as a red data stream breaches a shielded software repository environment.Cybersecurity

Prompt Injection Turns Google ADK Agents Against Each Other

A poisoned pull request showed how Google ADK agents can cross privilege boundaries, turning repo text into an attack channel.

Aug 3, 20267 min
A cinematic shot inside a high-tech financial data center, with abstract light visualizations representing volatile currency markets.Fintech

Poland's Final Inflation Bet Pays Off or Blows Up Soon

A massive bet on Polish rate hikes is clashing with central bank inaction, creating a volatile mispricing that could force a violent correction in the EUR/PLN p

Sep 9, 20267 min
Futuristic command center in Tokyo with holographic GDP charts, neural networks, and glowing circuits reflecting economic data innovation.Technology

Japan’s Final GDP Data Gives BOJ Green Light to Hike

Modest but surprising GDP growth data has removed the final obstacle for Japan's central bank to raise interest rates, shifting the market focus to what happens

Sep 9, 202610 min
Executive reviewing integrated ERP and accounts payable software interface on a tablet in a modern fintech office.Fintech

ERP Integration Defeats Price As Top AP Test

Most businesses now rank seamless software integration above price when buying accounts payable systems, a shift signaling that technical teams now hold decisiv

Sep 9, 20265 min
A stressed couple in a modern apartment reviews a bank app overdraft alert, a discarded coffee cup nearby, illustrating financial strain.Fintech

Deep Cuts Destroy Paycheck-to-Paycheck Budgets

Living paycheck to paycheck is no longer about trimming small luxuries. Once those are gone, families face cuts with generational consequences.

Sep 9, 20267 min
Silver bullion bar and abstract financial charts on a trading desk, symbolizing a market range breakout.Trading

Silver Bulls Face $67 Breakout or Breakdown Trap

Silver is pinned at $67, with a breakout signaling a run to $70 or a breakdown risking a fall to $63. The next move decides the trend.

Sep 9, 20266 min

Don't miss the signal

Get our weekly roundup of the stories that matter across tech, fintech, and trading. No noise, just signal.

Free forever. No spam. Unsubscribe anytime.