Back to Articles Ransomware

Aurora Ransomware Used an AI Coding Assistant to Plan Your Breach

By Asaf Levy · · 9 min read

Last reviewed: September 2026

Executive Answer

The Aurora ransomware group used Cursor, an agentic AI coding assistant, to plan attack phases against 33 confirmed victims across five countries. Exposed operator infrastructure revealed months of AI-generated attack planning in Russian, including a complete Active Directory Certificate Services exploitation sequence. The same tool developers use to write code is being used to plan how to encrypt your servers. The attack techniques have not changed. The speed and accessibility of those techniques has. Your SOC detection needs to account for both.

Key Numbers

  • 33 victims — Confirmed Aurora victims listed on its data leak site as of August 2026, located in the US, Germany, Netherlands, Canada, and the UK.
  • 20+ organizations — Entities across 9 countries in the CloudSEK analysis of exposed operator infrastructure from April to July 2026, with 4 listed on the leak site.
  • 54–79% — Affiliate revenue share from ransom payments, based on recovered cryptocurrency wallet transaction data.
  • May 2026 — Month Aurora first emerged publicly, with CYFIRMA documenting initial Windows-targeting campaigns.
  • 2 — Platforms targeted: Windows and Linux/ESXi. Single Zig codebase compiled for both. The Linux variant kills all VMs before encrypting disk files.
  • 0 — Admin rights required for initial foothold. Aurora enters through social engineering and helpdesk impersonation before escalating privileges internally.

The recovered chat history is what makes this case different.

CloudSEK and Gambit Security independently analyzed exposed infrastructure belonging to an Aurora ransomware operator. The exposure was an open directory leak — months of toolkit files, shell history, encryptor binaries, and chat logs. What the chat logs showed was an operator using Cursor, an AI-powered coding assistant, to plan attack phases in Russian.

Not to write malware. Not to automate scanning. To plan: target prioritization, lateral movement sequences, a complete Active Directory Certificate Services (AD CS) exploitation plan — the kind of attack methodology that previously required deep domain expertise to develop — drafted with an AI assistant, in a chat interface, in Russian.

The same tool your developers use to write code. Used to plan how to compromise your network.

The Aurora Attack Chain

Aurora is a ransomware-as-a-service operation. Its affiliates — independent operators who pay to use the group's infrastructure and encryptor — carry out intrusions and split ransom proceeds with the administrators. Recovered cryptocurrency wallet data shows affiliates receiving between 54% and 79% of payments. The split variation suggests Aurora negotiates affiliate terms individually based on the quality of targets brought.

Black Hills Information Security documented a representative Aurora intrusion. Initial access began with aggressive email bombing — flooding a target employee with thousands of emails to create confusion and urgency. The attackers then called the employee directly, impersonating IT helpdesk personnel offering to help resolve the email issue. The employee allowed the caller to install Xray-core, an open-source remote access utility, granting the attacker a foothold inside the network.

From there, the chain is methodical. Lateral movement through SMB, LDAP, WinRM, RDP, and RPC. Escalation to high-privilege administrator accounts. Detection evasion by clearing event logs and disabling Microsoft Defender via registry modifications. Data exfiltration before encryption. Then deployment of the encryptor.

The Windows encryptor inhibits recovery by deleting volume shadow copies and disabling System Restore directly through the registry. The Linux/ESXi variant terminates every virtual machine on the host before starting encryption — preventing administrators from migrating VMs to safety once the attack is detected. Both variants are Zig-compiled from a single shared codebase, giving Aurora cross-platform capability from one development effort.

What AI Changes About Ransomware

The Aurora operator did not use Cursor to build new malware. The encryptor, the lateral movement tools, the access utilities — those were already built. What the operator used Cursor for was attack planning: translating a target environment into a sequenced intrusion plan.

This distinction matters for how defenders think about the AI threat to their environments. AI-assisted attacks are not primarily about new techniques. They are about lowering the expertise threshold for executing existing techniques correctly and at speed.

