Security

CrashFix Browser Crash Lures Deploy Python RAT

3 min read

Summary

Researchers are tracking a new ClickFix variant called CrashFix that uses a malicious browser extension to trigger delayed browser crashes, then shows a fake repair prompt that tricks users into running attacker-supplied commands themselves. The campaign matters because it combines social engineering, LOLBin abuse such as a renamed finger.exe loader, and script-based payloads like a Python RAT to evade traditional defenses and increase infection success without relying on software exploits.

Need help with Security?Talk to an Expert

Introduction

ClickFix has historically relied on social engineering to get users to execute attacker-provided commands. The new CrashFix variant raises the success rate by first disrupting the user experience (browser DoS/crash loop) and then presenting a “fix” workflow that leads victims to run commands themselves—reducing dependence on exploits while increasing stealth. For IT teams, this is a practical reminder that user-driven execution + LOLBins + script payloads can bypass traditional signature-only defenses.

What’s new in CrashFix (key behaviors)

1) Malicious extension with delayed sabotage

  • Initial access often starts with a user searching for an ad blocker and clicking a malicious ad.
  • The user is redirected to the Chrome Web Store to install an extension impersonating uBlock Origin Lite, creating false legitimacy.
  • The extension uses delayed execution so browser problems occur later, making it harder for users to associate the symptoms with the extension install.

2) Browser crash loop + fake “CrashFix” prompt

  • The payload triggers a browser denial-of-service via an infinite loop, then displays a fake security warning/pop-up.
  • The pop-up attempts to convince the user to execute commands (for example via Windows Run), turning the user into the execution mechanism.

3) LOLBin abuse: finger.exe renamed and used as a loader

  • A notable change is abuse of the legitimate Windows utility finger.exe, copied to a temp location and renamed (e.g., ct.exe) to obscure detection.
  • The renamed binary connects outbound to retrieve an obfuscated, staged PowerShell chain that drops additional payloads into user profile locations.

4) Targeting logic: domain-joined systems get the backdoor

  • The PowerShell script performs environment checks (e.g., whether the device is domain-joined) and looks for analysis tools.
  • When higher-value enterprise conditions are detected, it downloads a portable WinPython distribution and a Python RAT (Microsoft refers to it as ModeloRAT).

5) Persistence and follow-on payloads

  • Persistence is established via HKCU\Software\Microsoft\Windows\CurrentVersion\Run using pythonw.exe to minimize visible artifacts.
  • Additional payload delivery includes downloads from cloud hosting (e.g., Dropbox) and, in later chains, scheduled task persistence (e.g., a task named “SoftwareProtection”) to run Python payloads repeatedly.

Impact on IT administrators and end users

  • End users may report sudden browser crashes, repeated “security” pop-ups, or instructions telling them to run commands to fix the issue.
  • Admins should expect a blend of behaviors across web, endpoint, and identity: suspicious extension installs, LOLBin execution patterns, PowerShell obfuscation, Python interpreters dropped into user space, new Run keys, and suspicious scheduled tasks.
  • The campaign’s selective deployment on domain-joined systems indicates an intent to prioritize enterprise access.

Action items / next steps

  • Ensure Microsoft Defender Antivirus cloud-delivered protection is enabled (or equivalent) to catch rapidly evolving variants.
  • Enable Microsoft Defender for Endpoint EDR in block mode to block post-breach artifacts even when another AV is primary.
  • Review and tighten controls for browser extensions (allowlists, extension install restrictions, and monitoring of new installs).
  • Hunt for suspicious patterns:
    • finger.exe copied/renamed (e.g., ct.exe) and unexpected outbound connections
    • Obfuscated PowerShell spawning download activity
    • New HKCU Run entries invoking pythonw.exe
    • Scheduled tasks with benign-looking names (e.g., “SoftwareProtection”) executing scripts every few minutes
  • Reinforce user guidance: never run “fix” commands from pop-ups; report browser crash loops and unexpected extension prompts immediately.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Microsoft Defender for EndpointClickFixsocial engineeringPowerShellPython RAT

Related Posts

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.

Security

Zero Trust for AI: New Microsoft Security Tools

Microsoft has expanded its Zero Trust for AI strategy with new assessment capabilities, a DevSecOps pillar in the Zero Trust Workshop, and practical implementation guidance. The updates help security and platform teams assess AI-related risk, secure AI-assisted development, and build a phased roadmap for adopting Zero Trust controls across AI systems.

Security

CaptiveCrunch Malware Campaign Targets Travelers

Microsoft has disclosed CaptiveCrunch, an active campaign linked to Midnight Blizzard that hijacks traffic on hospitality and captive portal networks to steal credentials and deliver malware. The threat is especially relevant for organizations with frequent travelers because attackers are abusing Entra ID device code flows, fake update prompts, and adversary-in-the-middle phishing to compromise corporate accounts and endpoints.