Fake Sites Open‑Source Deliver Malware via TDS

Overview Cybersecurity researchers have uncovered a large‑scale impersonation campaign exploiting the popularity of open‑source and freeware projects to distribute malware through a Traffic Distribution System (TDS). The operation uses well‑designed fake websites that appear legitimate, often referencing real project resources, to deceive users seeking trusted tools.

Attack Mechanism

The campaign’s deception lies not in the visible content but in user interaction. When a visitor clicks a “Download” button, a CloudFront‑hosted JavaScript staging layer activates, redirecting the user through a TDS chain.

StageComponentImpact
Fake Project SitesMimic portals for Ghidra, dnSpy, SpiderFootGain trust and search ranking
CloudFront Staging LayerConverts clicks into TDS handoffsInitiates malware delivery chain
Traffic Distribution SystemEnforces anti‑bot and VPN filteringEnsures targeted infection and analysis evasion
Redirect ChainRoutes users to malware payloadsDeploys stealers and clippers

The TDS applies strict gating logic — first‑visit validation, click confirmation, VPN/datacenter filtering, and frequency capping — ensuring only real users reach the malicious payload.

Technical Insights

The operation’s infrastructure focuses on search‑engine optimization (SEO) to rank fake sites above legitimate ones. Early traces date back to September 2025, with the campaign evolving into active malware distribution by January 2026.

The payloads include:

  • SessionGate — a multi‑stage loader delivering potentially unwanted applications (PUA) and evading sandbox analysis.
  • Remus Stealer — a MaaS information stealer targeting 20+ browsers, extensions, and wallets; a variant of Lumma Stealer.
  • AnimateClipper — hijacks cryptocurrency transactions by replacing wallet addresses copied to the clipboard.

Telemetry from VirusTotal shows 2,000–3,500 sample submissions linked to SessionGate, primarily from Turkey, Poland, Brazil, Germany, France, Russia, and the U.K.

Infection Sequence

The SessionGate infection chain is engineered for multi‑stage delivery and analysis resistance:

  1. User clicks download → redirected via TDS.
  2. Validation logic ensures unique client path.
  3. DLL payload retrieves encrypted configuration from external server.
  4. Next‑stage malware downloaded and executed silently via cmd.exe.

Hovering over the download button reveals a legitimate URL, adding credibility to the deception.

Mitigation Steps

To defend against such campaigns:

  • Verify source URLs before downloading software.
  • Avoid search‑engine shortcuts; use official repositories like GitHub or vendor sites.
  • Inspect download links for unexpected redirects or CloudFront scripts.
  • Use endpoint protection with real‑time web filtering and sandbox analysis.
  • Report suspicious domains to security vendors and CERT teams.

Expert in the Cloud Insight

This campaign highlights how SEO abuse and open‑source trust can be weaponized. By embedding a gated TDS layer, attackers transform legitimate search traffic into malware distribution channels.

For security professionals, the lesson is clear: visibility and validation must extend beyond content to interaction behavior. The future of defense lies in detecting click‑based deception and traffic manipulation before payload delivery.

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.