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

Trivy Supply Chain Compromise: Defender Guidance

Microsoft has published detection, investigation, and mitigation guidance for the March 2026 Trivy supply chain compromise that affected the Trivy binary and related GitHub Actions. The incident matters because it weaponized trusted CI/CD security tooling to steal credentials from build pipelines, cloud environments, and developer systems while appearing to run normally.

Security

AI Agent Governance: Aligning Intent for Security

Microsoft outlines a governance model for AI agents that aligns user, developer, role-based, and organizational intent. The framework helps enterprises keep agents useful, secure, and compliant by defining behavioral boundaries and a clear order of precedence when conflicts arise.

Security

Microsoft Defender Predictive Shielding Stops GPO Ransomware

Microsoft detailed a real-world ransomware case in which Defender’s predictive shielding detected malicious Group Policy Object abuse before encryption began. By hardening GPO propagation and disrupting compromised accounts, Defender blocked about 97% of attempted encryption activity and prevented any devices from being encrypted through the GPO delivery path.

Security

Microsoft Agentic AI Security Tools Unveiled at RSAC

At RSAC 2026, Microsoft introduced a broader security strategy for enterprise AI, led by Agent 365, a new control plane for governing and protecting AI agents that will reach general availability on May 1. The company also announced expanded AI risk visibility and identity protections across Defender, Entra, Purview, Intune, and new shadow AI detection tools, signaling that securing AI usage is becoming a core part of enterprise security operations as adoption accelerates.

Security

Microsoft CTI-REALM Benchmarks AI Detection Engineering

Microsoft has introduced CTI-REALM, an open-source benchmark designed to test whether AI agents can actually perform detection engineering tasks end to end, from interpreting threat intelligence reports to generating and refining KQL and Sigma detection rules. This matters because it gives security teams a more realistic way to evaluate AI for SOC operations, focusing on measurable operational outcomes across real environments instead of simple cybersecurity question answering.

Security

Microsoft Zero Trust for AI: Workshop and Architecture

Microsoft has introduced Zero Trust for AI guidance, adding an AI-focused pillar to its Zero Trust Workshop and expanding its assessment tool with new Data and Network pillars. The update matters because it gives enterprises a structured way to secure AI systems against risks like prompt injection, data poisoning, and excessive access while aligning security, IT, and business teams around nearly 700 controls.