Overview
Spirals is a Rust-based ransomware family first documented in a July 16, 2026 BleepingComputer report on independent threat-hunting findings. It was used in a double-extortion attack against an IT services company in South Asia in June 2026. The operator went from initial compromise of an internet-facing IIS web server to full network encryption in under 24 hours, with no exploit chain and no zero-day involved.
The intrusion is notable less for the ransomware binary itself and more for the operational tempo behind it. In a single concentrated hands-on-keyboard session, the operator established multiple redundant covert access channels, escalated privileges, dumped credential material, disabled security tooling, moved laterally to more than a dozen systems, and pushed the encryptor network-wide, all inside one calendar day. Cyber Security News reports that the rapid, sequential nature of the deployment suggests the target list was assembled in advance rather than discovered through manual exploration.
Spirals has so far been confirmed against a single victim network. Help Net Security's coverage of the underlying research notes that investigators still assessed the operators as skilled enough to run broader campaigns, despite the limited confirmed footprint. The threat actor behind Spirals has not been publicly attributed to a known group.
Spirals is a full-featured encryptor: it disables endpoint defenses, harvests credentials, moves laterally using native Windows administration tools, and encrypts using a modern per-file key scheme wrapped in an attacker-controlled asymmetric key. It does not itself perform data exfiltration in a documented, named mechanism; the double-extortion threat rests on data theft claimed in the ransom note and negotiation portal rather than on a mechanism current public reporting details in full.
File-level indicators for this intrusion, including the ransomware payload, the tunneling tools, and the credential-access utility, have been shared through community threat-intelligence channels including AlienVault OTX. VirusTotal is the recommended place to check current multi-engine detection coverage and file relationships for the hashes listed in the IOC section below, since detection ratios for a single-incident sample change over time as vendors update signatures.
Verification note: the specific IIS vulnerability, plugin flaw, or credential weakness used for initial access has not been publicly disclosed in current reporting. Treat the initial-access vector as "compromised internet-facing IIS server" rather than a named CVE until further detail is published. The exact exfiltration mechanism used to stage the claimed data theft is likewise undocumented in public reporting as of this writing.
90-second summary
- How it got in: an internet-facing IIS web server was compromised and an ASP.NET web shell uploaded; the specific vulnerability is not publicly named.
- How fast: breach to full network encryption in under 24 hours, with a concentrated three-hour hands-on-keyboard session driving most of the damage on night one.
- What it used: four tunneling/remote-access tools within about 10 minutes (tunn.exe, revsocks, Chisel disguised as chrome.exe, and a Cloudflare Tunnel client), a UAC bypass, RDP enablement, SAM and LSASS credential dumps, a token-impersonation tool (tokens.exe), and WMI plus PsExec for lateral movement.
- What it hit before encrypting: Windows Defender disabled and roughly 20-23 backup, database, and virtualization services stopped (Veeam, VMware, Hyper-V, SQL Server, Oracle, PostgreSQL, Exchange, and others), specifically to disable recovery options.
- The encryptor: runs as bitsadmin.exe, staged in multiple locations including SYSVOL and a domain-controller share for domain-wide reach; uses AES-128 per file wrapped with an attacker-controlled ECDH P-256 key, and files over 5MB are encrypted in chunks.
- The extortion: ransom note C:\RECOVERY_SECTION.log, Tor negotiation portal, 6-day deadline before threatened data publication.