Akira Ransomware Affiliate Blinds EDR via Safe Mode, but Payload Crashes
An attempt to evade security software by rebooting a server into Windows Safe Mode backfired, preventing file encryption but not data theft.
An Akira ransomware affiliate successfully disabled a victim's security stack by forcing a server into Windows Safe Mode, only for the ransomware payload to crash during execution. The incident demonstrates a high-risk evasion tactic that, while technically effective at blinding defenders, failed due to the resource constraints of the restricted boot environment.
According to reports from IT Security Guru and BleepingComputer, the attacker gained initial access through a credential-spraying attack targeting a SonicWall SSL VPN account that lacked multi-factor authentication (MFA). Once inside the network, the affiliate used msconfig.exe to force the compromised server to reboot into "Safe Mode with Networking." This maneuver was designed to neutralize the victim's defenses; Huntress noted that the reboot took their EDR agent offline and prevented Microsoft Defender’s real-time protection from starting, while still maintaining the network connectivity the attacker required for remote access.
The Mechanics of the Failure
Despite successfully blinding the security tools, the attack stalled at the final stage. When the attacker attempted to deploy the ransomware payload, akira.exe, the program crashed. The failure was attributed to "out of virtual memory" errors, a direct result of the constrained environment inherent to Windows Safe Mode. Because the system was running with a minimal set of drivers and services, the encryptor could not secure the memory resources necessary to operate, leaving the victim's files unencrypted.
Why It Matters
While the encryption phase failed, the incident underscores a critical reality of modern cyberattacks: a "failed" ransomware deployment is still a successful data breach. Before attempting the reboot, the attackers had already exfiltrated sensitive file shares and Active Directory data. This confirms that the double-extortion model—where data is stolen before encryption—remains a potent threat even when the ransomware itself fails to execute.
Furthermore, the use of Safe Mode for EDR bypass is a tactic more commonly associated with older ransomware families like AvosLocker and Snatch. Its appearance in an Akira affiliate's toolkit suggests a diversification of evasion techniques aimed at bypassing modern endpoint detection and response (EDR) solutions that rely on standard boot-time loading.
What's Next
Security teams are advised to monitor for unauthorized changes to boot configurations, specifically the use of msconfig.exe or bcdedit, which can serve as high-fidelity indicators of an impending EDR bypass attempt. The breach also serves as a stark reminder of the necessity of MFA for all VPN endpoints, as the lack of this single control provided the initial gateway for the entire operation. Defenders should prioritize auditing SSL VPN accounts to ensure no legacy or single-factor access points remain exposed.