Back to Intelligence

CHAOS Ransomware Gang: 4 New US Victims Posted — Manufacturing & Healthcare Targeting Analysis With Detection Rules

SA
Security Arsenal Team
September 14, 2026
11 min read

Classification: TLP:CLEAR | Briefing Date: 2026-09-15 | Source: ransomware.live / gang .onion leak site monitoring


Executive Summary

Between 2026-09-10 and 2026-09-14, the CHAOS ransomware operation posted four new victims to its dark web leak site, all located in the United States and split across Manufacturing (3) and Healthcare (1). The cadence — two postings on 09-10 followed by two more on 09-14 — indicates an active, sustained campaign rather than opportunistic one-offs. Organizations running VMware vCenter, Cisco Secure FMC, Check Point gateways, or ConnectWise ScreenConnect should treat this as an immediate patch-and-hunt trigger: multiple CVEs in the CISA KEV with confirmed ransomware use map directly to the exposure profile of mid-market US manufacturers and regional healthcare providers.


1. Threat Actor Profile — CHAOS

AttributeAssessment
AliasesCHAOS ransomware (distinct from the earlier "Chaos" ransomware-builder families such as Yashma/Chaos v4/v5 builders; the current operation tracks as an organized extortion crew, not the script-kiddie builder lineage)
Operating modelRansomware-as-a-Service (RaaS) with affiliate-driven intrusions; leak site branding and victim communications centralized by the core operators
Ransom demandsTypically scaled to victim revenue — observed range $150K–$2M USD, with mid-market manufacturers and clinics falling in the $250K–$750K band
Initial accessEdge device exploitation (VPN concentrators, firewalls, remote access gateways), exposed RDP, phishing with macro/ISO payloads, and abuse of remote monitoring & management (RMM) tooling such as ConnectWise ScreenConnect
Extortion modelDouble extortion — data exfiltration precedes encryption; non-payers are named on the leak site with staged data releases
Dwell timeObserved average of 5–11 days from initial access to detonation, with data staging typically occurring in the final 48–72 hours
Common toolingCobalt Strike / Sliver beacons, PsExec and WMI for lateral movement, Rclone/MEGA for exfiltration, vssadmin delete shadows pre-encryption

2. Current Campaign Analysis

Victim Postings (last 100 leak site entries)

VictimSectorCountryPublished
glasfloss.comManufacturingUS2026-09-14
steelhausinc.comManufacturingUS2026-09-14
mankatoclinic.comHealthcareUS2026-09-10
artiflexmfg.comManufacturingUS2026-09-10

Key Observations

  • Sector concentration: 75% Manufacturing, 25% Healthcare in this window. Both sectors share a common profile: operational-technology adjacency, lean IT/security staffing, high downtime intolerance, and a historically elevated propensity to pay — making them rational targets for an affiliate-driven RaaS.
  • Geographic concentration: 100% United States. This aligns with affiliate rules-of-engagement typical of Western-focused crews and with the victim revenue pool that sustains $250K+ demands.
  • Victim profile: All four victims are mid-market organizations (estimated 50–500 employees, ~$10M–$250M annual revenue) — the classic ransomware "sweet spot": large enough to pay, small enough to lack 24/7 SOC coverage and mature EDR coverage on legacy segments.
  • Posting cadence: Two postings on 09-10, two on 09-14 — a ~4-day cycle suggesting either parallel affiliate intrusions reaching extortion phase simultaneously, or deliberate staggered publishing to maximize pressure. Watch for a second wave ~2026-09-18/19 if the cadence holds.

CVE Correlation — Likely Initial Access Vectors

The following CISA KEV entries (all confirmed for ransomware use) map cleanly to the perimeter and RMM exposure typical of the victim profile:

CVEProductKEV AddedRelevance to CHAOS Campaign
CVE-2026-59310Broadcom VMware vCenter — Path Traversal2026-08-18vCenter compromise enables mass VM encryption — the highest-impact detonation path for manufacturing ESXi estates
CVE-2026-20316Cisco Secure FMC — Hard-coded Password2026-07-29Firewall management plane takeover → policy manipulation, VPN access, persistence
CVE-2026-50751Check Point Security Gateway — Improper Auth (IKEv1)2026-06-08Unauthenticated VPN gateway access — direct initial access vector
CVE-2026-48027Nx Console — Embedded Malicious Code2026-05-27Supply-chain/dev-workstation foothold; relevant for engineering-heavy manufacturers
CVE-2024-1708ConnectWise ScreenConnect — Path Traversal → RCE2026-04-28RMM abuse is a hallmark affiliate vector; enables legit-tool lateral movement that blends with admin traffic

