Source: Microsoft Security Blog
Author: Microsoft Security Research and Balaji Venkatesh S
URL: https://www.microsoft.com/en-us/security/blog/2026/07/16/acr-stealer-two-observed-intrusion-chains-amid-increased-threat-activity/
ONE SENTENCE SUMMARY:
Microsoft observed two prevalent ClickFix-driven ACR Stealer campaigns using WebDAV/Python or MSHTA/PowerShell steganography to steal credentials and data.
MAIN POINTS:
- Defender Experts saw elevated ACR Stealer activity from late April through mid-June 2026.
- ClickFix social engineering prompts victims to execute attacker-provided commands from web lures.
- Campaign 1 loads a remote DLL via HTTPS WebDAV using rundll32.exe.
- Pushd maps WebDAV shares to local drives, reducing user visibility and scrutiny.
- Obfuscated PowerShell deploys ZIP payloads, pythonw.exe loaders, and scheduled-task persistence.
- Python loader uses multilayer string/API obfuscation to reconstruct payload only at runtime.
- Final stage performs in-memory shellcode execution using VirtualAlloc and Fiber APIs.
- Malware steals browser passwords, cookies, and tokens via DPAPI and targets enterprise documents.
- Some variants resolve C2 through blockchain dead-drop techniques (EtherHiding) and Web3 endpoints.
- Campaign 2 uses mshta.exe, VBScript COM decoding, steganographic JPEG payloads, and reflective loading.
TAKEAWAYS:
- Prioritize detection of ClickFix behaviors and paste-and-run instructions invoking LOLBins.
- Hunt for suspicious WebDAV usage, rundll32 remote DLL loads, and pushd drive mapping patterns.
- Monitor obfuscated PowerShell, mshta-driven chains, and in-memory execution indicators.
- Alert on scheduled tasks masquerading as updates, timestomping, and PowerShell history clearing.
- Reduce impact by hardening credential storage, enforcing MFA, and enabling Defender XDR protections.