Check Point Research | June 3, 2026 | Research by: Alexey Bukhteyev
Overview
Check Point Research investigated a large-scale operation that impersonates open-source and freeware projects to capture search traffic, including lookalikes for researcher and security tooling such as Ghidra, dnSpy, and SpiderFoot. The investigation revealed that the deception goes far beyond appearance — the pages load a CloudFront-hosted JavaScript staging layer that converts a click on a "download" button into a handoff to a Traffic Distribution System (TDS), which enforces strict gating including first-visit state, mandatory click confirmation, anti-bot and anti-analysis logic, VPN and datacenter filtering, and frequency capping.
The observed ecosystem appears to be built primarily for traffic acquisition and monetization, likely leveraging legitimate ad-tech and monetization tooling, while downstream redirect chains repeatedly led selected users to malware delivery infrastructure.
Scale and Timeline
Check Point's findings show that this ecosystem has evolved — by at least December 2025, the sites in this cluster had TDS scripts embedded into their workflow, and from early January 2026 onward, active malware distribution was recorded via the same infrastructure.
The scale is reflected in VirusTotal telemetry: more than 5,000 total submissions across relevant samples, indicating substantial reach in just the subset visible through public sharing. The real exposure is likely significantly higher.
Research by: Alexey Bukhteyev Key Takeaways Introduction When we search Google for a popular piece of software, we usually click the first result, sometimes without even looking at the rest, because official project sites tend to rank highest and appear near the top of the results. After landing...
research.checkpoint.com
How the Attack Works
Impersonation and Click Hijacking
What the impersonation sites have in common is a shared staging component: their pages load CloudFront-hosted TDS scripts that turn the first "Download" click into a post-click routing chain.
The key trick used on these fake websites is that the "Download" button can look legitimate even to a careful user — the page keeps the original href intact, often pointing to a real upstream destination such as a GitHub release, which means browser UI cues like the status bar on hover still show a plausible target. At the same time, once the user interacts with the page, the previously loaded CloudFront-hosted JavaScript intercepts the first eligible user interaction and hands it off to the TDS.
The routing logic is also gated by browser-side state and frequency caps, including values stored in localStorage. This creates a reproducibility trap: the first eligible click may route through the TDS chain, while refreshes, repeated clicks, or return visits can fall back to the original visible link target.