AD CS exploitation is a clear example. The attack paths documented by researchers — misconfigured certificate templates that allow privilege escalation or domain impersonation — have been publicly known since 2021. The techniques work against a large percentage of Active Directory environments because AD CS is complex, poorly understood by most administrators, and deployed with default configurations that introduce exploitable conditions. Historically, executing an AD CS attack required understanding both Active Directory internals and certificate infrastructure. With an AI assistant, an operator can generate a functional exploitation sequence from a prompt describing the target environment.

The practical implication: Aurora affiliates who previously lacked the technical sophistication to exploit AD CS can now do so. The pool of actors capable of executing this class of attack has expanded. The speed at which they can adapt an attack plan to a specific target environment has increased.

Your detection program was designed for the attack velocity of human experts working without AI assistance. That baseline has shifted.

What Your SOC Should Check This Week

Enumerate your AD CS certificate templates for exploitable misconfigurations. Run Certipy or a similar tool against your environment to identify templates that allow requestor-specified subject alternative names, over-permissive enrollment rights, or EKU combinations that enable authentication. Most AD CS deployments have at least one exploitable template. Find yours before Aurora does.

Verify your helpdesk authentication controls for remote access requests. Aurora's entry point is social engineering: email bombing to create urgency, then a phone call offering help. Your helpdesk should have a defined procedure for verifying caller identity before providing remote access — not just for external callers, but for any request that does not originate from a tracked ticket. Validate that this procedure exists and that helpdesk staff know it.

Confirm Defender alerts are processed before the service can be disabled. Aurora disables Defender before encryption. This is a detectable event: registry modifications to disable real-time protection, service termination, or tamper protection bypass attempts all generate alerts or audit events. The question is whether those alerts are being processed in time to matter. Review your alert pipeline for endpoint protection tampering events specifically.

Check your ESXi backup and recovery posture. The Aurora Linux variant kills all VMs before encrypting. If your VM snapshots are stored on the same storage array as the running VMs, they will be encrypted alongside them. Verify that your ESXi backups are stored offline or in a separate environment that an attacker with hypervisor access cannot reach.

Monitor for volume shadow copy deletion and System Restore registry modifications. Both are consistent pre-encryption steps across virtually all modern ransomware families, not just Aurora. Detection rules for vssadmin delete shadows, wmic shadowcopy delete, and the specific registry keys used to disable System Restore should be standard in your SIEM. If they are not, add them before the next incident.

Asaf's Take

The Aurora case is the clearest example I have seen of what AI actually does to the threat landscape. It does not create new attack techniques. It removes the expertise barrier that previously limited who could execute existing ones. AD CS exploitation, lateral movement sequencing, target prioritization — these are not new. What is new is that a Russian-speaking ransomware affiliate can now produce a competent exploitation plan for your environment in a chat window, in their native language, without deep Active Directory expertise. The defensive implication is that the gap between what sophisticated actors do and what unsophisticated actors can do has narrowed significantly. Your security controls need to be built for the sophisticated version, because that is now the accessible version. The helpdesk impersonation entry point is also worth emphasis. Technical controls catch technical attacks. The phone call impersonating your IT team is not a technical attack. It is a social one. And it worked.

Is your SOC detection built for AI-assisted attack speed, or for the threat landscape of three years ago?

Let's Review Your Ransomware Detection Posture

Sources

  • CloudSEK: "Aurora Ransomware Affiliate AI Attack Planning" (August 2026): cloudsek.com
  • Gambit Security: "Aurora Ransomware Targets ESXi, Abuses Cursor Agent for Exploitation" (August 2026): gambit.security
  • Black Hills Information Security: "Introducing the Aur0ra Ransomware Group" (August 2026): activesoc.blackhillsinfosec.com
  • The Hacker News: "Aurora Ransomware Operators Use Cursor AI in Attacks" (August 31, 2026)
  • CYFIRMA Weekly Intelligence Report (May 22, 2026)