Key Takeaways
- The Akira ransomware group has shifted from directly disabling antivirus tools to manipulating the Windows boot process to run ransomware in Safe Mode.
- Safe Mode launches a minimal‑environment Windows session, reducing the number of active security controls that rely on non‑essential drivers and services.
- Although this technique can temporarily weaken endpoint defenses, modern security products often retain layers such as behavioral monitoring, tamper protection, and offline detection that can still flag suspicious boot‑configuration changes or ransomware‑like activity.
- Organizations should monitor for unexpected system reboots, unauthorized modifications to boot configuration, attempts to disable security services, and anomalous file‑encryption patterns, while enabling tamper‑resistant controls on endpoint protection solutions.
- The Akira Safe Mode approach illustrates a broader trend in ransomware tradecraft: attackers increasingly seek to alter the operating environment itself rather than confront security software head‑on.
Overview of Akira Ransomware Evolution
The Akira ransomware operation has demonstrated a notable evolution in its tactics, moving beyond simple encryption payloads toward sophisticated defense‑evasion techniques. Researchers from Huntress observed that Akira actors initially attempted to neutralize endpoint security products by directly disabling or tampering with antivirus services. When these straightforward interventions failed—often because security tools detected the malicious activity and quarantined the ransomware—the group sought alternative methods to maintain persistence and reduce defensive visibility. This shift reflects a broader trend among ransomware affiliates to prioritize stealth and environmental manipulation over brute‑force attacks on security software, aiming to create a window where their malicious processes can operate with fewer obstacles.
Initial Attempts to Disable Endpoint Security
In the early stages of observed Akira intrusions, attackers deployed scripts and legitimate‑looking utilities designed to stop, uninstall, or reconfigure antivirus and endpoint detection and response (EDR) agents. These actions typically involved terminating critical processes, altering registry keys associated with security software, or leveraging living‑off‑the‑land binaries (LoLBins) to execute destructive commands. The goal was to clear the way for the ransomware binary to execute unimpeded, allowing rapid file encryption before defenders could react. However, these direct interference attempts frequently triggered alerts within the security products themselves, leading to automatic quarantine or blocking of the malicious components.
Challenges Faced by Direct Interference
Security vendors have implemented multiple safeguards that make outright disabling of their tools increasingly difficult. Tamper protection features, which lock critical services and registry locations against unauthorized changes, often prevented Akira’s scripts from succeeding. Additionally, behavioral analysis engines flagged the atypical pattern of process terminations and registry modifications associated with security‑tool tampering, resulting in real‑time detections. Consequently, Akira’s early attempts yielded a mixed outcome: some infections proceeded unhindered, while many were caught and neutralized before encryption could begin. This inconsistency prompted the group to explore alternative evasion vectors that do not rely on directly confronting the security stack.
Adoption of Safe Mode Technique
To bypass the limitations of direct interference, Akira operators began forcing compromised Windows systems to reboot into Safe Mode—a diagnostic startup state that loads only a minimal set of drivers, services, and startup applications. By manipulating the system’s boot configuration (e.g., editing the Boot Configuration Data store or using the bcdedit utility), attackers can trigger a restart that bypasses the normal user environment and launches Windows in this restricted mode. Once in Safe Mode, the ransomware payload can be executed with fewer active security components, providing a temporary window where encryption activities may proceed with reduced risk of interception.
What is Safe Mode and Why Attackers Abuse It
Safe Mode is a built‑in Windows recovery option designed for troubleshooting hardware or software problems. When activated, the operating system loads a basic set of device drivers (typically only those required for display, keyboard, and mouse) and disables most third‑party services, startup programs, and non‑essential kernel components. This stripped‑down environment is intended to help administrators isolate issues caused by conflicting software or faulty drivers. From an attacker’s perspective, the same reduction in active processes and services can be advantageous: many endpoint protection solutions rely on non‑essential drivers, auxiliary services, or user‑space agents that are not loaded in Safe Mode, thereby weakening the defensive posture of the machine.
How Safe Mode Reduces Security Controls
Endpoint security products often depend on a combination of kernel‑mode drivers, background services, and user‑mode agents to provide real‑time monitoring, behavioral analysis, and tamper protection. In Safe Mode, many of these components are either not started or run in a limited capacity, which can diminish the effectiveness of heuristic scanning, memory protection, and process‑inspection features. For example, a typical EDR agent that injects a monitoring DLL into user processes may fail to load if the required supporting services are disabled. Consequently, attackers anticipate that their ransomware binary will encounter fewer active inspections, allowing them to execute encryption routines with a lower likelihood of immediate detection.
Execution of Ransomware Payload in Safe Mode
After the system has booted into Safe Mode, Akira operators typically deploy their ransomware executable via existing footholds—such as compromised credentials, remote desktop connections, or previously dropped malware. The ransomware then proceeds to enumerate local drives, encrypt user files using strong cryptographic algorithms, and display ransom notes. Because the security stack is operating at reduced capacity, the encryption process may complete before the system is rebooted back to normal mode, at which point the victim discovers the locked files. In some observed cases, the ransomware also attempted to delete shadow copies or disable backup services while still in Safe Mode, further complicating recovery efforts.
Limitations and Countermeasures
Despite the tactical advantages, the Safe Mode approach is not foolproof. Modern endpoint protection platforms incorporate multiple defensive layers that can survive or detect the manipulation of boot configurations. Tamper‑protection mechanisms often lock critical boot‑entry settings, preventing unauthorized changes to the BCD store without triggering alerts. Additionally, behavioral monitors can detect the anomalous pattern of a system repeatedly booting into Safe Mode followed by rapid file‑encryption activity, correlating these events to raise a high‑severity alert. Offline detection capabilities, such as boot‑time scanners or cloud‑based reputation services, may also identify the presence of known ransomware signatures even when the operating system is running in a minimal state. Consequently, while Safe Mode can delay detection, it does not guarantee successful evasion.
Defensive Recommendations for Organizations
To mitigate the risk posed by Akira’s Safe Mode tactic, security teams should implement proactive monitoring and hardening measures. Key actions include:
- Configuring endpoint protection solutions with tamper‑resistant settings that lock critical services, drivers, and registry locations against unauthorized modification.
- Enabling audit logging for changes to the Boot Configuration Data store and tracking unexpected system reboots or switches to Safe Mode.
- Deploying network‑based intrusion detection systems that flag unusual authentication patterns (e.g., repeated RDP logins from unfamiliar sources) that often precede ransomware deployment.
- Ensuring regular, offline backups of critical data and verifying backup integrity, as Safe Mode does not affect backup storage that is air‑gapped or cloud‑based.
- Educating users about phishing and credential‑theft vectors, since initial access frequently begins with compromised credentials that enable lateral movement and eventual system manipulation.
Conclusion and Broader Implications
The Akira ransomware group’s use of Safe Mode exemplifies a strategic shift in ransomware operations: rather than engaging security software directly, attackers seek to alter the underlying operating environment to diminish defensive capabilities. This approach underscores the importance of viewing endpoint protection as a holistic system that includes not only runtime monitoring but also boot‑time integrity, configuration hardening, and behavioral analytics. Organizations that maintain layered defenses—combining tamper‑resistant agents, vigilant configuration monitoring, and robust backup strategies—remain well‑positioned to detect and thwart such evasion techniques before they result in widespread data loss. As ransomware affiliates continue to innovate, staying abreast of evolving tactics and adapting security postures accordingly will be essential for safeguarding critical assets.