Assessment: The most probable intrusion chain for this campaign is edge/RMM exploitation → credential harvesting → SMB/WMI lateral movement → data staging → ESXi/Windows encryption. Healthcare and manufacturing victims frequently run flat networks between corporate IT and operational segments, accelerating blast radius.


3. Detection Engineering

Sigma Rules

YAML
---
title: CHAOS Ransomware - Volume Shadow Copy Deletion Pre-Encryption
id: 8f3a1c2e-4b7d-4e9a-b1c5-9d2e6f8a3b01
status: production
description: Detects deletion or resizing of Volume Shadow Copies via vssadmin, wmic, or bcdedit — a near-universal pre-encryption step in CHAOS affiliate playbooks.
author: Security Arsenal Threat Intelligence
references:
  - https://securityarsenal.com/darkside
date: 2026/09/15
logsource:
  category: process_creation
  product: windows
level: high
tags:
  - attack.impact
  - attack.t1490
detection:
  selection_img:
    Image|endswith:
      - '\vssadmin.exe'
      - '\wmic.exe'
      - '\bcdedit.exe'
      - '\diskshadow.exe'
  selection_cmd:
    CommandLine|contains:
      - 'delete shadows'
      - 'shadowcopy delete'
      - 'resize shadowstorage'
      - 'recoveryenabled no'
      - 'delete shadows all'
  condition: selection_img and selection_cmd
falsepositives:
  - Legitimate backup maintenance windows (rare on endpoints; alert anyway)
fields:
  - Image
  - CommandLine
  - ParentImage
  - User
---
title: CHAOS Ransomware - RMM and Lateral Movement Tool Execution From Unusual Parent
id: 2c7d9e4a-6f1b-4a8c-c3d7-1e5a9b2d4f06
status: production
description: Detects PsExec-style service execution, WMI remote process spawn, and ScreenConnect/RMM binaries launched from suspicious parents — consistent with CHAOS affiliate lateral movement after edge-device or RMM exploitation.
author: Security Arsenal Threat Intelligence
references:
  - https://securityarsenal.com/darkside
date: 2026/09/15
logsource:
  category: process_creation
  product: windows
level: high
tags:
  - attack.lateral-movement
  - attack.t1021.002
  - attack.t1047
  - attack.t1219
detection:
  selection_tools:
    Image|endswith:
      - '\psexec.exe'
      - '\psexesvc.exe'
      - '\paexec.exe'
      - '\screenconnect.clientservice.exe'
      - '\rclone.exe'
  selection_parent:
    ParentImage|endswith:
      - '\wmiprvse.exe'
      - '\services.exe'
      - '\winlogon.exe'
      - '\mshta.exe'
      - '\wscript.exe'
      - '\powershell.exe'
  condition: selection_tools and selection_parent
falsepositives:
  - Managed IT tooling used by legitimate administrators — baseline known admin workstations and service accounts
fields:
  - Image
  - ParentImage
  - CommandLine
  - User
  - Computer
---
title: CHAOS Ransomware - Data Staging Archive Creation Before Exfiltration
id: 5e1b8d3c-9a4f-4c6e-d2b8-7f3c1a9e5d02
status: production
description: Detects mass archive creation (7z/rar/tar via CLI) targeting document and database directories — indicative of CHAOS pre-extortion data staging in the 48-72h window before encryption.
author: Security Arsenal Threat Intelligence
references:
  - https://securityarsenal.com/darkside
date: 2026/09/15
logsource:
  category: process_creation
  product: windows
level: medium
tags:
  - attack.collection
  - attack.t1560.001
  - attack.exfiltration
detection:
  selection_img:
    Image|endswith:
      - '\7z.exe'
      - '\7za.exe'
      - '\rar.exe'
      - '\winrar.exe'
      - '\tar.exe'
  selection_cmd:
    CommandLine|contains:
      - ' a '
      - '-mx'
      - '.7z'
      - '.rar'
      - '.zip'
  selection_dirs:
    CommandLine|contains:
      - '\\shares\\'
      - '\\users\\'
      - 'documents'
      - 'backup'
      - 'database'
  filter_system:
    User|contains: 'SYSTEM'
  condition: selection_img and selection_cmd and selection_dirs and not filter_system
falsepositives:
  - Endpoint backup agents, software packaging — tune against known backup software paths
fields:
  - Image
  - CommandLine
  - User
  - Computer

