Meet the Top 101 in Crypto
Security
Complexity Icon Easy
7 min read

‘EtherHiding’ Explained: The Unstoppable Ethereum Malware Behind North Korea’s Latest Cyber Attack

Published 20 October 2025
Onkar Singh
Authors

Key Takeaways

  • North Korean hackers now use the Ethereum blockchain to store and deliver malware, making traditional takedowns nearly impossible.
  • According to Google Threat Intelligence, this DPRK-linked group is using EtherHiding to target developers, crypto users, and businesses worldwide.
  • By compromising WordPress and other websites, attackers can inject small scripts that silently fetch malware from the blockchain.
  • Regular updates, cautious browsing, and strong security policies are your best protection against advanced blockchain-based threats like EtherHiding.

Cybercriminals from North Korea are making headlines again, this time, for a new type of blockchain-based cyberattack called “EtherHiding.”

This clever and dangerous method allows hackers to hide malware inside Ethereum smart contracts, making it harder for security teams to detect or remove.

Let’s break down what EtherHiding is, how it works, and how you can protect yourself from this emerging threat.

Try Our Recommended Crypto Exchanges
Sponsored
Disclosure
Promotions
Receive up to $100,000 worth of exclusive gifts for newcomers upon registration.
Coins
Bitcoin Ethereum Tether USD Coin Solana +76
Opened in 2011
Promotions
Get up to 10,055 USDT when you register, verify, and make the first deposit and the first trades.
Coins
Ethereum Tether USD Coin Solana Ripple +162
Promotions
Experience a 1-minute swap on a non-custodial platform.
Coins
Bitcoin Ethereum Tether Build'N'Build USD Coin +217
Show More

What Is the EtherHiding Attack?

EtherHiding is a new cyberattack technique where hackers store malicious code inside public blockchain networks, such as Ethereum or BNB Smart Chain.

Instead of using regular servers, attackers use smart contracts, pieces of code that live permanently on the blockchain, to deliver malware.

This means that the malware can’t easily be taken down, since blockchain data is decentralized and almost impossible to delete.

How North Korean Hackers Are Using EtherHiding

Cybersecurity researchers from Google Threat Intelligence (GTIG) have linked EtherHiding attacks to a North Korean hacking group known as UNC5342. They are known for targeting developers, crypto users, and tech professionals using fake job offers or malicious websites.

EtherHiding @blackorbirdon X
How EtherHiding malware works? | Source: @blackorbird on X

EtherHiding started in September 2023 as part of the financially motivated CLEARFAKE campaign. Attackers hide JavaScript malware inside public smart contracts (Ethereum/BNB), then trick users with fake overlays (like bogus browser-update prompts) so their browsers run the code.

BscScan warning message
BscScan warning message. | Source: https://cloud.google.com/

By using the blockchain to store payloads, the attackers create a decentralized, hard-to-take-down C2 system.

Here’s How the Attack Works

Before you dive into the steps, it helps to understand that these hackers combine traditional phishing tricks with modern blockchain technology.

  • Step 1 – Website compromise: Attackers infect legitimate websites (often WordPress sites) by injecting a small malicious script.
  • Step 2 – Fetching from blockchain: That script secretly connects to an Ethereum or BNB Smart Chain contract to fetch hidden malware code.
  • Step 3 – Code execution: The victim’s browser downloads and runs the hidden code, which can steal passwords, crypto wallet data, or install spyware.
  • Step 4 – Persistent control: The hackers can easily update the malicious code by modifying data inside the smart contract, no web server needed.

Because the blockchain is public, decentralized, and permanent, it’s nearly impossible to remove the malware source once it’s deployed.

Evolution of UNC5142’s Tactics

Over the past year UNC5142’s attacks have grown more complex. They moved from a single smart-contract setup to a layered, three-contract system that lets them deliver multi-stage malware more flexibly and resiliently.
They also abused legitimate services (like Cloudflare Pages) for lures, increased their infrastructure, and upgraded from simple Base64 encoding to AES encryption.

What Changed

  • Moved to a three-contract architecture for dynamic payload delivery.
  • Began hosting lure pages on trusted services (*.pages.dev) and using many domain types.
  • Switched from plain Base64 to AES-GCM + Base64 for stronger payload protection.
  • Refined social-engineering lures (fake Chrome updates → reCAPTCHA, privacy forms, anti-bot errors).
  • Expanded hosting options (MediaFire, GitHub) and ran parallel infrastructures to boost scale and avoid disruption.

Timeline Highlights

  • May 2024: Single-contract attacks; .shop lures; Base64; fake Chrome updates.
  • Nov 2024: Three-contract model appears; Cloudflare Pages abused; AES-GCM introduced.
  • Jan–Mar 2025: Lures diversify (reCAPTCHA, privacy agreements, anti-bot checks); payload hosting grows; cookie tracking replaces some recon checks.
  • May 2025: Continued refinement — multiple infrastructures live, advanced lures, and staged checks to monitor victims.

