NewsCryptoCybercriminals Weaponize BNB Chain Smart Contracts in New ClickFix Malware Campaign

Cybercriminals Weaponize BNB Chain Smart Contracts in New ClickFix Malware Campaign

Author: Blockonomi·

Key Takeaways

  • Attackers are storing malicious instructions in immutable BNB Smart Chain smart contracts, preventing defenders from removing the infrastructure through traditional takedown procedures.
  • The EtherHiding technique has documented connections to the ClearFake malware operation, which has been actively compromising websites since late 2023.
  • Infected websites display fraudulent CAPTCHA screens that trick users into executing malicious commands through Windows Run or PowerShell using social engineering methods known as ClickFix and TerminalFix.
  • Once a system is compromised, attackers deploy Lumma Stealer, XWorm, AsyncRAT, and MintsLoader to steal credentials, browser data, and cryptocurrency wallet information while establishing persistent backdoor access.
  • Microsoft advises organizations to monitor PowerShell activity, enforce application restriction policies, and restrict access to unnecessary command-line utilities as primary defensive measures.
Cybercriminals Weaponize BNB Chain Smart Contracts in New ClickFix Malware Campaign

Microsoft Threat Intelligence has uncovered a sophisticated malware operation that exploits BNB Smart Chain infrastructure to store and distribute malicious code. BNB Smart Chain, one of the most widely used blockchain networks for decentralized applications, operates as a public chain where deployed smart contracts persist immutably. Threat actors infiltrate legitimate websites, embedding JavaScript that establishes connections to blockchain-hosted smart contracts containing attack instructions.

Microsoft Threat Intelligence identified compromised websites using the EtherHiding technique to retrieve malicious instructions from a smart contract via a BNB Smart Chain RPC gateway.

The immutable nature of blockchain smart contracts creates a significant challenge for defenders. Only the contract creator possesses modification or deletion privileges, meaning cybersecurity professionals cannot dismantle the malicious infrastructure using conventional takedown methods designed for standard hosting servers. Unlike traditional command-and-control servers hosted on cloud providers or dedicated hardware that ISPs and law enforcement can coordinate to shut down, blockchain-deployed contracts remain accessible as long as the underlying network operates. This characteristic substantially increases the difficulty of neutralizing the threat.

The exploitation strategy, identified as EtherHiding, has documented connections to the ClearFake malware operation, which has been actively compromising websites since late 2023. ClearFake and related campaigns have evolved through multiple iterations, progressively adopting more resilient delivery mechanisms to evade detection and disruption.

Visitors to infected sites encounter fabricated CAPTCHA verification screens. Rather than presenting legitimate verification tasks, these deceptive pages instruct targets to launch the Windows Run utility, execute a pre-loaded clipboard command, and confirm the action. This social engineering technique, designated ClickFix, manipulates victims into self-executing the malicious payload. An alternative implementation known as TerminalFix redirects targets to Windows Terminal or PowerShell environments.

Consequences of System Compromise

According to Microsoft, the threat actors leverage native Windows utilities to evade security detection, including PowerShell, Command Prompt, mshta, rundll32, curl, and Windows Management Instrumentation. This technique, often referred to as living-off-the-land, allows attackers to blend malicious activity with legitimate administrative operations that security tools commonly allow.

Following successful infection, attackers deploy multiple malicious programs: Lumma Stealer, XWorm, AsyncRAT, and MintsLoader. Lumma Stealer and AsyncRAT are among the most widely deployed malware-as-a-service offerings observed in the threat landscape, frequently distributed through underground forums. These applications extract authentication credentials, browser-stored information, and cryptocurrency wallet details. They also establish persistent backdoor access for continued system or network infiltration.

Microsoft's security team warns that compromised systems may subsequently become ransomware targets. Such escalated attacks involve human-operated intrusions in which adversaries assume direct network control before initiating file encryption.

Broader Pattern of Blockchain Exploitation

Blockchain technology exploitation for malicious purposes is an established pattern. In 2016, the Cerber ransomware utilized Bitcoin transactions for command-and-control server discovery. Between 2019 and 2021, the Glupteba botnet employed Bitcoin infrastructure. Research published in April 2026 documented Omnistealer leveraging TRON, Aptos, and BNB Chain networks for credential harvesting and cryptocurrency wallet data extraction.

This disclosure marks another cryptocurrency-related security finding from Microsoft in 2026. In June, the company identified a clipboard manipulation campaign that replaced copied wallet addresses with attacker-controlled alternatives. In May, Microsoft reported on a cryptojacking operation using SEO manipulation techniques.

It is important to note that BNB Chain's core infrastructure itself remains secure. Adversaries are exploiting the network's decentralized architecture to host malicious directives that resist conventional removal procedures.

Recommended Protective Measures

Microsoft's guidance emphasizes refusing to execute any command prompted by CAPTCHA screens, browser notifications, email, or unfamiliar web sources. Legitimate CAPTCHA verification systems never require users to execute system commands.

For organizational environments, Microsoft recommends implementing PowerShell activity monitoring, deploying application restriction policies, and limiting access to non-essential command-line utilities.