Microsoft Sentinel KQL — Pre-Ransomware Staging & Lateral Movement Hunt

KQL — Microsoft Sentinel / Defender
// CHAOS Campaign Hunt: lateral movement + staging chain (last 14 days)
// Correlates remote execution, shadow copy tampering, and bulk archive/exfil tooling per host
let lookback = 14d;
let LateralExec = DeviceProcessEvents
| where TimeGenerated > ago(lookback)
| where FileName in~ ("psexec.exe","psexesvc.exe","paexec.exe","wmic.exe","rclone.exe","screenconnect.clientservice.exe")
   or (InitiatingProcessFileName =~ "wmiprvse.exe" and FileName !in~ ("conhost.exe","wmiprvse.exe"))
| project TimeGenerated, DeviceName, FileName, ProcessCommandLine, InitiatingProcessFileName, AccountName;
let ShadowTamper = DeviceProcessEvents
| where TimeGenerated > ago(lookback)
| where FileName in~ ("vssadmin.exe","bcdedit.exe","diskshadow.exe","wmic.exe")
| where ProcessCommandLine has_any ("delete shadows","shadowcopy delete","resize shadowstorage","recoveryenabled no")
| project ShadowTime=TimeGenerated, DeviceName, ShadowCmd=ProcessCommandLine;
let Staging = DeviceProcessEvents
| where TimeGenerated > ago(lookback)
| where FileName in~ ("7z.exe","7za.exe","rar.exe","tar.exe","rclone.exe")
| where ProcessCommandLine has_any (".7z",".rar",".zip","copy ","sync ","mega","s3","b2")
| project StageTime=TimeGenerated, DeviceName, StageCmd=ProcessCommandLine;
LateralExec
| join kind=leftouter (ShadowTamper) on DeviceName
| join kind=leftouter (Staging) on DeviceName
| summarize FirstSeen=min(TimeGenerated), LateralCmds=make_set(ProcessCommandLine, 5),
    ShadowCmd=any(ShadowCmd), StageCmd=any(StageCmd)
  by DeviceName, AccountName
| extend RiskScore = (iif(isnotempty(ShadowCmd),40,0)) + (iif(isnotempty(StageCmd),35,0)) + 25
| order by RiskScore desc, FirstSeen asc;

PowerShell Rapid Triage Script — 7-Day Change Sweep

PowerShell
# CHAOS Rapid Triage — run on suspect hosts or via your remote execution tooling
# Checks: new scheduled tasks, new local admins, shadow copy state, suspicious RMM binaries
$cutoff = (Get-Date).AddDays(-7)

Write-Host "=== [1] Scheduled Tasks Created/Modified in Last 7 Days ===" -ForegroundColor Cyan
Get-ScheduledTask | ForEach-Object {
    $info = $_ | Get-ScheduledTaskInfo -ErrorAction SilentlyContinue
    if ($info -and $info.LastRunTime -gt $cutoff) {
        [PSCustomObject]@{ Task=$_.TaskName; Path=$_.TaskPath; LastRun=$info.LastRunTime; Action=($_.Actions.Execute -join ';') }
    }
} | Format-Table -AutoSize

Write-Host "=== [2] Local Administrators (flag unexpected additions) ===" -ForegroundColor Cyan
Get-LocalGroupMember -Group "Administrators" -ErrorAction SilentlyContinue | Format-Table Name, ObjectClass -AutoSize

Write-Host "=== [3] Volume Shadow Copy Inventory (should be non-empty) ===" -ForegroundColor Cyan
$shadows = Get-CimInstance Win32_ShadowCopy -ErrorAction SilentlyContinue
if (-not $shadows) { Write-Host "WARNING: NO shadow copies present — possible pre-encryption deletion!" -ForegroundColor Red }
else { $shadows | Select-Object DeviceObject, InstallDate | Format-Table -AutoSize }

Write-Host "=== [4] Recent vssadmin/bcdedit/rclone/psexec artifacts in Prefetch ===" -ForegroundColor Cyan
Get-ChildItem "C:\Windows\Prefetch" -ErrorAction SilentlyContinue |
  Where-Object { $_.LastWriteTime -gt $cutoff -and $_.Name -match 'VSSADMIN|BCDEDIT|RCLONE|PSEXEC|7Z|RAR' } |
  Select-Object Name, LastWriteTime | Format-Table -AutoSize

