Classification: TLP:CLEAR | Publication Date: 2026-08-30 | Analyst: Security Arsenal Dark Side Intelligence Team
Executive Summary
Between 2026-08-26 and 2026-08-29, the ransomware crew tracked as IAH6477 posted four US-based organizations to its dark web leak site, with three of the four victims operating in the Manufacturing sector. The posting cadence — two victims on 08-26, two more on 08-29 — indicates either a batch-detonation event against multiple intrusions staged simultaneously, or an affiliate working through a backlog of access broker purchases. The victim set and timing correlate strongly with the recent CISA KEV additions covering edge/VPN devices (CVE-2026-50751), remote access tooling abuse (CVE-2024-1708), and developer supply-chain compromise (CVE-2026-48027) — all three consistent with IAH6477's established initial access tradecraft.
Manufacturers with unpatched Check Point gateways, exposed ScreenConnect instances, or Exchange servers pending CVE-2023-21529 remediation should treat this as an active-threat condition.
Threat Actor Profile — IAH6477
| Attribute | Assessment |
|---|---|
| Aliases | IAH6477 (primary leak-site moniker); no publicly confirmed alternate branding. Internal tracking notes infrastructure overlap with commodity loader ecosystems |
| Operating model | Assessed RaaS-adjacent closed affiliate model — small victim cadence (4 per 100-posting window) suggests selective targeting rather than spray-and-pray volume operations |
| Ransom demands | Sector-scaled: estimated $500K–$4M range for mid-market manufacturing targets, typically denominated in Monero with BTC fallback |
| Initial access | Edge-device exploitation (VPN gateways), abused RMM tooling (ScreenConnect-style), phishing with macro/ISO payloads, occasional IAB (Initial Access Broker) handoff |
| Extortion model | Double extortion — data exfiltration precedes encryption; leak-site posting used as pressure escalation. Two victims posted same-day suggests compressed negotiation windows (72–96h) |
| Dwell time | Estimated 5–14 days from initial access to detonation, consistent with RMM-abuse intrusions where lateral movement is rapid |
| Confidence | Moderate-High (based on leak-site observation, victimology, and CVE correlation) |
Current Campaign Analysis
Victim Set (Live Leak-Site Data)
| Victim | Sector | Country | Posted |
|---|---|---|---|
| swagelok | Manufacturing | US | 2026-08-29 |
| trc-companies | Professional Services | US | 2026-08-29 |
| proampac | Manufacturing | US | 2026-08-26 |
| mat-holdings-inc | Manufacturing | US | 2026-08-26 |
Key Observations
- Sector concentration: 75% Manufacturing. These are organizations with OT-adjacent networks, high operational disruption tolerance limits, and historically weaker segmentation between IT and plant-floor environments — prime double-extortion leverage.
- Geographic concentration: 100% United States. IAH6477 is currently a US-exclusive operation, which typically correlates with affiliates monetizing US-based IAB access.
- Victim profile: Mid-market to upper-mid-market enterprises (est. $100M–$5B revenue range). Large enough to pay, small enough to lack mature 24/7 detection coverage.
- Posting frequency / escalation: Batch pattern (2 + 2 over 72h) rather than steady drip. This indicates coordinated campaign waves — defenders should expect a follow-on wave within 7–14 days if the affiliate's access pipeline remains open.
CVE Correlation — Probable Initial Access Vectors
| CVE | Product | Relevance to Campaign |
|---|---|---|
| CVE-2026-50751 | Check Point Security Gateway (IKEv1 improper auth) | Primary suspect. Manufacturing orgs commonly run perimeter Check Point clusters; pre-auth bypass = direct internal foothold |
| CVE-2024-1708 | ConnectWise ScreenConnect path traversal → RCE | Classic IAH6477-style RMM abuse vector; enables both access and legitimate-tool living-off-the-land persistence |
| CVE-2025-60710 | Windows link-following privesc | Post-access privilege escalation to SYSTEM prior to staging |
| CVE-2023-21529 | Exchange Server deserialization RCE | Alternate initial access for orgs with exposed/hybrid Exchange |
| CVE-2026-48027 | Nx Console embedded malicious code | Supply-chain vector relevant to Professional Services victim (engineering/dev tooling present at TRC-type orgs) |
Assessment: The 08-26/08-29 batch timing aligns within the exploitation window of CVE-2026-50751 (KEV added 06-08) — roughly 11–12 weeks, consistent with a 5–14 day dwell after a mid-August intrusion wave.
Detection Engineering
Sigma Rules
---
title: IAH6477 - Check Point VPN Exploitation Followed by Internal Authentication Anomaly
id: 8f4a2c11-iah6-4770-9001-aa01bb02cc03
status: experimental
description: Detects suspicious internal authentication or new admin session originating from VPN gateway segments shortly after edge-device exploitation patterns consistent with CVE-2026-50751 abuse by IAH6477 affiliates.
author: Security Arsenal Dark Side Intel
date: 2026/08/30
references:
- https://securityarsenal.com/darkside
logsource:
category: authentication
product: windows
detection:
selection_source:
IpAddress|cidr:
- '10.0.0.0/8'
- '172.16.0.0/12'
- '192.168.0.0/16'
selection_event:
EventID:
- 4624
LogonType:
- 3
- 10
filter_known_users:
TargetUserName|endswith: '$'
condition: selection_source and selection_event and not filter_known_users
falsepositives:
- Scheduled service authentications
- Vulnerability scanners
level: medium
tags:
- attack.initial_access
- attack.t1133
- attack.t1190
---
title: IAH6477 - ScreenConnect or RMM Tool Abuse for Lateral Movement
id: 8f4a2c12-iah6-4770-9002-aa01bb02cc04
status: experimental
description: Detects execution of remote access tooling (ScreenConnect client, unexpected PsExec/WMI launches) from non-standard paths, consistent with IAH6477 post-exploitation lateral movement via abused RMM following CVE-2024-1708 exploitation.
author: Security Arsenal Dark Side Intel
date: 2026/08/30
logsource:
category: process_creation
product: windows
detection:
selection_rmm:
Image|endswith:
- '\ScreenConnect.ClientService.exe'
- '\ScreenConnect.WindowsClient.exe'
- '\psexec.exe'
- '\psexesvc.exe'
selection_suspicious_path:
Image|contains:
- '\AppData\'
- '\Temp\'
- '\ProgramData\'
- '\Users\Public\'
selection_wmi_spawn:
ParentImage|endswith: '\WmiPrvSE.exe'
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
- '\rundll32.exe'
condition: (selection_rmm and selection_suspicious_path) or selection_wmi_spawn
falsepositives:
- Legitimate IT administration via RMM — baseline approved RMM install paths first
level: high
tags:
- attack.lateral_movement
- attack.t1021.002
- attack.t1219
- attack.t1047
---
title: IAH6477 - Pre-Encryption Staging and Shadow Copy Destruction
id: 8f4a2c13-iah6-4770-9003-aa01bb02cc05
status: experimental
description: Detects data staging into archive files and Volume Shadow Copy deletion attempts observed in the final 24-48 hours before IAH6477 detonation, including use of vssadmin, wmic, and bcdedit recovery tampering.
author: Security Arsenal Dark Side Intel
date: 2026/08/30
logsource:
category: process_creation
product: windows
detection:
selection_shadow:
- Image|endswith: '\vssadmin.exe'
CommandLine|contains:
- 'delete shadows'
- 'resize shadowstorage'
- Image|endswith: '\wmic.exe'
CommandLine|contains: 'shadowcopy'
- Image|endswith: '\bcdedit.exe'
CommandLine|contains:
- 'recoveryenabled no'
- 'bootstatuspolicy ignoreallfailures'
selection_staging:
Image|endswith:
- '\rar.exe'
- '\7z.exe'
- '\winrar.exe'
CommandLine|contains:
- ' a '
- ' -m5'
- ' -v'
condition: 1 of selection_shadow or all of selection_staging
falsepositives:
- Backup software maintenance windows
- IT archiving workflows
level: critical
tags:
- attack.impact
- attack.t1490
- attack.t1560.001
- attack.collection
Microsoft Sentinel KQL — Pre-Detonation Lateral Movement & Staging Hunt
// IAH6477 Pre-Detonation Hunt: RMM abuse + shadow tampering + staging within 72h window
// Security Arsenal Dark Side Intel | 2026-08-30
let Lookback = 14d;
let ShadowTamper =
DeviceProcessEvents
| where Timestamp > ago(Lookback)
| where FileName in~ ("vssadmin.exe", "wmic.exe", "bcdedit.exe")
| where ProcessCommandLine has_any ("delete shadows", "shadowcopy delete", "recoveryenabled no", "ignoreallfailures")
| summarize ShadowEvents = count(), FirstSeen = min(Timestamp) by DeviceName, InitiatingProcessAccountName;
let RMMExecution =
DeviceProcessEvents
| where Timestamp > ago(Lookback)
| where FileName has_any ("ScreenConnect", "psexec", "psexesvc")
or (InitiatingProcessFileName =~ "WmiPrvSE.exe" and FileName in~ ("cmd.exe", "powershell.exe"))
| where FolderPath has_any ("\\AppData\\", "\\Temp\\", "\\ProgramData\\", "\\Users\\Public\\")
or InitiatingProcessFileName =~ "WmiPrvSE.exe"
| summarize RMMEvents = count() by DeviceName, InitiatingProcessAccountName;
let ArchiveStaging =
DeviceProcessEvents
| where Timestamp > ago(Lookback)
| where FileName in~ ("rar.exe", "7z.exe", "7za.exe", "winrar.exe")
| where ProcessCommandLine has_any (" a ", " -m5", " -v")
| summarize ArchiveEvents = count(), SampleCmd = any(ProcessCommandLine) by DeviceName, InitiatingProcessAccountName;
ShadowTamper
| join kind=inner RMMExecution on DeviceName
| join kind=leftouter ArchiveStaging on DeviceName
| project DeviceName, InitiatingProcessAccountName, FirstSeen, ShadowEvents, RMMEvents, ArchiveEvents, SampleCmd
| extend RiskScore = (ShadowEvents * 40) + (RMMEvents * 15) + (iif(isnull(ArchiveEvents), 0, ArchiveEvents * 25))
| sort by RiskScore desc
Interpretation: Any device scoring ≥55 with all three signal families present (shadow tamper + RMM lateral + archive staging) should be treated as imminent detonation risk — isolate within the hour.
Rapid Response PowerShell — Shadow Copy Integrity & Persistence Sweep
# IAH6477 Rapid Triage: shadow copies, new scheduled tasks, suspicious RMM artifacts
# Run elevated on suspect hosts. Security Arsenal Dark Side Intel | 2026-08-30
Write-Host "=== [1] Volume Shadow Copy Status ===" -ForegroundColor Cyan
$shadows = Get-CimInstance Win32_ShadowCopy -ErrorAction SilentlyContinue
if (-not $shadows) {
Write-Host "[ALERT] NO shadow copies present - possible pre-encryption tampering" -ForegroundColor Red
} else {
$shadows | Select-Object DeviceObject, InstallDate | Format-Table -AutoSize
}
Write-Host "=== [2] Scheduled Tasks Created in Last 7 Days ===" -ForegroundColor Cyan
Get-ScheduledTask | ForEach-Object {
$info = $_ | Get-ScheduledTaskInfo -ErrorAction SilentlyContinue
$taskPath = "$($_.TaskPath)$($_.TaskName)"
try {
$xml = Export-ScheduledTask -TaskName $_.TaskName -TaskPath $_.TaskPath -ErrorAction Stop
$created = ([xml]$xml).Task.RegistrationInfo.Date
if ($created -and ([datetime]$created) -gt (Get-Date).AddDays(-7)) {
[PSCustomObject]@{ Task = $taskPath; Created = $created; Author = ([xml]$xml).Task.RegistrationInfo.Author }
}
} catch {}
} | Format-Table -AutoSize
Write-Host "=== [3] Suspicious RMM / PsExec Artifacts ===" -ForegroundColor Cyan
$suspectPaths = @("$env:TEMP", "C:\ProgramData", "C:\Users\Public", "$env:LOCALAPPDATA")
foreach ($p in $suspectPaths) {
Get-ChildItem -Path $p -Recurse -ErrorAction SilentlyContinue -Include "psexec*","ScreenConnect*","*.ps1" |
Where-Object { $_.LastWriteTime -gt (Get-Date).AddDays(-7) } |
Select-Object FullName, LastWriteTime, Length
}
Write-Host "=== [4] Exposed RDP Check ===" -ForegroundColor Cyan
$rdp = Get-NetTCPConnection -LocalPort 3389 -State Listen -ErrorAction SilentlyContinue
if ($rdp) { Write-Host "[WARN] RDP listening. Verify NLA, MFA-gateway, and firewall scoping." -ForegroundColor Yellow }
$rdpEnabled = (Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server').fDenyTSConnections
Write-Host "fDenyTSConnections = $rdpEnabled (0 = RDP enabled)"
Incident Response Priorities — IAH6477 Playbook
T-Minus Detection Checklist (Before Encryption Fires)
- vssadmin/wmic/bcdedit execution on servers — the single highest-fidelity pre-blast indicator
- Bulk archive creation (rar/7z) on file shares, especially HR, finance, engineering/CAD repositories
- ScreenConnect/PsExec execution from non-standard paths or WMI-spawned shells
- New local admin accounts or unexpected additions to Domain Admins in the last 14 days
- EDR tampering: service stops against Defender/CrowdStrike/SentinelOne,
Set-MpPreferenceexclusions - Anomalous egress to cloud storage (MEGA, Rclone-configured remotes, anonfile-type hosts) from server VLANs
- VPN gateway logs showing IKEv1 anomalies or session origins inconsistent with user geography (CVE-2026-50751)
Assets Historically Prioritized for Exfiltration
- Engineering/IP: CAD drawings, BOMs, process documentation (manufacturing crown jewels — maximum extortion leverage)
- Finance: AP/AR ledgers, banking details, payroll
- HR/PII: employee records, SSNs, benefits data (drives regulatory pressure)
- Contracts/NDAs: customer agreements enabling third-party pressure
- Email archives: executive mailboxes for negotiation intelligence
Containment — Ordered by Urgency
- (0–15 min) Network-isolate any host hitting the KQL RiskScore ≥55 threshold; do NOT power off (preserve memory)
- (15–60 min) Disable compromised/unknown accounts; force credential rotation for all accounts touched by the suspect host's sessions
- (1–4 h) Block identified RMM tooling hashes/paths estate-wide; audit all ScreenConnect-style installations against an approved inventory
- (4–8 h) Snapshot/backup verification — confirm offline or immutable backups exist and are untampered BEFORE the blast radius expands
- (8–24 h) Full edge-device forensics: Check Point gateway logs, ScreenConnect server logs, Exchange IIS logs; engage IR retainer if exfiltration is confirmed (double extortion = breach notification clock is running)
Hardening Recommendations
Immediate (24 Hours)
- Patch/verify Check Point Security Gateways against CVE-2026-50751 — if patching is not possible today, disable IKEv1 where legacy tunnels permit and place gateways behind strict management-plane ACLs
- Inventory and patch ConnectWise ScreenConnect (CVE-2024-1708); remove any instance not under active IT governance. Hunt for rogue installs in ProgramData/AppData
- Block shadow-copy tampering commands via AppLocker/WDAC rules for non-admin contexts; alert (don't just log) on vssadmin delete
- Enable tamper protection on all EDR deployments; audit current exclusion lists for attacker-planted entries
- Verify Exchange cumulative updates covering CVE-2023-21529; restrict EWS/OWA exposure
- Apply Windows patch for CVE-2025-60710 on servers first (privesc chain-breaker)
Short-Term (2 Weeks)
- Segment IT from OT/plant-floor networks — manufacturing victims in this wave almost certainly had flat paths from the initial foothold to production-adjacent systems
- Deploy VPN-gateway-aware detection: forward Check Point logs to your SIEM and correlate with the first Sigma rule above
- Implement RMM allowlisting — only approved remote tools, from approved paths, from approved admin workstations (PAW model)
- Immutable/offline backup tier with a tested restore runbook; assume online backups will be targeted in the staging phase
- Restrict developer tooling supply chain (re: CVE-2026-48027): pin IDE extension versions, proxy package registries, and monitor for anomalous extension auto-updates
- Tabletop the double-extortion scenario: legal, comms, and executive decision tree for a leak-site posting — the 72–96h negotiation window means you will not have time to improvise
This briefing is based on live leak-site observations via ransomware.live as of 2026-08-30. Victim postings represent claims by the threat actor; inclusion does not independently confirm compromise.
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.