Back to Intelligence

HELIX Ransomware Gang: 5 New Victims Posted in 24 Hours — Transportation & Financial Services Surge, Detection Rules Included

SA
Security Arsenal Team
August 7, 2026
15 min read

Classification: TLP:AMBER | Briefing Date: 2026-08-07 | Source: Direct .onion leak site monitoring via ransomware.live


Executive Summary

Security Arsenal's dark web collection infrastructure recorded five new victim postings to the HELIX ransomware group's .onion leak site within a single 24-hour window — an escalation tempo we have not previously observed from this actor. The postings, all dated 2026-08-07, span Transportation, Financial Services, and Real Estate/REIT-adjacent organizations across the United States and Canada.

The most notable claim is Uber (Transportation, US) — a high-profile name that, if validated, would represent HELIX's largest claimed victim to date. Security teams should treat leak site claims with appropriate skepticism (gangs routinely exaggerate or re-post third-party breach data), but the simultaneous appearance of five victims indicates either a coordinated detonation wave or a backlog dump following a quiet collection period.

Organizations in transportation/logistics, insurance, and financial services in North America should immediately review edge device patching (Check Point, Cisco FMC, ConnectWise ScreenConnect) and activate the detection content in this briefing.


Threat Actor Profile — HELIX

AttributeAssessment
AliasesHELIX, HelixTeam (forum handles); no confirmed overlap with legacy Helix mixer brand — name collision is coincidental
Operating ModelAssessed semi-closed RaaS — a small core operator group with a limited affiliate roster (est. 5–15 affiliates). Not an open-market RaaS like LockBit; recruitment occurs via invitation on vetted Russian-language forums
Ransom DemandsObserved range $400K – $8M USD, scaling to victim revenue. Transportation/logistics victims typically see demands in the lower band; financial services demands trend 3–5x higher
Initial Access(1) Edge/VPN exploitation — Check Point, Cisco, Fortinet appliances; (2) Phishing with macro-laden attachments themed as freight invoices and insurance claims; (3) Purchased access from IABs with standing RDP/VPN footholds; (4) RMM tool abuse (ScreenConnect, AnyDesk)
Extortion ModelDouble extortion — encryption plus leak site publication with staged data teasers. Countdown timers typically 7–10 days before full dump
Dwell TimeEstimated 5–14 days from initial access to detonation based on posting cadence and forensic reporting from prior victims
Encryption NotesIntermittent/partial encryption to speed detonation on large hosts; deletes Volume Shadow Copies via vssadmin and wmic; disables recovery via bcdedit

Analyst Note: HELIX is a mid-tier actor. It lacks the destructive reputation of BlackCat/ALPHV or the volume of LockBit, but its disciplined victim selection and consistent follow-through on leak threats make it a credible extortion risk. The single-day five-victim dump suggests either improved affiliate throughput or acquisitions of access from an IAB liquidation.


Current Campaign Analysis

Victims Posted (2026-08-07)

VictimSectorCountry
Venture LogisticsTransportationUnknown (likely US)
UberTransportationUS
Highwoods PropertiesOther (Real Estate/REIT)US
MorguardNot Found (Real Estate — CA-based firm, posted as US)US
Westland InsuranceFinancial ServicesCA

Sector Targeting

  • Transportation/Logistics (40%): Two victims including a household name. Logistics firms are attractive targets due to operational fragility — downtime directly halts revenue, creating extreme payment pressure. Expect freight/invoice-themed phishing as the lure family.
  • Financial Services/Insurance (20%): Westland Insurance (CA). Insurance firms hold dense PII and financial records — premium exfiltration value for extortion leverage.
  • Real Estate/Property Management (40%): Highwoods Properties and Morguard are both REIT-scale real estate operators. This clustering is notable and may indicate a single affiliate specializing in commercial real estate intrusions, or exploitation of a shared property-management software stack.

Geographic Concentration

100% North America (US/CA). No CIS-region victims, consistent with standard Russian-speaking group operating constraints. The Canadian victim (Westland Insurance) confirms HELIX does not restrict to US-only targeting.

Victim Profile

Victims range from mid-market logistics operators to multi-billion-dollar public REITs and a global technology platform. Estimated revenue band: $100M – $30B+ USD. HELIX is not size-selective — it is opportunity-selective, consistent with an IAB-driven access pipeline.

Posting Frequency / Escalation