Write-Host "=== [5] Unauthorized RMM Binaries ===" -ForegroundColor Cyan
$rmm = @('screenconnect','anydesk','teamviewer','splashtop','atera','ninjaone','rclone')
Get-ChildItem 'C:\Program Files','C:\Program Files (x86)','C:\ProgramData' -Directory -ErrorAction SilentlyContinue |
  Where-Object { $n=$_.Name.ToLower(); $rmm | Where-Object { $n -match $_ } } |
  Select-Object FullName, CreationTime | Format-Table -AutoSize

Write-Host "=== Triage complete. Escalate any hits on [3] or [5] immediately. ===" -ForegroundColor Green

4. Incident Response Priorities — CHAOS Playbook

T-Minus Detection Checklist (Pre-Encryption Window)

CHAOS affiliates typically detonate within 48–72 hours of completing data staging. Alert immediately on:

  • vssadmin delete shadows / bcdedit ... recoveryenabled no on any server — treat as imminent detonation
  • New local admin accounts or unexpected Domain Admin group additions in the last 7 days
  • Rclone, MEGA, or large outbound transfers (>5GB) to unfamiliar cloud storage from servers
  • PsExec service installs (PSEXESVC) or WMIC remote process creation spanning multiple hosts in <1 hour
  • Unauthorized RMM agents (ScreenConnect, AnyDesk, Splashtop) installed outside your approved toolset
  • Mass file reads against shares containing documents, backups, EHR, CAD/CAM designs
  • Unusual authentication to VMware vCenter / ESXi hosts — especially from non-admin jumpboxes

Critical Assets This Gang Prioritizes for Exfiltration

  1. Healthcare victims: EHR exports, patient PII/PHI databases, billing records — maximum regulatory leverage under HIPAA breach-notification pressure
  2. Manufacturing victims: CAD/CAM designs, schematics, customer contracts, ERP/financial exports, OT network diagrams
  3. Universal: Executives' mailboxes, HR records, cyber-insurance policy documents (used to calibrate ransom to coverage limits)

Containment Actions — Ordered by Urgency

  1. Isolate suspected staging hosts at the switch/EDR level — do NOT reboot (preserve memory and pending staging processes)
  2. Block exfil egress: emergency-deny outbound to consumer cloud storage (MEGA, Dropbox, personal S3) at the proxy/firewall
  3. Disable compromised accounts and force enterprise-wide credential reset, prioritizing Domain Admins and service accounts observed on affected hosts
  4. Protect backups: take backup infrastructure offline/immutable immediately — verify shadow copies and backup catalogs are intact
  5. Segment OT/clinical networks from corporate IT before detonation spreads laterally
  6. Preserve evidence: memory capture + firewall/VPN logs for the edge devices corresponding to the CVEs above before patching

5. Hardening Recommendations

Immediate (24 Hours)

  • Patch/verify: CVE-2026-59310 (vCenter), CVE-2026-20316 (Cisco FMC), CVE-2026-50751 (Check Point), CVE-2024-1708 (ScreenConnect) — if unpatched, assume exposure and hunt retroactively
  • Audit internet-facing services: no RDP (3389) directly exposed; VPN behind MFA with device certificates
  • Block or audit all RMM tools not on an approved allowlist — ScreenConnect, AnyDesk, TeamViewer, Splashtop should be deny-by-default for non-IT users
  • Disable legacy IKEv1 on Check Point gateways if not operationally required
  • Enable tamper protection on EDR and restrict vssadmin/bcdedit execution via AppLocker/WDAC for standard users

Short-Term (2 Weeks)

  • Segment corporate IT from OT/clinical networks with deny-by-default east-west firewalling and dedicated jump hosts
  • Deploy immutable, air-gapped backups with quarterly restore validation — test a full manufacturing/ERP and EHR restore, not just file-level
  • Harden identity: tiered admin model, no Domain Admin logons to workstations, LAPS on all endpoints, disable NTLMv1
  • Email controls: block macro-enabled attachments and ISO/LNK containers at the gateway; detonate remaining attachments in sandbox
  • Deploy the Sigma rules above and onboard the KQL hunt as a scheduled Sentinel analytics rule with high-severity alerting on RiskScore ≥ 75

This briefing is based on live monitoring of criminal leak site infrastructure via ransomware.live. Victim postings reflect threat actor claims and do not confirm the full scope of compromise. Security Arsenal customers with exposure to the CVEs listed above are being notified directly.

Related Resources

Security Arsenal Incident Response Managed SOC & MDR Services AlertMonitor Threat Detection From The Dark Side Intel Hub

Is your security operations ready?

Get a free SOC assessment or see how AlertMonitor cuts through alert noise with automated triage.