Why EtherHiding Is So Dangerous

The EtherHiding technique changes the game for both hackers and defenders. Let’s look at what makes it particularly risky.

Key Reasons This Attack Is Hard to Stop

  • Decentralized hosting: There’s no central server to shut down, the malicious code is stored across thousands of blockchain nodes.
  • Stealthy operations: The attack uses “read-only” blockchain calls that don’t leave visible transaction traces, making detection difficult.
  • Automatic updates: Hackers can modify or replace the payload at any time by updating the contract data.
  • Cross-platform threats: The same malicious smart contract can infect multiple websites or browsers globally.

These features make EtherHiding a nightmare for cybersecurity professionals, and a wake-up call for anyone active in the crypto or web development space.

Who Is Behind the EtherHiding Malware?

According to Google Threat Intelligence, the group UNC5342, linked to North Korea’s state-sponsored hackers, is behind this latest campaign.

They’ve been involved in numerous crypto thefts, phishing operations, and supply chain attacks. In this campaign, they’ve introduced malware families like JADESNOW and INVISIBLEFERRET, names given by researchers to the scripts and backdoors used in the attack.

Known Tools Used in the Attack

  • JADESNOW: JavaScript malware downloader that fetches the main payload.
  • INVISIBLEFERRET: A stealthy backdoor that steals browser data and crypto wallet information.
  • Fake job offers: Used to trick developers and engineers into downloading infected files.

This approach shows how North Korean cyber units are evolving, mixing social engineering with blockchain exploitation to maximize impact.

Signs Your System or Website Might Be Infected via EtherHiding Malware

Even though EtherHiding is advanced, there are still some warning signs to watch out for. Here’s what users and developers should monitor:

  • Unexpected pop-ups asking to “update your browser” manually.
  • JavaScript files on your website you don’t recognize.
  • Suspicious outbound traffic to blockchain RPC endpoints.
  • Changes in your WordPress files or unknown admin accounts.
  • Browser slowdowns or wallet extension issues after visiting certain websites.

If you notice any of these red flags, run a security scan immediately and contact a cybersecurity expert.

How to Protect Yourself From EtherHiding Attacks

The best defense is awareness and layered protection. Here’s what both everyday users and website owners can do to stay safe.

Tips for Everyday Users

  • Never trust pop-up updates. Always update your browser from the official settings menu.
  • Use reputable antivirus software that detects JavaScript-based threats.
  • Avoid clicking suspicious job offers or links sent via email or social media.
  • Keep your crypto wallets and browser extensions updated.

Tips for Website Owners and Developers

  • Scan your WordPress files regularly for unauthorized JavaScript injections.
  • Enable Content Security Policy (CSP) and Subresource Integrity (SRI) to block malicious scripts.
  • Monitor website traffic for unusual calls to blockchain endpoints.
  • Train staff and developers about social engineering and phishing tactics.

By following these steps, you can greatly reduce the risk of being caught in a campaign like EtherHiding.

The Bigger Picture: What EtherHiding Malware Means for Web3 Security

The rise of EtherHiding proves that cybercriminals are now weaponizing blockchain technology itself. In the past, blockchains were mainly used as targets for theft, now, they’ve become tools for cyberattacks.

This is a major concern for the Web3 ecosystem, where smart contracts and decentralized systems are everywhere. Security teams, crypto exchanges, and developers must now treat blockchain infrastructure as part of their threat surface.

Conclusion 

The EtherHiding malware attack marks a new chapter in cyber warfare, especially with North Korean hackers exploiting Ethereum to hide malicious code. 

As the line between traditional hacking and blockchain technology continues to blur, it’s crucial to stay vigilant, informed, and proactive.

By combining smart online habits with modern cybersecurity tools, users and developers can stay one step ahead of these evolving threats.

Disclaimer: The information provided in this article is for informational purposes only. It is not intended to be, nor should it be construed as, financial advice. We do not make any warranties regarding the completeness, reliability, or accuracy of this information. All investments involve risk, and past performance does not guarantee future results. We recommend consulting a financial advisor before making any investment decisions.
Onkar Singh

Onkar Singh has three years of experience as a digital finance content creator. Throughout his career, he has collaborated with various DeFi projects and crypto media outlets. In his leisure time, he enjoys fitness activities at the gym and watching movies across different genres. Balancing his professional and personal interests, Onkar continues to contribute to the digital finance landscape while pursuing his hobbies.

Survey Icon
Help us improve
1 of 4
Is this your first time here?
What brought you here today?
What are you most interested in?
Would you be interested in:
Thank you icon
Thank you for your feedback!
DMCA.com Protection Status