Wallet safety / Updated 2026-08-06

Clipboard Hijacking: The Malware That Swaps the Wallet Address You Just Copied

Clipper malware silently replaces the wallet address you copied with the attacker's. Learn how it gets in, why checking the first four characters fails, and the habits that stop it.

How this guide is checked

Official sources first, no wallet connection, no guaranteed returns.

Reviewed on 2026-08-06 by WildWildCrypto Safety Desk. Method: Human editorial review with official-source checks, affiliate-disclosure checks, and no-financial-advice checks.

Publisher: WildWildCrypto Editorial. Corrections go through the contact page. We do not ask for seed phrases or tell you what to buy.

clipboard hijacking crypto matters because Copying a wallet address and pasting it into a send field feels like the safest part of a transfer, because you never typed anything and never clicked a link.

This guide explains how clipboard-hijacking malware substitutes the address between your copy and your paste, why the usual glance-check fails against it, and the small set of habits that actually catch it.

You will learn what a clipper does on an infected machine, how it arrives, the verification steps that hold up, what else it steals, and what to do if you suspect an infection.

What a clipper actually does

A clipper is malware with one narrow job: watch your clipboard and change what is in it. Microsoft's threat intelligence team, analysing a Windows clipper campaign in June 2026, described malware that checks the clipboard roughly every 500 milliseconds, looking for anything shaped like a cryptocurrency address. When it finds one, it replaces it with an address the attacker controls. You copied the right address. By the time your finger reaches paste, it is not the same string.

The reason this works is that nothing about the experience feels wrong. There is no phishing site, no link to be suspicious of, no prompt asking for your recovery phrase. You are on the exchange or wallet you meant to be on, doing the routine thing, and the transaction you sign is technically valid — it simply pays someone else. Because blockchain transfers are irreversible and there is no bank to call, a single successful swap is a complete loss. Microsoft's report on the 2026 campaign noted infections running since February of that year, and CoinDesk's coverage described the same family monitoring the clipboard for seed phrases, private keys, and recipient addresses before silently substituting the destination.

Checklist

  • A clipper watches your clipboard, roughly every half-second, for address-shaped text.
  • It replaces the copied address with the attacker's before you paste.
  • There is no phishing page and no suspicious prompt — the flow feels normal.
  • The transaction you sign is valid, so nothing can be reversed afterwards.

Why 'I checked the address' often is not enough

The standard habit is to glance at the first four and last four characters of the pasted address and call it verified. Clipper authors know this. Microsoft's analysis described the malware substituting addresses using pattern matching that preserves leading characters — for example, swapping a Bitcoin legacy address that begins with '1' for another beginning with the same two characters. The attacker cannot control every character of an address, but they can generate large numbers of them in advance and select one that matches your prefix, which is enough to survive a glance.

This is the same defeat-the-glance logic behind address-poisoning scams, where a lookalike address is planted in your transaction history so you copy it yourself. The mechanisms are different — one is malware on your machine, the other is a decoy on-chain — but the lesson is identical: partial visual comparison is not verification. A check that only looks at the ends of a string is a check an attacker can plan around, and if you are choosing one habit to adopt from this guide, make it the full-address check below rather than a longer glance.

It is also worth retiring the assumption that this is a Windows-only problem. The Microsoft campaign is a Windows worm, but the Check Point research published the same month described a clipper written in Rust and built to run on both Windows and macOS, distributed through the same bundle of fake trading tools. Clipboard substitution is a simple technique with no platform-specific requirement, so treat the habit as universal rather than something you can skip on a particular operating system.

Checklist

  • Clippers can preserve the first characters of the address they replace.
  • Checking only the first and last few characters is a habit attackers plan around.
  • Address poisoning defeats the same glance by a different route.
  • Partial comparison is not verification.

How a clipper gets onto a machine

Two routes dominate, and neither requires you to be careless in an obvious way. The first is removable media. The campaign Microsoft documented spreads worm-style through USB drives: it replaces the files on a clean drive with shortcut (.lnk) files carrying the same names, so plugging that drive into the next computer and opening what looks like your own document runs the malware instead. CoinDesk's write-up described exactly this file-for-shortcut substitution as the propagation method. A shared USB stick, a printing-shop drive, or a colleague's key is enough.