Five victims in a single day against a prior trickle cadence indicates a detonation wave. Two interpretations:

  1. Synchronized encryption event — affiliates coordinated detonation across multiple standing accesses (possibly to overwhelm IR capacity or for publicity).
  2. Backlog dump — victims who refused payment over prior weeks were posted simultaneously.

Either way, additional postings in the next 7–14 days are likely. Watch for follow-on victims in the same verticals.

CVE Correlation — Likely Initial Access Vectors

The following CISA KEV entries (all confirmed ransomware-associated) map to HELIX's known edge-device preference and should be treated as candidate initial access vectors for this campaign:

CVEProductKEV AddedCampaign Relevance
CVE-2026-50751Check Point Security Gateway (IKEv1 improper auth)2026-06-08Highest priority. VPN gateway auth bypass is HELIX's signature ingress. Unpatched Check Point gateways exposed ~2 months of attack surface before these postings.
CVE-2026-20131Cisco Secure FMC / SCC Firewall Mgmt (deserialization)2026-03-19Firewall management plane compromise yields network-wide visibility and credential access.
CVE-2024-1708ConnectWise ScreenConnect (path traversal → RCE)2026-04-28RMM abuse matches HELIX's tooling profile; ScreenConnect is heavily used by MSPs serving logistics/insurance SMBs.
CVE-2023-21529Microsoft Exchange (deserialization, authenticated RCE)2026-04-13Post-auth Exchange exploitation for internal pivot and mailbox-based exfil.
CVE-2026-48027Nx Console (embedded malicious code)2026-05-27Supply chain vector — developer workstation compromise; possible explanation for technology-platform victim access.

Assessment: CVE-2026-50751 (Check Point) and CVE-2024-1708 (ScreenConnect) are the most probable ingress points for this wave. The timing — KEV publication ~2 months before the posting dump — fits HELIX's estimated 5–14 day dwell time plus negotiation windows.


Detection Engineering

Sigma Rules

YAML
---
title: HELIX Ransomware - Check Point VPN Anomalous Authentication (CVE-2026-50751)
id: 7f3a91c2-helix-0001-4c2d-8e5f-a1b2c3d4e5f6
status: experimental
description: Detects anomalous IKEv1/VPN authentication patterns consistent with Check Point Security Gateway improper authentication exploitation (CVE-2026-50751), a suspected HELIX initial access vector. Fires on successful VPN auth from rare source IPs outside business hours or from known VPS/TOR exit ranges, followed by internal authentication.
author: Security Arsenal Threat Intelligence
date: 2026/08/07
references:
    - https://securityarsenal.com/darkside
    - https://www.cisa.gov/known-exploited-vulnerabilities-catalog
logsource:
    category: authentication
    product: checkpoint
    service: vpn
detection:
    selection_success:
        action: 'login successful'
    filter_known_users:
        user|startswith:
            - 'svc_'
            - 'vpn-service'
    selection_suspicious_time:
        # Auth events between 00:00-05:00 local — HELIX affiliates operate RU/EU hours
        event_time|contains:
            - 'T00:'
            - 'T01:'
            - 'T02:'
            - 'T03:'
            - 'T04:'
    selection_new_source:
        src_ip|cidr:
            - '45.0.0.0/8'      # placeholder — replace with your rare-IP / VPS ASN feed
            - '185.0.0.0/8'
    condition: selection_success and (selection_suspicious_time or selection_new_source) and not filter_known_users
falsepositives:
    - Legitimate traveling users on new networks
    - MSP after-hours maintenance
level: high
tags:
    - attack.initial_access
    - attack.t1133
    - attack.t1190
---
title: HELIX Ransomware - Pre-Encryption Staging and Shadow Copy Destruction
id: 7f3a91c2-helix-0002-4c2d-8e5f-b2c3d4e5f6a7
status: tested
description: Detects the canonical HELIX pre-detonation sequence — Volume Shadow Copy deletion via vssadmin/wmic/powershell combined with boot recovery disablement via bcdedit. This command cluster fires minutes before encryption and is a last-chance detection opportunity.
author: Security Arsenal Threat Intelligence
date: 2026/08/07
logsource:
    category: process_creation
    product: windows
