In a disturbing new escalation of cyber threats, the Aurora ransomware gang has been linked to a series of sophisticated intrusions where they employed an AI coding assistant called Cursor to plan and execute large-scale attacks. This innovation isn’t just theoretical—analysis of exposed infrastructure shows they used Cursor across at least 10 confirmed targets from early to mid-2026, with broader activity observed against more than 20 organizations. What’s especially alarming is how Cursor was integrated so deeply into the operational workflow.
How Cursor Became Part of Their Playbook
Based on two independent investigations, the group behind Aurora—also known as Aur0ra—is Russian-speaking, avoiding any targets based in the Commonwealth of Independent States (CIS) during these attacks. The exposed open directory revealed months of activity between April and July 2026, covering over 20 entities across nine countries. Although 33 victims have since been catalogued by ransomware monitoring platforms in places like the U.S., Germany, and the U.K., only a subset has been publicly named.
Attack chains typically began with email bombing and phone-based social engineering, often masquerading as IT help desk support to persuade employees to grant access. Once inside, the perpetrators move laterally using tools and protocols like SMB, LDAP, WinRM, RDP, and RPC, escalating their privileges. To avoid detection, they remove Windows Defender, clear event logs, and deploy encryptors that cripple system restoration or virtual machines before locking down data.
Cross-Platform Tooling and Profit Splitting
Aurora’s technical toolkit includes versions for both Windows and Linux/ESXi, built from a single shared codebase in the programming language Zig. This unified source means the same core logic fuels destructive actions across platforms—from wiping out volume shadow copies on Windows to killing VMs on ESXi hosts. Notably, even usage examples for one operating system remain embedded in executables for the other, evidence of a single source tree powering all builds.
Financially, Aurora runs on an affiliate model. For each victim, a cut of 54–79% of the ransom is given to the affiliate, with the remainder going to the core operators. This division seems tied to victim profile: the ransom amount and the victim’s revenue affect how the split is allocated. A cluster of cryptocurrency wallets tied to recent negotiations helps map this revenue flow.
Cursor’s Role and AI-Driven Exploitation
Specific sightings by security researchers show Aurora handed Cursor tasks ranging from scanning internal networks with Nmap to enumerating user privileges using BloodHound tools. The AI assistant was assigned both strategy drafting and tool selection duties. In some instances, attackers simply fed Cursor credentials or a foothold into a compromised network and asked it to map out what permissions the user held. In others, they directed it to run pre-planned exploit sequences or respond to Voice-like prompts to pick among Cursor’s suggested next steps. Every task involved back-and-forth refinement, with some commands failing before patterns emerged that worked.
On the Linux/ESXi side, scripts like “esxi_finder.py” were used to locate hypervisors and vCenter servers for follow-up attack stages. Meanwhile, the Windows version includes destructive routines like registry changes to disable System Restore and deletion of volume snapshots—integral parts of their ransomware deployment strategy.
The Broader Implications
This case contributes to growing evidence that commercial AI tools are increasingly being co-opted by threat actors—not just for research but for hands-on exploitation. Cursor’s use in these operations marks a new kind of escalation, where AI doesn’t just assist with reconnaissance but becomes a tactical tool driving real impact.
With multiple infrastructure leaks exposing Aurora’s techniques, victims, and financial flows, defenders now have clearer intel—and yet many unknowns remain, including full victim lists and the extent of exposure across sectors.
What this shows is that the line between admissible and malicious use of AI tools is getting thinner—and much more consequential. Organizations need to reassess their security posture, especially regarding AI vector risks. Detection workflows designed before these hybrid AI-augmented attacks may no longer suffice. Going forward, monitoring tool usage, enforcing least-privilege access, and hardening systems against both AI-aided reconnaissance and classical lateral movement will be essential for staying ahead.