Microsoft spots BNB Smart Chain malware campaign using ClickFix and EtherHiding

Microsoft spots BNB Smart Chain malware campaign using ClickFix and EtherHiding

Microsoft says ClickFix and TerminalFix lures are pulling malware instructions from BNB Smart Chain smart contracts through public RPC gateways, creating command infrastructure that is difficult to remove without disrupting legitimate network use.

BNB

Fact Check
The claim is fully confirmed by the primary source: the official Microsoft Threat Intelligence X account (@MsftSecIntel) post of 2026-08-06 matches every specific detail — compromised websites, Base64-encoded JavaScript querying a BNB Smart Chain smart contract for next-stage instructions, use of ClickFix and EtherHiding, and Microsoft's statement that campaigns target thousands of enterprise and consumer devices globally every day. Microsoft's own security blog independently documents the EtherHiding + ClickFix technique on Binance/BNB Smart Chain, confirming technical accuracy. There is no conflicting evidence.
    Reference123
Summary

Microsoft says attackers are using compromised websites, fake CAPTCHA pages and TerminalFix lures to trick users into running malicious commands that then fetch instructions from BNB Smart Chain smart contracts through public RPC gateways. The ClickFix and EtherHiding-style campaigns target thousands of enterprise and consumer devices each day, turning ordinary blockchain reads into resilient command infrastructure that is difficult to remove without affecting legitimate network activity. The company said the technique does not exploit BNB Smart Chain itself. Instead, it stores next-stage malware logic in on-chain data that can persist as long as the contract remains available, allowing the same contract to be reused across multiple infected sites. Microsoft said the campaigns can deliver Lumma Stealer, XWorm, AsyncRAT, MintsLoader and remote management tools, while defenders are left relying on endpoint detections, browser and wallet safeguards, and selective blocking because there is no simple kill switch for malicious contracts.

Terms & Concepts
  • EtherHiding: A tactic that uses blockchain-based storage or infrastructure to hide and deliver malicious instructions in a way that is harder to disrupt.
  • smart contract: Code on a blockchain that can store data and execute predefined logic when queried or triggered.
  • RPC gateway: A public endpoint that lets software read data from and interact with a blockchain node.