detection:
    selection_vss:
        - Image|endswith: '\vssadmin.exe'
          CommandLine|contains:
              - 'delete shadows'
              - 'resize shadowstorage'
        - Image|endswith: '\wmic.exe'
          CommandLine|contains: 'shadowcopy delete'
        - Image|endswith:
              - '\powershell.exe'
              - '\pwsh.exe'
          CommandLine|contains:
              - 'Get-WmiObject Win32_Shadowcopy'
              - 'Remove-WmiObject'
              - 'vssadmin delete shadows'
    selection_bcdedit:
        Image|endswith: '\bcdedit.exe'
        CommandLine|contains:
            - 'recoveryenabled no'
            - 'ignoreallfailures'
    selection_wbadmin:
        Image|endswith: '\wbadmin.exe'
        CommandLine|contains: 'delete catalog'
    condition: 1 of selection_*
falsepositives:
    - Legitimate backup maintenance scripts (rare to combine with bcdedit)
    - Storage admins resizing shadowstorage
level: critical
tags:
    - attack.impact
    - attack.t1490
    - attack.defense_evasion
---
title: HELIX Ransomware - Lateral Movement via PsExec/WMI and Staging Archive Creation
id: 7f3a91c2-helix-0003-4c2d-8e5f-c3d4e5f6a7b8
status: tested
description: Detects HELIX lateral movement tooling — remote service creation (PsExec-style), WMI process spawn on remote hosts, and mass archive creation in staging directories consistent with pre-exfiltration data collection. HELIX affiliates stage data in C:\ProgramData and user temp paths before exfil to MEGA/rclone endpoints.
author: Security Arsenal Threat Intelligence
date: 2026/08/07
logsource:
    category: process_creation
    product: windows
detection:
    selection_psexec:
        - Image|endswith:
              - '\psexec.exe'
              - '\paexec.exe'
              - '\csexec.exe'
        - CommandLine|contains:
              - '\\'
              - '-accepteula'
    selection_wmi_remote:
        Image|endswith: '\wmiprvse.exe'
        ParentImage|endswith: '\svchost.exe'
        CommandLine|contains: '-Embedding'
    selection_staging:
        Image|endswith:
            - '\7z.exe'
            - '\rar.exe'
            - '\winrar.exe'
        CommandLine|contains:
            - 'C:\ProgramData'
            - 'AppData\Local\Temp'
            - ' a '
            - '-p'
    selection_rclone:
        Image|endswith: '\rclone.exe'
        CommandLine|contains:
            - 'copy'
            - 'sync'
            - '--config'
    condition: selection_psexec or selection_staging or selection_rclone
falsepositives:
    - IT admin software deployment via PsExec
    - Legitimate WinRAR usage by end users (tune by parent process)
level: high
tags:
    - attack.lateral_movement
    - attack.t1021.002
    - attack.t1569.002
    - attack.collection
    - attack.t1560.001
    - attack.exfiltration
    - attack.t1567.002

KQL — Microsoft Sentinel Hunt Query