The second route is the software you go looking for yourself. In the same month, Check Point Research documented a clipper campaign that hid a clipboard hijacker inside tools aimed at crypto traders — sniper bots and crash-game predictors for Solana and Pump.fun — and manufactured credibility around them with coordinated five-star reviews, AI-narrated tutorial videos on a YouTube channel with more than 91,000 subscribers, GitHub repositories with inflated stars and forks, a SourceForge download counter showing tens of thousands of downloads, and even coordinated comments on VirusTotal intended to make the files look benign. Every signal a careful person uses to judge whether an unknown tool is safe — reviews, stars, downloads, scanner comments — was purchased or faked. The takeaway is not that those signals are useless, but that for downloadable software touching your wallet, they are not sufficient on their own.

Checklist

  • Worm-style spread via USB drives, using .lnk shortcuts named like your real files.
  • Bundled inside 'trading edge' tools: sniper bots, predictors, free premium software.
  • Reputation signals — reviews, stars, download counts, scanner comments — can all be manufactured.
  • Do not plug unknown USB drives into a machine you use for crypto.
  • Treat any tool promising trading shortcuts as hostile until proven otherwise.

The habits that actually catch the swap

Verify on a device the malware cannot touch. A hardware wallet displays the destination address on its own screen, generated from the transaction it is being asked to sign, and requires a physical button press to approve. If a clipper altered the address on your computer, the altered address is what appears on that screen — so reading the full address there, character by character rather than at the ends, is the check that holds. This is also why a hardware wallet helps against a compromised machine in general: the keys never exist on the infected computer at all.

Then send a small test amount first. Move ten or twenty dollars, confirm it arrived at the address you intended by checking the receiving wallet or a block explorer, and only then send the rest. It costs one extra fee and it catches clipboard substitution, wrong-network mistakes, and simple typos in a single step. Two smaller habits round it out: after pasting, compare the address in full rather than the ends, and where a platform offers an address book or whitelisted withdrawal address, use it — a saved, previously verified destination is not re-copied each time, so there is nothing for a clipper to intercept.

Checklist

  • Confirm the full destination address on your hardware wallet's own screen.
  • Read the whole address, not the first and last few characters.
  • Always send a small test amount before the real one.
  • Use saved withdrawal addresses or address books where available.
  • Keep keys for meaningful holdings off any general-purpose computer.

What else a clipper takes while it is there

Address swapping is only the visible half. The same malware family harvests far more: Microsoft's analysis described it detecting 12- and 24-word BIP39 recovery phrases in the clipboard, saving them locally and exfiltrating them to a command-and-control server over the Tor network, and capturing a short burst of screenshots — five, ten seconds apart — to give the operator context on which wallets and balances the victim has. Recovery phrases and private keys were among the material CoinDesk reported it monitoring for.

That changes what an infection costs you. A swapped address loses one transaction; a captured recovery phrase loses everything that phrase controls, whenever the attacker chooses to use it. The practical rule is simple and worth keeping permanently: never put a recovery phrase on the clipboard, and never type it into a computer at all unless you are performing a genuine recovery on a device you trust. No legitimate wallet, exchange, or support agent will ever ask for it — a request for your phrase is, by itself, proof of a scam, a point the FTC makes repeatedly in its consumer guidance on crypto fraud.

Checklist

  • Clippers also hunt for BIP39 recovery phrases in the clipboard.
  • They exfiltrate over Tor and take screenshots for context.
  • Never copy, paste, photograph, or type a recovery phrase into a general-purpose computer.
  • Anyone asking for your recovery phrase is stealing from you, without exception.

If you think you are already infected

Assume the machine is untrustworthy and act in order of value. Stop making transfers from it. If any wallet's recovery phrase or private key has ever been typed, pasted, stored, or photographed on that computer, treat those funds as exposed: create a new wallet on a clean device — ideally a hardware wallet whose keys were generated on the device itself — and move the assets there. Rotating away from a possibly-captured phrase is the step people delay, and it is the one that matters, because a stolen phrase can be used weeks later with no warning.

Then clean up around it. Run a full scan with reputable, up-to-date security software, disable AutoRun for removable media, and stop using the USB drives that may have carried the infection. Change the passwords for your email and exchange accounts from a different, trusted device, and prefer a hardware security key or an authenticator app over SMS codes. Finally, if you sent funds to a substituted address, report it — to your national fraud or cybercrime reporting body and to the exchange involved if the destination is a platform address — and then be extremely wary of anyone who contacts you offering to recover the money. Recovery offers that follow a public loss are, almost without exception, the second scam.

