ClickFix Campaigns Deploy PavinLoader With Blockchain-Based C2 and Amatera Stealer

ClickFix Campaigns Deploy PavinLoader With Blockchain-Based (TL-2026-2142) is a high-severity malware campaign, first published 2026-08-25. It has no confirmed attribution, affects Microsoft Windows (MSBuild.exe / .NET SDK / Visual Studio Build Tools, maps to 17 MITRE ATT&CK techniques (T1005, T1027, T1036.005), and is covered by 9 detection rules and 30 indicators of compromise.

Key facts for TL-2026-2142

Threat ID
TL-2026-2142
Severity
HIGH
Status
ACTIVE
Category
MALWARE
First published
2026-08-25
Last reviewed
2026-08-25
Attribution confidence
LOW
Motivation
FINANCIAL
Detection rules
9
Indicators of compromise
30

Malware and tooling in ClickFix Campaigns Deploy PavinLoader With Blockchain-Based

Malware and tooling: HijackLoader, 0x328a1fadff154290f0ce1389a4e633698cdfdaa7

ClickFix fake-verification lures, trojanized software downloads, and malicious RenPy game installers are delivering a newly documented multi-stage .NET loader, PavinLoader, which abuses MSBuild to run trojanized libraries, resolves its C2 domain via an EtherHiding blockchain smart contract on BNB Smart Chain, and drops Amatera Stealer 4.2.3-alpha1 or HijackLoader to steal browser data, credentials, and cryptocurrency-wallet information.

How ClickFix Campaigns Deploy PavinLoader With Blockchain-Based works

Malwarebytes' Threat Intelligence team tracked a new loader family, PavinLoader, across three distinct delivery clusters: ClickFix fake-CAPTCHA/verification pages, trojanized software downloads hosted on file-sharing services such as Dropbox, and malicious RenPy-based game installers. All three converge on the same technical infection chain, indicating a shared loader (and possibly a shared Loader-as-a-Service operator) behind otherwise unrelated lure campaigns.

The ClickFix cluster begins with a fake CAPTCHA or verification page (observed lure domain perfectverified.com) that instructs the victim to open the Windows Run dialog and paste a PowerShell one-liner (User Execution: Malicious Copy and Paste, T1204.004) — the technique MITRE ATT&CK formalized in March 2025 specifically to track this now-widespread lure pattern. The pasted command downloads an MSI installer (observed as Installer_57be78.msi) containing a renamed MSBuild.exe, a malicious .csproj project file (e.g. prefetch_2f76.csproj), and a trojanized DotNetZip.dll. The project is executed with "MSBuild.exe" /nologo "prefetch_2f76.csproj" /nr:false, with the environment variable MSBUILDENABLEALLPROPERTYFUNCTIONS=1 set so that MSBuild property functions (e.g. [System.Reflection.Assembly]::Load(...)) can execute arbitrary .NET code in-memory via UsingTask elements — a textbook Trusted Developer Utilities Proxy Execution: MSBuild (T1127.001) LOLBin abuse chain. Batch stages are relaunched through conhost.exe --headless cmd.exe /c "updater_8219.cmd" to blend in with normal console activity.

The trojanized DotNetZip.dll (methods renamed to plausible-looking names such as DefaultEvaluator5 / FallbackFactory5) acts as PavinLoader's Stage 1: it disables TLS certificate validation, alters proxy/network settings, decrypts embedded strings with multi-key XOR, and resolves API calls dynamically via GetDelegateForFunctionPointer to evade static and import-table-based detection. Stage 2 (internally named GollopDevest in observed samples) performs the loader's signature technique: EtherHiding. Rather than embedding a C2 domain directly, it issues a JSON-RPC eth_call against a smart contract (0x328a1fadff154290f0ce1389a4e633698cdfdaa7) on BNB Smart Chain via the public bsc-dataseed.binance.org RPC endpoint; the contract's response encodes the live C2 domain. Because the dead-drop lives on an immutable, censorship-resistant public ledger, the technique survives conventional domain/IP takedown response far better than a hardcoded C2. The loader then retrieves further payloads over HMAC-authenticated HTTP requests (headers X-Timestamp / X-Nonce / X-Signature) from paths like /assets/{TwoRandomWords}.json, with payload bodies XOR-encoded inside a {"cache":{"content":...}} JSON wrapper.

Stage 3 (PavinWride in observed samples) is a dedicated anti-analysis module: it enumerates system firmware tables (GetSystemFirmwareTable / EnumSystemFirmwareTables), times execution to detect debuggers/sandboxes, and checks the system UI/keyboard language against a list of 17+ CIS-associated languages (Russian, Ukrainian, Belarusian, Armenian, and others) to abort execution on likely-CIS hosts — a common criminal self-preservation control. It also probes IP geolocation/reputation services to detect hosting-provider (sandbox) infrastructure. Stage 4 is a custom PE loader (also observed as GollopDevest) that validates and reflectively maps the final payload image without writing it to disk.

Observed final payloads include Amatera Stealer 4.2.3-alpha1, masquerading on disk as WPA.exe (Windows Performance Analyzer). Amatera is a C++ information stealer that is itself a rebrand of ACR (AcridRain) Stealer, whose source was sold on underground forums by threat actor SheldIO in 2024; Proofpoint documented the rebrand along with materially improved evasion (control-flow flattening, opaque predicates, the Heaven's Gate 32/64-bit transition technique to bypass usermode hooks, and raw-socket network I/O via \Device\Afd\Endpoint alongside DNS-over-HTTPS resolution through Google's public DoH resolver). Amatera targets saved credentials, cookies, and autofill data from Chromium- and Gecko-based browsers, Discord and Thunderbird data, desktop cryptocurrency wallets, and files matching extensions such as .pdf/.docx/.xls/.jpg, plus screenshots. In November 2025, eSentire's Threat Response Unit documented an unrelated but technique-identical cluster ("EVALUSION") using ClickFix to deliver Amatera Stealer alongside NetSupport RAT, confirming ClickFix-to-Amatera is now an established, recurring pairing rather than a one-off.

Alternatively, PavinLoader chains have been observed delivering HijackLoader (aka IDAT Loader / GHOSTPULSE / SHADOWLADDER), a modular loader active since mid-2023 known for DLL search-order hijacking, process-injection-based payload delivery, call-stack spoofing, and scheduled-task persistence, sometimes packaged for delivery via WiX Burn installer bundles alongside or instead of Amatera.

Malwarebytes separately profiled the RenPy-based game-installer delivery cluster in a companion report; in the analyzed case, a trojanized RenPy game installer led through the identical MSBuild/EtherHiding chain to an Amatera Stealer payload, confirming the loader (not just the lure) is shared infrastructure across ClickFix, fake-software, and fake-game campaigns. Researchers found comments in the PowerShell staging scripts (e.g. "EDIT HERE", "REPLACE with a real direct link") consistent with a semi-templated builder, raising the possibility PavinLoader is offered as a Loader-as-a-Service, though no confirmed sales panel or attribution to a specific threat actor or group has been established.

MITRE ATT&CK techniques used in TL-2026-2142

Collection

T1005 Data from Local System

Defense Evasion

T1027 Obfuscated Files or Information; T1036.005 Match Legitimate Resource Name or Location; T1127.001 MSBuild; T1140 Deobfuscate/Decode Files or Information; T1497.001 System Checks; T1620 Reflective Code Loading

Execution

T1059.001 PowerShell; T1059.003 Windows Command Shell; T1204.002 Malicious File; T1204.004 Malicious Copy and Paste

Command and Control

T1071.001 Web Protocols; T1071.004 DNS; T1102.001 Dead Drop Resolver

Credential Access

T1539 Steal Web Session Cookie; T1555.003 Credentials from Web Browsers

Discovery

T1614.001 System Language Discovery

Affected products and versions in ClickFix Campaigns Deploy PavinLoader With Blockchain-Based

  • Microsoft — Windows (MSBuild.exe / .NET SDK / Visual Studio Build Tools, abused as a LOLBin — not a vulnerability in the product itself)
    Vulnerable versions: Any Windows system with MSBuild.exe or the .NET SDK / Visual Studio Build Tools present

Remediation for ClickFix Campaigns Deploy PavinLoader With Blockchain-Based

Immediate actions

  • Block outbound network traffic to the identified PavinLoader distribution hosts (93.152.224.75, 65.21.80.170, 195.63.142.49) and the observed C2/lure domains at the perimeter firewall and DNS resolver.
  • Alert on and block MSBuild.exe (or renamed copies of it) being launched with a .csproj argument from user-writable paths such as Downloads, %TEMP%, or %APPDATA% — a strong indicator of the T1127.001 abuse chain used here.
  • Alert on conhost.exe launched with the --headless flag spawning cmd.exe against scripts in Downloads/Temp, matching the observed staging pattern.
  • Brief users and helpdesk/support staff on the ClickFix pattern: no legitimate CAPTCHA, browser update, or verification step ever asks a user to open the Windows Run dialog or a terminal and paste a command.

Workarounds

  • Restrict standard (non-developer) users from executing MSBuild.exe / Visual Studio Build Tools / .NET SDK binaries where not required for their role.
  • Where feasible for high-risk or non-technical user populations, restrict Windows Run-dialog (Win+R) command execution via Group Policy to reduce the paste-and-run attack surface.

Longer-term hardening

  • Deploy application control or Attack Surface Reduction rules restricting MSBuild.exe and other developer LOLBins to known, signed build pipelines rather than general user execution.
  • Monitor endpoint egress for JSON-RPC/eth_call traffic to public blockchain RPC endpoints (e.g. bsc-dataseed.binance.org) originating from standard user workstations — anomalous for most environments and a strong indicator of EtherHiding-style dead-drop C2 resolution.
  • Deploy EDR/behavioral detection tuned for reflective in-memory PE loading, control-flow-flattened .NET assemblies, and runtime API-hashing/dynamic-resolution patterns rather than relying on static signatures alone, since this loader chain is designed to defeat file-based detection.
  • Extend browser-download and file-sharing-link scanning (Dropbox, Telegraph, similar services) for MSI/installer bundles containing renamed MSBuild binaries or .csproj files outside of developer environments.

Timeline of ClickFix Campaigns Deploy PavinLoader With Blockchain-Based

  • HijackLoader (aka IDAT Loader / GHOSTPULSE) first gains prominence as a modular Windows loader delivering RedLine, Danabot, and other payloads.
  • Source code for ACR (AcridRain) Stealer, the MaaS predecessor to Amatera Stealer, is sold on underground forums by threat actor SheldIO.
  • MITRE ATT&CK formally adds T1204.004 (User Execution: Malicious Copy and Paste) to track the ClickFix fake-CAPTCHA paste-and-run pattern.
  • eSentire's Threat Response Unit documents the EVALUSION campaign using ClickFix to deliver Amatera Stealer alongside NetSupport RAT, establishing ClickFix-to-Amatera as a recurring pairing.
  • Malwarebytes publishes a companion report on PavinLoader delivered via trojanized RenPy-based game installers, sharing the same MSBuild/EtherHiding infection chain.
  • Malwarebytes publishes "Tracking PavinLoader across ClickFix and fake download campaigns," detailing the MSBuild/.csproj abuse chain, EtherHiding BSC smart-contract C2 resolution, and the Amatera Stealer 4.2.3-alpha1 payload.
  • Cyber Security News and Cyberpress republish and summarize the Malwarebytes findings, surfacing the campaign for hunt intake.

Sources cited for ClickFix Campaigns Deploy PavinLoader With Blockchain-Based

Threats related to ClickFix Campaigns Deploy PavinLoader With Blockchain-Based

Detection coverage for TL-2026-2142

As of 2026-08-25, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2142 across Splunk SPL, Microsoft KQL and Sigma, covering 30 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.

Community OSINT corroboration for TL-2026-2142

2 of this threat's indicators have also been reported by the open-source security community, which observed at least one of them before this report was published. Community sightings are unverified and are kept separate from Threadlinqs' curated indicators. Indicator values, reporters and campaign linkage are available to authenticated Red-tier users.

Threadlinqs Intelligence — Real-Time Threat Detection Platform

[ 0 threats ] [ 0 det ] [ CRIT: 0 ] [ HIGH: 0 ]
// threat_feed
$ sort --newest
Showing all threats

Latest Threats