
SimpleSwap Blog
Clipboard Hijackers: The Malware That Swaps Your Address
Learn how clipper malware swaps a copied wallet address before you paste it, why address books and hardware wallets don't stop it, and what actually does.
Read the full articleYou copy a wallet address, paste it, and send. Somewhere in between, malware on your machine swapped it for a different one – and nothing on screen suggested anything had happened.
Address poisoning
Pollutes your history
Your device stays clean. The danger is copying a bad address that arrived there legitimately.
Clipboard hijacker
Infects your device
Your history stays clean. Malware swaps the address in the half-second between copy and paste.
The defense for one does nothing against the other – see how address poisoning works.
The clipper arrives inside something you installed, registers a clipboard handler that tests every copy against address formats for Bitcoin, Ethereum, Tron and others, then swaps the contents for an attacker's address the moment a match fires.
Check Point Research documented a Rust-based clipper in June 2026 hidden inside Solana and Pump.fun sniper bots, an "Aviator Predictor," and crash-game forecasters – tools built for people hunting an edge. The malware itself was old news. What stood out was the campaign built around it:
Every check a careful person runs before downloading – star count, reviews, community sentiment – had been bought in advance.
The ratio of addresses to funds recovered is the design, not a failure – it's what makes the operation hard to block.
778,531
unique attacker addresses found in the MassJacker campaign alone (CyberArk)
$336,700
moved through those addresses in total – no two victims ever pay the same one
15,500+
addresses packed into a single Check Point-analyzed clipper binary, rotated as used
Three habits that genuinely help against other crypto scams, and why none of them catch this one.
Works against address poisoning, not this. You can select a perfectly correct address from your own contacts – the substitution happens after the copy and before the paste, on your own machine.
Catches a random swap, so clipper authors adapted. The Laplas family generates a lookalike of the address you copied – researchers produced a convincing one in about five seconds.
Protects your keys and seed phrase – neither is under attack here. It can't know the destination you approved isn't the one you intended. You'll confirm the swapped address yourself.
A standard SimpleSwap exchange involves pasting an address twice, and a clipper can substitute either one:
You paste in
The receiving address for your swap.
You copy out
Our deposit address, into your own wallet.
Nothing on our side can detect a substitution – the swapped address is indistinguishable from one typed deliberately, and a confirmed transfer can't be reversed. The service can be operating perfectly and funds can still end up somewhere else. Read what's actually in the field after pasting – ours included. Our only official domain is simpleswap.io.
Read the full guide for the Check Point and Microsoft research in detail, how the Laplas lookalike generator works, and the complete prevention checklist.