ClickFix Lures Spread ACR Stealer in Two Chains

Microsoft Secure · High sophistication
Last updated July 30, 2026

Microsoft observed real-world ACR Stealer campaigns where users are tricked by “ClickFix” prompts into running attacker-provided commands. Two main intrusion chains were seen: one loads a DLL from a remote WebDAV share and later uses Python-based loaders, and the other uses MSHTA and an image-based (steganography) payload to run mostly in memory. The end goal in both is stealing browser credentials, session tokens, and sensitive documents for later misuse.

How the Attack Worked

Microsoft observed a rise in ACR Stealer activity from late April 2026 to mid-June 2026 across customer environments. Both documented intrusion chains start with a ClickFix-style prompt on a website, likely reached through malvertising or SEO-manipulated search results. The prompt tells the user to copy and paste a command to verify or fix an issue on their device.

In the first chain, the pasted command launches cmd.exe, which then invokes rundll32.exe to load a DLL from a remote WebDAV share over HTTPS. From there, the attacker uses staged, heavily obfuscated PowerShell and Python-based loaders, with persistence sometimes set up as a scheduled task disguised as a software update.

In the second chain, the command starts mshta.exe to fetch and run remote HTA content. An embedded VBScript loader abuses COM objects to decode and execute encoded PowerShell. This chain also uses steganography, hiding a malicious payload inside an image hosted on a public image-hosting service, allowing much of the execution to happen in memory.

Why It Succeeded

Both chains rely on the user doing the actual work of running the malicious command themselves, which can bypass some technical controls that focus on blocking downloads or attachments. The prompts appear as routine verification or fix steps, and the use of malvertising or manipulated search results means the lure can reach users who are simply searching for something unrelated. Using built-in Windows tools like cmd.exe, rundll32.exe, and mshta.exe also helps the activity blend in with normal system behavior.

What to Watch For

  • A website or pop-up instructing you to copy and paste a command to fix or verify something
  • Instructions that involve opening cmd.exe, PowerShell, rundll32.exe, or mshta.exe
  • Unexpected scheduled tasks disguised as software updates
  • Unusual network activity involving WebDAV shares or image-hosting services

How to Build Resistance

Organizations should educate users to treat any paste-and-run instruction as suspicious, especially when it references command interpreters or script hosts. Reducing reliance on browser-stored credentials, enforcing multifactor authentication, and applying conditional access can limit the value of stolen credentials and tokens. Reducing exposure to malvertising and SEO poisoning through web filtering also helps cut off the initial delivery path.

If a device is suspected of running one of these commands, isolate it, rotate exposed credentials, and revoke potentially compromised tokens quickly to limit the impact of credential and document theft.

Key findings

  • Microsoft observed increased ACR Stealer activity from late April 2026 to mid-June 2026 across customer environments.
  • Both highlighted campaigns start with a “ClickFix” lure that tricks a user into running an attacker command.
  • Campaign 1 loads a DLL from a remote WebDAV share (HTTPS) and later uses staged, heavily obfuscated PowerShell and Python-based loaders; persistence can be a scheduled task disguised as software update.
  • Campaign 2 uses MSHTA to fetch and run remote HTA content, then runs an obfuscated PowerShell chain and pulls a steganography-hidden payload from an image-hosting service for in-memory execution.
  • Both campaigns aim to steal browser-stored credentials and authentication tokens, and collect sensitive documents (PDFs and Microsoft 365 files, including from OneDrive/SharePoint-synced locations).

Who’s being targeted

  • Commonly targeted roles: All employees, IT support / Helpdesk, Security operations (SOC), Finance and executives (high-value account holders).
  • Affected industries: Multiple / cross-industry (enterprise environments).
  • Attack channels: website.
  • Impersonated: A website 'verification' or 'fix' prompt (ClickFix-style), A website 'fix' prompt (ClickFix-style).

Red flags to watch for

  • A web page instructs you to paste/run a command on your computer
  • The command launches built-in tools like cmd.exe and rundll32.exe
  • It pulls content from a remote WebDAV share over HTTPS
  • A site pushes you to run a command rather than using normal in-browser steps
  • The command uses mshta.exe (a Windows script host) to run remote content
  • Follow-on behavior runs PowerShell in memory and hides payloads inside images
Try Mirage

Mirage safely runs attacks like this one against your own team, so you find out what happens before a real adversary does.

Get a demo

Frequently asked questions

What is a ClickFix prompt?

It is a social engineering technique where a website tells the user to copy and run a command, often framed as a fix or verification step, that actually launches malware.

What does ACR Stealer target?

The campaigns aim to steal browser-stored credentials, authentication tokens, and sensitive documents including PDFs and Microsoft 365 files.

How do the two ACR Stealer chains differ?

One chain loads a DLL from a remote WebDAV share and later uses PowerShell and Python-based loaders, while the other uses MSHTA to fetch remote HTA content and hides a payload inside an image using steganography.

What should someone do if they ran a suspicious command?

Isolate the affected device, rotate exposed credentials, and revoke potentially compromised tokens as soon as possible.

Read the video transcript

You search for a fix, click the top result, and a “ClickFix” box says: copy this command to fix the issue. That copy‑paste command quietly opens cmd.exe, then rundll32 from a WebDAV share, or mshta pulling a remote HTA file, ACR Stealer is now digging through your browser passwords and OneDrive docs. Here’s the tell: a web page that says, 'Open PowerShell or cmd and paste this,' especially if you see cmd, PowerShell, rundll32, or mshta in the text, that is not how real sites verify or fix anything. If any site tells you to paste a command like that, stop, close the tab and report it to security immediately so we can check your device.

Similar attacks