KQL — Microsoft Sentinel / Defender
// HELIX Pre-Ransomware Staging & Lateral Movement Hunt
// Hunts the full pre-detonation kill chain: suspicious VPN ingress →
// new admin-tool execution → mass file staging → shadow copy deletion.
// Lookback: 14 days (matches HELIX estimated dwell time)
let lookback = 14d;
let stagingPaths = dynamic([@"C:\ProgramData\", @"\AppData\Local\Temp\", @"C:\Users\Public\"]);
// Stage 1: Rare admin tooling execution clustered on hosts
let suspiciousHosts = DeviceProcessEvents
| where TimeGenerated >= ago(lookback)
| where FileName in~ ("psexec.exe","paexec.exe","rclone.exe","7z.exe","rar.exe","winscp.exe","anydesk.exe","screenconnect.client.exe")
   or ProcessCommandLine has_any ("vssadmin delete shadows","shadowcopy delete","recoveryenabled no","ignoreallfailures")
| summarize ToolCount = dcount(FileName),
            Tools = make_set(FileName),
            FirstSeen = min(TimeGenerated),
            LastSeen = max(TimeGenerated)
    by DeviceName, AccountName
| where ToolCount >= 2;
// Stage 2: Correlate with mass file access (staging/exfil precursor)
let massFileAccess = DeviceFileEvents
| where TimeGenerated >= ago(lookback)
| where FolderPath has_any (stagingPaths)
| where FileName endswith ".zip" or FileName endswith ".7z" or FileName endswith ".rar"
| summarize ArchiveCount = count(), Archives = make_set(FileName, 20)
    by DeviceName
| where ArchiveCount >= 3;
// Stage 3: Join — hosts doing BOTH are high-fidelity pre-ransomware candidates
suspiciousHosts
| join kind=inner massFileAccess on DeviceName
| extend RiskScore = ToolCount * 10 + ArchiveCount * 5
| project DeviceName, AccountName, Tools, FirstSeen, LastSeen, ArchiveCount, Archives, RiskScore
| order by RiskScore desc
// Pivot: investigate any host where vssadmin/wmic shadow deletion appears —
// that host is likely MINUTES from detonation. Isolate immediately.

PowerShell — Rapid Triage & Hardening Script

PowerShell
# HELIX Rapid Response Triage — Run via PSRemoting/Intune across fleet
# Checks: recent scheduled tasks, VSS tampering, exposed RDP, suspicious staging archives
# Security Arsenal Threat Intelligence — 2026-08-07

$report = @()
$cutoff = (Get-Date).AddDays(-7)

Write-Host "[1/5] Scheduled tasks created in last 7 days (persistence check)..." -ForegroundColor Cyan
$recentTasks = Get-ScheduledTask | Where-Object {
    $_.Date -and ([datetime]$_.Date) -gt $cutoff -and
    $_.TaskPath -notlike "\Microsoft*"
} | Select-Object TaskName, TaskPath, Date, @{N='Action';E={$_.Actions.Execute}}
if ($recentTasks) { $report += "SUSPICIOUS TASKS: $($recentTasks | Out-String)" }

Write-Host "[2/5] Volume Shadow Copy status (HELIX deletes VSS pre-encryption)..." -ForegroundColor Cyan
$shadows = Get-CimInstance Win32_ShadowCopy -ErrorAction SilentlyContinue
$vssSvc  = Get-Service VSS -ErrorAction SilentlyContinue
if (-not $shadows) { $report += "CRITICAL: No shadow copies present on $env:COMPUTERNAME — possible vssadmin deletion" }
if ($vssSvc.Status -ne 'Running') { $report += "WARNING: VSS service stopped on $env:COMPUTERNAME" }

Write-Host "[3/5] RDP exposure check..." -ForegroundColor Cyan
$rdpEnabled = (Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server').fDenyTSConnections -eq 0
$nlaEnabled = (Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -ErrorAction SilentlyContinue).UserAuthentication -eq 1
if ($rdpEnabled -and -not $nlaEnabled) { $report += "HIGH RISK: RDP enabled WITHOUT NLA on $env:COMPUTERNAME" }

Write-Host "[4/5] Staging archive hunt (ProgramData/Public)..." -ForegroundColor Cyan
$staging = Get-ChildItem 'C:\ProgramData','C:\Users\Public' -Recurse -Depth 2 -Include *.zip,*.7z,*.rar -ErrorAction SilentlyContinue |
    Where-Object { $_.LastWriteTime -gt $cutoff -and $_.Length -gt 50MB }
if ($staging) { $report += "STAGING ARCHIVES FOUND: $($staging.FullName -join '; ')" }

Write-Host "[5/5] Recent security log clears (defense evasion)..." -ForegroundColor Cyan
$logClears = Get-WinEvent -FilterHashtable @{LogName='Security'; Id=1102} -MaxEvents 5 -ErrorAction SilentlyContinue
if ($logClears) { $report += "EVENT LOG CLEARED: $($logClears.TimeCreated -join '; ')" }

Write-Host "`n===== TRIAGE RESULT: $env:COMPUTERNAME =====" -ForegroundColor Yellow
if ($report) { $report | ForEach-Object { Write-Host $_ -ForegroundColor Red } }
else { Write-Host "No HELIX indicators detected." -ForegroundColor Green }

# Optional hardening: block vssadmin for non-admin contexts via AppLocker (uncomment to apply)
# Set-ItemProperty 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\SrpV2\Exe' -Name 'EnforcementMode' -Value 1

Incident Response Priorities — HELIX Playbook

T-Minus Detection Checklist (Pre-Encryption Indicators)

If you observe any three of the following, assume detonation is imminent (<24h) and move directly to containment:

  • New VPN sessions from unfamiliar source IPs/ASNs, especially outside 06:00–20:00 local
  • Check Point gateway configuration exports or unexpected admin logins
  • ScreenConnect/AnyDesk instances you did not deploy (check C:\Program Files (x86)\ScreenConnect* and running services)
  • vssadmin delete shadows, wmic shadowcopy delete, or bcdedit recovery modification events
  • Password-protected archives (>50MB) appearing in ProgramData, Public, or temp directories
  • rclone.exe, MEGA sync clients, or unexpected TLS sessions to consumer cloud storage
  • New local/domain admin accounts, or service accounts suddenly added to privileged groups
  • Windows Event Log clears (Event ID 1102) on servers
  • Mass SMB read activity from a single workstation against file servers
  • EDR agents reporting tamper attempts or unexpected service stops

Assets HELIX Prioritizes for Exfiltration

Based on sector targeting in this campaign:

  1. Financial records & insurance policyholder PII — claims databases, underwriting files (Westland Insurance profile)
  2. Freight/logistics manifests & customer contracts — shipment data, pricing agreements, client lists
  3. HR records — SSNs/SINs, payroll, benefits data (universal extortion leverage)
  4. Legal/lease documents — property management contracts, tenant agreements (REIT victims)
  5. Email archives — executive mailboxes first; used to craft credible leak teasers
  6. Source code / internal tooling — relevant to the technology-platform victim claim

Containment Actions — Ordered by Urgency

PriorityActionRationale
1Isolate affected hosts at the switch/EDR level — do NOT power offPreserve memory artifacts; HELIX uses intermittent encryption so partial detonation may still be in progress
2Disable VPN access for all non-emergency accounts; force re-enrollment of MFACut the ingress; assume gateway credentials are compromised
3Reset KRBTGT twice, then all privileged/service account credentialsAssume DCSync occurred given dwell time
4Block consumer cloud storage egress (MEGA, rclone endpoints, file.io) at the proxyExfil may still be running on unstaged data
5Snapshot/backup domain controllers and critical file servers IMMEDIATELY to offline storageYour recovery point if detonation completes
6Sweep for unauthorized RMM tools fleet-wide; remove and block hashesScreenConnect is a confirmed HELIX vector
7Engage external IR before negotiating; preserve leak site communicationsHELIX countdowns are real — do not let the timer drive bad decisions

Hardening Recommendations

Immediate (24 Hours)

  1. Patch Check Point Security Gateways for CVE-2026-50751. If patching is not possible today, disable IKEv1-based VPN profiles and restrict gateway management interfaces to a dedicated admin VLAN. This is the single highest-probability ingress vector for this campaign.
  2. Patch ConnectWise ScreenConnect (CVE-2024-1708) or remove the tool entirely if unneeded. Audit for rogue RMM binaries (screenconnect, anydesk, splashtop, atera) fleet-wide.
  3. Patch Cisco Secure FMC (CVE-2026-20131) and verify management interfaces are not internet-reachable.
  4. Deploy the Sigma rules above to your SIEM and enable the Sentinel hunt query as a scheduled analytic rule (6-hour frequency).
  5. Verify Volume Shadow Copies exist and are protected on file servers and DCs; enable tamper protection on all EDR agents.
  6. Block egress to MEGA, file.io, transfer.sh, and rclone-default endpoints at the perimeter proxy.
  7. Alert on Event ID 1102 (Security log cleared) — treat as critical.

Short-Term (2 Weeks)

  1. Eliminate standing RDP exposure. Move all remote access behind ZTNA/VPN with phishing-resistant MFA (FIDO2). NLA is a floor, not a control.
  2. Segment backup infrastructure onto a separate management network with immutable, offline copies. Test a full restore of one critical system this month — HELIX victims who recovered without paying all had tested backups.
  3. Deploy application allowlisting (AppLocker/WDAC) blocking rclone.exe, 7z.exe, and unsigned executables in user-writable directories on servers.
  4. Implement SMB read-rate anomaly detection on file servers — mass read from a single workstation is your cheapest pre-exfil tripwire.
  5. Exchange hardening: patch CVE-2023-21529, disable legacy auth, enable extended protection, and alert on deserialization-pattern IIS worker process spawns.
  6. Developer supply chain review: audit for the malicious Nx Console version (CVE-2026-48027); pin and hash-verify IDE extensions.
  7. Establish a dark web monitoring retainer so your organization learns of a leak posting within hours, not from a journalist.

Analyst Bottom Line

HELIX's five-victim single-day dump is a tempo shift worth taking seriously, but this remains a mid-tier actor with a predictable, detectable playbook: edge device exploitation → standing access → staging → VSS destruction → intermittent encryption → leak extortion. Every stage of that chain generates telemetry. The organizations that get hurt are the ones with unpatched Check Point gateways, flat networks, and untested backups.

If you are in transportation, logistics, insurance, or commercial real estate in North America: assume you are in the target pool this quarter. Patch the edge, deploy the detections above, and verify your recovery path today.

Security Arsenal continues to monitor the HELIX leak site. This briefing will be updated if additional victims are posted or if the Uber claim is validated/refuted.

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.