Clipper Crew Buys Sponsored Posts on News Sites to Push Trojanized Crypto Tools
An untracked actor is laundering credibility through paid press placements, a phishing-grade WordPress hub, and seeded GitHub and SourceForge repos to deliver clipboard hijackers.

Key points
- An unknown crew is paying for sponsored posts on legitimate news outlets to distribute trojanized crypto and trading tools, per Check Point Research.
- A WordPress hub, seeded GitHub and SourceForge repos, sockpuppet accounts, and a synthetic-voiced YouTube channel form the distribution stack.
- The payload is a clipper: malware that swaps wallet addresses in the clipboard for attacker-controlled ones at paste time.
- URL reputation filtering won't catch this. The referring news domain is clean; the WordPress destination is where the harm starts.
- Clipboard-API telemetry from non-browser processes is a more reliable detection signal than blocking source domains.
How does this campaign reach victims?
Paid placements on real news outlets are the entry point. Each sponsored post links to a WordPress site dressed up with product pages, screenshots, and ghostwritten reviews. Victims land there and get funneled to binaries hosted on GitHub and SourceForge, both promoted by what look like sockpuppet maintainer accounts gaming search rank. We've followed the abuse of both platforms since our GitHub and SourceForge reporting in June, and the tactic of manufacturing platform credibility is becoming a reliable fixture in commodity malware campaigns.
A YouTube channel rounds it out with AI-narrated walkthroughs: synthetic voice, generic screen capture, and obligatory friendly comments.
What does the malware actually do?
Clippers are unglamorous and devastatingly effective. The malware watches the clipboard silently, detects a wallet address, and replaces it with an attacker-controlled one before the victim pastes. By the time the transaction confirms on-chain, the funds are gone. Users moving crypto between exchanges and self-custody wallets are the primary target, because the substituted address looks valid right up until it isn't.
Check Point didn't name a threat group, and the campaign doesn't map cleanly to a known clipper family by infrastructure. Expect indicators such as file hashes, repo names, and the WordPress domain to appear in follow-on posts to their public research blog.
Should you worry?
If your organization allows developers to pull installers from public repos, yes. A few things defenders should prioritize:
- Category-based web filtering won't flag the entry point because the originating news domain is clean. Inspect destinations, not referrers.
- GitHub and SourceForge hosting places binaries inside developer-trust allowlists at many shops. Monitor clipboard-API calls (
OpenClipboard,GetClipboardData,SetClipboardData) from non-browser, non-office processes. That's a more reliable signal. - Treat coordinated sockpuppet activity as an indicator class. Repos with thin commit history but suspiciously synchronized stars and issue activity deserve scrutiny before any installer gets whitelisted.
This campaign is a funnel problem, not an exploit problem. Paid editorial and seeded developer platforms now routinely front commodity malware aimed at retail crypto users. The FlutterShell campaign we covered on 4 June used a similar top-of-funnel logic: make the delivery vector look like ordinary software distribution. Detection has to move to process behavior, because everything above that layer looks like marketing. That's the point.



