Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2681+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. 5,400+ Hacked Sites Serve ClickFix Payloads Stored on the Blockchain
5,400+ Hacked Sites Serve ClickFix Payloads Stored on the Blockchain
NEWS

5,400+ Hacked Sites Serve ClickFix Payloads Stored on the Blockchain

Attackers stash ClickFix malware stagers in BNB Smart Chain smart contracts, giving compromised WordPress and PrestaShop sites takedown-resistant C2.

Dylan H.

News Desk

September 5, 2026
3 min read

Blockchain as Bulletproof Hosting

Researchers at Netskope have identified a large-scale campaign abusing a technique called EtherHiding — storing malicious payload code inside smart contracts on the BNB Smart Chain (BSC) Testnet — to run a resilient, takedown-resistant ClickFix operation across thousands of compromised websites.

By the Numbers

MetricDetail
Compromised sites identified5,400+
Platforms affectedPrimarily WordPress and PrestaShop
Daily active infections300+ sites contacting the infrastructure
Peak daily contacts (August)536
Payload storageSmart contracts on BNB Smart Chain Testnet
Discovered byNetskope Threat Labs

Why the Blockchain Matters Here

Traditional malware C2 infrastructure — domains, IPs, hosting accounts — can be seized, sinkholed, or taken down by registrars, hosting providers, and law enforcement. Smart contracts deployed to a public blockchain don't have that single point of failure: once written, the contract's data persists on every node in the network, and there's no central registrar to serve a takedown notice.

By injecting scripts into compromised WordPress and PrestaShop sites that fetch their next-stage payload directly from a BSC smart contract, the operators get infrastructure that's cheap to redeploy, effectively free to keep online, and far harder for defenders to disrupt than a conventional C2 domain.


Attack Chain

1. Attacker compromises a WordPress or PrestaShop site (exact initial-access
   vector not detailed by researchers — consistent with known plugin/theme
   exploitation or credential reuse)
2. Injected script on the compromised site queries a BSC smart contract
   for the current payload
3. Visitor sees a fake CAPTCHA / security-verification prompt (ClickFix lure)
4. Prompt instructs the visitor to open the Windows Run dialog and paste
   a provided command
5. Pasted PowerShell command downloads and executes the actual payload
6. Later-stage variants switch to a WebRTC data-channel stager, running
   dynamically generated JavaScript in browser memory with no disk artifact

The WebRTC evolution is notable: because the stager executes in memory via an encrypted peer-to-peer data channel rather than writing files to disk, it sidesteps a lot of file-based detection and blends with legitimate real-time-communication traffic.


Detection and Defense

For Site Operators

  1. Audit theme and plugin code for injected scripts referencing blockchain RPC endpoints or unfamiliar third-party domains
  2. Keep WordPress/PrestaShop core, plugins, and themes patched — compromised CMS installs are the entry point for this campaign
  3. Monitor outbound connections from web servers to blockchain RPC endpoints, which legitimate CMS operation has no reason to make

For Endpoint Defenders

  1. Block BSC Testnet RPC endpoints at the network egress level where there's no legitimate business use for blockchain connectivity
  2. Train users to recognize ClickFix lures — no legitimate CAPTCHA or verification flow ever asks a user to paste commands into the Run dialog
  3. Monitor for anomalous WebRTC/UDP traffic unrelated to known video/voice applications
  4. Alert on PowerShell processes spawned from browser child processes

Sources

  • BleepingComputer — Over 5,400 Hacked Sites Serve ClickFix Payloads Stored on the Blockchain

Related Reading

  • Claude AI Artifacts Abused to Distribute macOS Infostealer
  • VoidLink: AI-Generated Cloud-Native Malware Framework
#ClickFix#EtherHiding#Blockchain#WordPress#PrestaShop#Malware#Web Security

Related Articles

DeadLock Ransomware Uses Blockchain to Resist Infrastructure Takedown

DeadLock ransomware stores its C2 configuration in Polygon smart contracts, making law enforcement takedowns ineffective against its 80+ victim operation.

4 min read

CanisterWorm: First Blockchain-Powered Self-Spreading Worm

A novel self-propagating malware dubbed CanisterWorm uses Internet Computer Protocol smart contracts as an untakedownable C2 channel, spreading...

4 min read

CVE-2026-44212: PrestaShop Stored XSS in Customer Service

A stored Cross-Site Scripting vulnerability (CVSS 9.3) in PrestaShop's back-office Customer Service view allows unauthenticated attackers to inject...

5 min read
Back to all News