Checklist

  • Stop transacting from the suspect machine immediately.
  • Move funds to a new wallet created on a clean device; never reuse an exposed phrase.
  • Full antivirus scan, disable AutoRun, retire suspect USB drives.
  • Change email and exchange passwords from a different device; use a security key.
  • Report the loss — and treat any 'recovery expert' who approaches you as the next scam.

Authority sources used

Outbound links are included for verification and entity authority, not decoration.

FAQ

What is clipboard hijacking in crypto?

Clipboard hijacking, usually called clipper malware, is software on your computer that watches whatever you copy and silently replaces cryptocurrency addresses with an address the attacker controls. Microsoft's June 2026 analysis of a Windows clipper campaign described malware polling the clipboard roughly every 500 milliseconds for address-shaped text and substituting it before you paste. What makes it dangerous is how ordinary the experience is: there is no phishing site to spot, no link to distrust, and no prompt asking for anything. You are on the real exchange or wallet, doing the routine thing, and the transaction you approve is perfectly valid — it just pays someone else. Because blockchain transfers cannot be reversed and no institution can claw them back, one successful substitution is a complete loss of whatever you sent. The same malware families typically also hunt for recovery phrases and private keys in the clipboard, so an infection can cost far more than a single transaction.

How can I tell if a wallet address was swapped before I send?

Do not rely on checking the first and last few characters — that is precisely the habit clippers are built to survive. Microsoft's analysis described the malware substituting addresses that preserve leading characters, so an attacker can select a replacement whose start matches the one you copied and a quick glance will look correct. Two checks hold up. First, confirm the destination on a hardware wallet's own screen: the device displays the address from the transaction it is being asked to sign, so a substitution made on your computer appears there, and reading it in full rather than at the ends catches it. Second, send a small test amount, confirm it arrived at the address you actually intended using the receiving wallet or a block explorer, and only then send the balance. Where a platform supports a saved withdrawal address or address book, use it — an address you are not re-copying is one a clipper has no opportunity to intercept.

How does clipper malware get onto a computer?

Mainly two ways, and neither requires an obvious mistake. The campaign Microsoft documented in 2026 spreads worm-style through USB drives: it replaces files on a clean drive with shortcut files carrying the same names, so opening what looks like your own document on the next machine runs the malware. A shared stick from a print shop, an office, or a friend is enough. The second route is software you deliberately seek out. Check Point Research documented a clipper hidden inside tools marketed to traders — sniper bots and crash-game predictors — surrounded by manufactured credibility: coordinated five-star reviews, AI-narrated tutorial videos on a large YouTube channel, GitHub repositories with inflated stars, an inflated SourceForge download counter, and coordinated comments on VirusTotal designed to make the files look clean. Every reputation signal a careful person would check had been bought or faked, which is why downloadable tools that promise a trading edge deserve to be treated as hostile by default.

Does a hardware wallet protect against clipboard hijacking?

It protects you well, provided you actually use the screen. A hardware wallet keeps private keys on a device that never exposes them to your computer, and it displays the transaction's destination address on its own display for you to approve with a physical button press. If a clipper altered the address on your machine, the altered address is what shows on that screen — so the protection comes from reading the full address there and rejecting anything that does not match, not from owning the device. Approving without looking gives away most of the benefit. A hardware wallet also limits the damage from the rest of what clippers steal, since a recovery phrase generated on the device and never typed into a computer cannot be lifted from a clipboard. It is not a complete defence: it will not stop you approving a malicious contract yourself, and it does not clean an infected machine. Pair it with a small test transaction and a clean device for anything that matters.

What should I do if I already pasted an address and sent funds to a scammer?

Act on the wider exposure first, because the sent transaction cannot be reversed. Treat the machine as compromised and stop transacting from it. If any recovery phrase or private key was ever typed, pasted, stored, or photographed on that computer, assume it was captured: create a new wallet on a clean device, ideally a hardware wallet that generates its keys on-device, and move the remaining assets there before doing anything else — a stolen phrase can be used weeks later without warning. Then run a full scan with reputable security software, disable AutoRun for removable media, retire any USB drives that may have carried the infection, and change your email and exchange passwords from a different, trusted device using a hardware security key or authenticator app rather than SMS. Report the loss to your national fraud or cybercrime reporting body, and to the exchange if the destination address belongs to a platform. Finally, ignore anyone who contacts you afterwards offering to recover the funds; recovery offers following a loss are overwhelmingly a second scam targeting the same victim.