Threat · curated 31 Aug 2026
Caught in 4K: The Aurora Files
First reported cloudsek.com
Coverage timeline
Single-source incident — first reported, latest, and curated coincide.
Why it matters
Aurora ransomware operators weaponizing a mainstream AI coding agent like Cursor for real-world intrusion and exploitation shows attackers are folding agentic AI tooling directly into active ransomware campaigns, a capability defenders must now anticipate.
Threat actors tied to the Russian-speaking Aurora (Aur0ra) ransomware group were observed abusing the AI-powered Cursor coding assistant/agent to break into and exploit target networks, according to CloudSEK and Gambit Security. Exposed operator infrastructure revealed toolkits, shell history, and an encryptor showing activity against more than 20 organizations across nine countries between April and July 2026, with victims (including ESXi targets) listed on the group's data leak site.
Summary
Threat actors associated with the Aurora (aka Aur0ra) ransomware operation — a Russian-speaking cybercrime group — were observed abusing the agentic AI coding assistant Cursor to plan and conduct intrusions against target networks. The findings stem from independent analyses by CloudSEK and Gambit Security based on exposed operator infrastructure that leaked the group's toolkit, shell history, and encryptor.[0]
CloudSEK's review of the exposed open directory revealed months of activity targeting more than 20 organizations across nine countries between April and July 2026, with four victims already posted to Aurora's data leak site. The operator used Cursor to plan attacks in Russian while deliberately excluding CIS ranges and CIS-country domains. Gambit Security separately documented the operator using Cursor Agent running Anthropic's Claude Sonnet to assist hands-on exploitation against 10 targets between April 8 and May 21, 2026.[0]
Aurora operates a ransomware-as-a-service affiliate model with per-victim negotiated affiliate cuts (between 54% and 79%) and both Windows and Linux/ESXi encryptor variants built from a single Zig codebase. Reuters reported the affected companies included Christeyns, Teckentrup, Helideck Certification Agency, Bayou Title, an Argentine pharmaceutical distributor, and an Italian manufacturer.[0]
Attack chain
- Initial access: In one documented case, initial access was achieved via aggressive email bombing followed by phone calls to employees impersonating IT help desk personnel, ultimately establishing remote access using the open-source utility Xray-core. In the AI-assisted cases, the Cursor agent was given supplied credentials or an existing route into the victim organization.[0]
- Tooling / connection: The AI agent was tasked with installing a VPN client or proxychains, configuring it, and connecting to a victim with supplied credentials or an existing SOCKS tunnel.[0]
- Discovery and enumeration: The agent scanned internal subnets for hosts using Nmap or NetExec and enumerated the domain to report which privileges a supplied user held, using NetExec's BloodHound collector. Attacks with the Linux version used a Python script (esxi_finder.py) to scan for VMware ESXi hypervisors and vCenter servers.[0]
- Privilege escalation / credential attacks: The agent attempted NTLM relay attacks by coercing authentication with PetitPotam, Coerce Plus, and PrinterBug, relaying via Impacket ntlmrelayx, and ran certificate attacks with Certipy. A full Active Directory Certificate Services (AD CS) exploitation plan was written in Russian via Cursor.[0]
- Lateral movement: Lateral movement occurred via SMB, LDAP, WinRM, RDP, and RPC, obtaining access to high-privilege administrator accounts.[0]
- Defense evasion: Attackers abused administrator accounts to evade detection by clearing logs and disabling Microsoft Defender.[0]
- Exfiltration and impact: Sensitive data was harvested and exfiltrated before the encryptor was deployed. The Windows variant inhibits recovery by deleting volume shadow copies and disabling System Restore via the Registry; the Linux/ESXi variant forcefully kills every virtual machine on the host prior to encryption.[0]
Disclosure timeline
| Date | Event |
|---|---|
| April–July 2026 | Period of Aurora activity leaked via exposed open directory, active against more than 20 organizations across nine countries per CloudSEK.[0] |
| April 8 – May 21, 2026 | Gambit Security observed the Aurora operator using Cursor Agent (Claude Sonnet) for hands-on exploitation against 10 targets.[0] |
| Late May 2026 | Details about Aurora first emerged, with CYFIRMA highlighting attacks primarily targeting Windows systems.[0] |
| August 27, 2026 | Reuters reported Russian-speaking cybercriminals used SpaceX's Cursor AI tool to hack companies including Christeyns, Teckentrup, Helideck Certification Agency, and Bayou Title.[0] |
| August 31, 2026 | The Hacker News published coverage aggregating the CloudSEK and Gambit Security findings.[0] |
Actor profile
Aurora (aka Aur0ra) ransomware
A Russian-speaking cybercrime group operating a ransomware-as-a-service model with affiliates. The operation excludes CIS ranges and CIS-country domains without exception. It maintains a data leak site, uses Windows and Linux/ESXi encryptors built from a single Zig codebase, and splits ransom proceeds between affiliates (54%–79%) and administrators on a per-victim basis depending on ransom amount and victim revenue. The operator heavily used the Cursor AI agent to plan and execute intrusion phases.[0]
How it works
Both Aurora encryptor binaries — the Windows sap.exe and the Linux/ESXi encrypt.out — are static builds compiled from a single Zig codebase targeting different platforms rather than written separately; the Windows binary even carries the Linux build's usage examples inside it as a leftover from the shared source tree.[0]
The Windows variant inhibits system recovery by deleting volume shadow copies and disabling System Restore directly via the Registry, while the Linux/ESXi variant attempts to forcefully kill every virtual machine on the host before beginning encryption.[0]
Indicators of Compromise
| Type | Indicator | Context |
|---|---|---|
| file-path | sap.exe | Windows Aurora encryptor binary, a static build from the shared Zig codebase.[0] |
| file-path | encrypt.out | Linux/ESXi Aurora encryptor binary, a static build from the shared Zig codebase.[0] |
| file-path | esxi_finder.py | Python script used in Linux-version attacks to scan for VMware ESXi hypervisors and vCenter servers inside a victim network.[0] |
Key takeaways
- Aurora represents an escalating trend of financially motivated actors offloading intrusion planning and hands-on exploitation to commercial agentic AI tools such as Cursor running Claude Sonnet, despite provider guardrails.[0]
- AI-assisted exploitation was not flawless — the majority of agent-issued commands failed on the first attempt, requiring multiple refinements — indicating AI lowers the skill barrier but does not guarantee reliable success.[0]
- The operators' consistent exclusion of CIS ranges and CIS-country domains and Russian-language planning reinforces attribution to a Russian-speaking cybercrime group.[0]
Defensive actions
- Monitor for and alert on log clearing and Microsoft Defender being disabled on high-privilege accounts.: Aurora operators abused high-privilege administrator accounts to evade detection by clearing logs and disabling Defender before exfiltration and encryption.[0]
- Harden Active Directory Certificate Services and monitor for NTLM relay/coercion tooling (PetitPotam, Coerce Plus, PrinterBug, Impacket ntlmrelayx, Certipy).: The Cursor agent was tasked with AD CS exploitation and NTLM relay/certificate attacks to escalate privileges.[0]
- Train staff against IT help desk impersonation and email bombing social engineering, and restrict unauthorized remote-access utilities such as Xray-core.: Initial access in one documented case relied on email bombing plus help desk impersonation phone calls that led to Xray-core-based remote access.[0]
- Protect ESXi/vCenter hosts and back up virtual machines offline.: The Linux/ESXi variant forcefully kills all virtual machines before encrypting, and attackers actively scanned for ESXi and vCenter targets.[0]