Classification: TLP:AMBER | Intelligence Cutoff: 2026-08-11 | Source: ransomware.live dark web leak site monitoring
Executive Summary
Dark web monitoring of DIREWOLF's .onion leak site confirms a sharp escalation: 10 new victim postings within a 24-hour window (all published 2026-08-10), spanning five countries and four industry verticals. The simultaneity of the postings strongly suggests a batch leak operation — victims compromised over preceding weeks and dumped in a single pressure event after failed negotiations. Healthcare, financial services, and technology organizations are the priority targets. All organizations running perimeter VPN/security gateway appliances, Microsoft Exchange, or remote access tooling should treat this as an active-threat window and execute the detection content in Section 5 immediately.
1. Threat Actor Profile — DIREWOLF
| Attribute | Assessment |
|---|---|
| Aliases | DireWolf, Dire Wolf ransomware |
| Operating model | Closed/semi-private group with affiliate recruitment observed on Russian-language forums; functions effectively as RaaS with a curated affiliate base rather than open enrollment |
| Ransom demands | Typically $500K–$5M USD in Monero/Bitcoin, scaled to victim revenue; healthcare and fintech victims skew toward the upper band |
| Initial access | Edge device exploitation (VPN/security gateways), exposed RDP with brute force or purchased credentials, phishing with malicious attachments/links, and — increasingly — supply-chain/developer tooling compromise |
| Extortion model | Double extortion: data exfiltration before encryption, leak site publication on negotiation failure or deadline expiry |
| Average dwell time | Estimated 5–14 days from initial access to detonation based on leak site lag patterns; batch postings indicate staggered intrusions held for leverage |
| Encryption | Windows-focused payloads; evidence of ESXi/Linux variants in some intrusions; shadow copy deletion and recovery partition tampering pre-encryption |
Analyst note: DIREWOLF's tradecraft tracks with the broader 2025–2026 trend of ransomware crews abandoning mass phishing in favor of perimeter appliance exploitation — the CVE cluster below is consistent with that shift.
2. Current Campaign Analysis
2.1 Sector Targeting (from live leak site data)
| Sector | Victims This Wave |
|---|---|
| Healthcare | 3 — Health Carousel (PH), Quironsalud (ES), AliveCor (US) |
| Technology | 2 — Merge (US), Swyft Inc. (US) |
| Financial Services | 2 — Osmo Wallet (US), Fondo (unattributed geo) |
| Professional Services | 2 — Chat Jurídico (BR), Statista GmbH (DE) |
| Unclassified | 1 — BigSpark (AI) |
Healthcare is the standout vertical (30%) — including a hospital operator (Quironsalud) and a medical device company (AliveCor). This confirms DIREWOLF does not observe any healthcare moratorium and is deliberately pursuing organizations where downtime pressure maximizes payment probability.
2.2 Geographic Concentration
- United States: 4 victims — primary target economy, consistent with ransom-maximization logic
- Brazil, Philippines, Spain, Germany: 1 each — global reach, no regional constraint
- One victim with unresolved geography (Fondo) and one with unresolved classification (BigSpark, listed as AI)
2.3 Victim Profile
The wave blends mid-market firms (Merge, Swyft, Chat Jurídico, Fondo — est. $10M–$250M revenue) with large enterprises (Quironsalud, Statista, Health Carousel — est. $500M+ revenue). This is characteristic of affiliate-driven operations: opportunistic mid-market intrusions via edge exploitation, plus selectively worked big-game targets.
2.4 Posting Frequency & Escalation
All 10 postings share the 2026-08-10 publish date. Batch leaks of this size typically mean one of three things: (1) a negotiation deadline wall hit across a cohort of victims; (2) a deliberate PR/escalation move to re-establish brand credibility; or (3) an affiliate payout dispute triggering mass publication. All three correlate with elevated near-term intrusion tempo — expect the next batch within 2–4 weeks.
2.5 Probable Initial Access Vectors (CISA KEV correlation)
The following KEV entries, all flagged for confirmed ransomware use, map cleanly to DIREWOLF's known access profile:
- CVE-2026-50751 — Check Point Security Gateway improper authentication (IKEv1). Direct perimeter breach. Priority one.
- CVE-2026-20131 — Cisco Secure FMC / SCC deserialization. Management-plane compromise enabling lateral push into firewalled segments.
- CVE-2023-21529 — Microsoft Exchange deserialization. Authenticated RCE; classic mailbox-dwell-and-stage vector for double extortion.
- CVE-2024-1708 — ConnectWise ScreenConnect path traversal → RCE. MSP/RMM abuse; enables hands-on deployment at scale across client estates.
- CVE-2026-48027 — Nx Console embedded malicious code. Developer supply-chain vector; notable given the Technology-sector victims — developer workstations are prime staging points for credential theft and source/IP exfiltration.
Actionable inference: organizations with unpatched Check Point gateways or internet-exposed ScreenConnect/Exchange instances should assume scanning and exploitation attempts are occurring now.
3. Detection Engineering
3.1 Sigma Rules
The following rules target DIREWOLF's observed TTP chain: edge/VPN exploitation aftermath, suspicious child processes from remote access tooling, pre-encryption staging (shadow copy deletion, mass file operations), and lateral movement via PsExec/WMI.
---
title: Direwolf Ransomware - Shadow Copy Deletion Pre-Encryption
id: 8f3a2d1e-d1r3-4w0l-f001-aa11bb22cc01
status: experimental
description: Detects Volume Shadow Copy deletion and backup catalog tampering consistent with Direwolf pre-encryption staging behavior
author: Security Arsenal Threat Intelligence
logsource:
category: process_creation
product: windows
level: high
date: 2026/08/11
modified: 2026/08/11
detection:
selection_img:
Image|endswith:
- '\vssadmin.exe'
- '\wmic.exe'
- '\bcdedit.exe'
- '\wbadmin.exe'
- '\diskshadow.exe'
selection_cmd:
CommandLine|contains:
- 'delete shadows'
- 'shadowcopy delete'
- 'resize shadowstorage'
- 'delete catalog'
- 'recoveryenabled no'
- 'bootstatuspolicy ignoreallfailures'
- 'delete shadows /all'
condition: selection_img and selection_cmd
falsepositives:
- Legitimate backup maintenance scripts
- System administrators running storage remediation
references:
- https://securityarsenal.com/darkside
fields:
- Image
- CommandLine
- ParentImage
- User
tags:
- attack.impact
- attack.t1490
---
title: Direwolf Ransomware - Remote Access Tool Suspicious Child Process
id: 8f3a2d1e-d1r3-4w0l-f002-aa11bb22cc02
status: experimental
description: Detects suspicious child processes spawned by ConnectWise ScreenConnect and other RMM tools commonly abused by Direwolf affiliates for hands-on deployment (CVE-2024-1708 post-exploitation pattern)
author: Security Arsenal Threat Intelligence
logsource:
category: process_creation
product: windows
level: high
date: 2026/08/11
modified: 2026/08/11
detection:
selection_parent:
ParentImage|endswith:
- '\ScreenConnect.ClientService.exe'
- '\ScreenConnect.Service.exe'
- '\AnyDesk.exe'
- '\TeamViewer_Service.exe'
- '\ninja-rmm.exe'
- '\level.exe'
selection_child:
Image|endswith:
- '\powershell.exe'
- '\pwsh.exe'
- '\cmd.exe'
- '\rundll32.exe'
- '\certutil.exe'
- '\bitsadmin.exe'
selection_suspicious:
CommandLine|contains:
- '-enc '
- '-e '
- 'downloadstring'
- 'invoke-webrequest'
- 'iex '
- 'http://'
- 'https://'
- '-urlcache'
condition: selection_parent and selection_child and selection_suspicious
falsepositives:
- Legitimate MSP automation scripts
- RMM-deployed patching
references:
- https://securityarsenal.com/darkside
fields:
- ParentImage
- Image
- CommandLine
- User
tags:
- attack.command-and-control
- attack.t1219
- attack.t1059
---
title: Direwolf Ransomware - Lateral Movement PsExec WMI Service Install
id: 8f3a2d1e-d1r3-4w0l-f003-aa11bb22cc03
status: experimental
description: Detects remote service installation and PsExec/WMI-style lateral movement patterns observed in Direwolf intrusions prior to mass encryption and data staging
author: Security Arsenal Threat Intelligence
logsource:
product: windows
service: security
level: high
date: 2026/08/11
modified: 2026/08/11
detection:
selection_event:
EventID: 7045
selection_service:
ServiceFileName|contains:
- 'PSEXESVC'
- '\\ADMIN$\\'
- '\\C$\\Windows\\Temp\\'
- '\\Users\\Public\\'
- '%COMSPEC%'
- 'powershell'
filter_known:
ServiceName|contains:
- 'SCCM'
- 'BigFix'
condition: selection_event and selection_service and not filter_known
falsepositives:
- Enterprise software distribution tools
- Legitimate administrative PsExec usage
references:
- https://securityarsenal.com/darkside
fields:
- ServiceName
- ServiceFileName
- ComputerName
- AccountName
tags:
- attack.lateral-movement
- attack.t1569.002
- attack.t1021.002
3.2 KQL — Microsoft Sentinel: Pre-Ransomware Staging & Lateral Movement Hunt
This query correlates the staging behaviors DIREWOLF affiliates exhibit in the 24–72 hours before detonation: shadow copy tampering, suspicious archive creation (data staging for exfil), remote service creation, and anomalous SMB write volume — scored into a single host-risk view.
let lookback = 7d;
let ShadowCopyTamper =
DeviceProcessEvents
| where Timestamp > ago(lookback)
| where ProcessCommandLine has_any ("delete shadows", "shadowcopy delete", "resize shadowstorage",
"recoveryenabled no", "ignoreallfailures", "delete catalog")
| summarize ShadowEvents = count(), ShadowCmds = make_set(ProcessCommandLine, 5) by DeviceName, bin(Timestamp, 1h);
let ArchiveStaging =
DeviceProcessEvents
| where Timestamp > ago(lookback)
| where FileName in~ ("rar.exe", "7z.exe", "7za.exe", "winrar.exe")
| where ProcessCommandLine has_any (" a ", " -p", "hp", ".rar", ".7z", ".zip")
| summarize ArchiveEvents = count(), ArchiveCmds = make_set(ProcessCommandLine, 5) by DeviceName, bin(Timestamp, 1h);
let RemoteServiceInstall =
SecurityEvent
| where TimeGenerated > ago(lookback)
| where EventID == 7045
| where ServiceFileName has_any ("PSEXESVC", "ADMIN$", "\\Temp\\", "\\Public\\", "powershell")
| summarize ServiceInstalls = count(), Services = make_set(ServiceName, 10) by Computer, bin(TimeGenerated, 1h);
let ExfilIndicators =
DeviceNetworkEvents
| where Timestamp > ago(lookback)
| where RemoteUrl has_any ("mega.nz", "mega.io", "transfer.sh", "file.io", "anonfiles", "gofile.io",
"temp.sh", "wetransfer", "dropbox", "rclone")
or (InitiatingProcessFileName in~ ("rclone.exe", "megacmd.exe", "curl.exe") and RemotePort in (443, 21, 22))
| summarize ExfilEvents = count(), ExfilDests = make_set(RemoteUrl, 10), ExfilProcs = make_set(InitiatingProcessFileName, 5) by DeviceName, bin(Timestamp, 1h);
ShadowCopyTamper
| join kind=fullouter ArchiveStaging on DeviceName, Timestamp
| join kind=fullouter RemoteServiceInstall on $left.DeviceName == $right.Computer
| join kind=fullouter ExfilIndicators on DeviceName, Timestamp
| extend HostRiskScore = toint(column_ifexists("ShadowEvents", 0)) * 40
+ toint(column_ifexists("ArchiveEvents", 0)) * 20
+ toint(column_ifexists("ServiceInstalls", 0)) * 25
+ toint(column_ifexists("ExfilEvents", 0)) * 30
| where HostRiskScore > 0
| project Timestamp = coalesce(Timestamp, Timestamp1, TimeGenerated, Timestamp2),
DeviceName = coalesce(DeviceName, Computer, DeviceName1),
HostRiskScore, ShadowEvents, ArchiveEvents, ServiceInstalls, ExfilEvents,
ShadowCmds, ArchiveCmds, Services, ExfilDests
| order by HostRiskScore desc
Analyst guidance: Any host scoring ≥ 60 warrants immediate isolation review. Shadow copy deletion + archive staging on the same host within the same hour is a near-certain pre-detonation signature.
3.3 Rapid Response Script — Pre-Detonation Indicator Sweep
Run on suspect Windows hosts (or via your RMM across the estate) to enumerate the artifacts DIREWOLF leaves in the final staging window: recent scheduled tasks, shadow copy state, suspicious services, and exposed RDP configuration.
# Direwolf Rapid Triage Script - Security Arsenal Threat Intelligence
# Run elevated. Outputs to C:\IR-Triage\direwolf-triage-<host>-<timestamp>.txt
$out = "C:\IR-Triage"; New-Item -ItemType Directory -Force -Path $out | Out-Null
$report = "$out\direwolf-triage-$env:COMPUTERNAME-$(Get-Date -Format 'yyyyMMdd-HHmmss').txt"
"=== DIREWOLF PRE-DETONATION TRIAGE - $env:COMPUTERNAME - $(Get-Date) ===" | Out-File $report
"`n[1] SCHEDULED TASKS CREATED/MODIFIED IN LAST 7 DAYS" | Out-File $report -Append
Get-ScheduledTask | ForEach-Object {
$info = $_ | Get-ScheduledTaskInfo -ErrorAction SilentlyContinue
[PSCustomObject]@{ Task=$_.TaskName; Path=$_.TaskPath; State=$_.State;
Author=$_.Author; LastRun=$info.LastRunTime }
} | Where-Object { $_.Author -notmatch 'Microsoft' -and $_.Path -notmatch '^\\Microsoft' } |
Format-Table -AutoSize | Out-File $report -Append
"`n[2] VOLUME SHADOW COPY STATE (empty/missing = tamper indicator)" | Out-File $report -Append
$vss = Get-WmiObject Win32_ShadowCopy -ErrorAction SilentlyContinue
if (-not $vss) { "!! NO SHADOW COPIES FOUND - possible vssadmin/wmic deletion !!" | Out-File $report -Append }
else { $vss | Select-Object DeviceObject, InstallDate, VolumeName | Format-Table -AutoSize | Out-File $report -Append }
"`n[3] SUSPICIOUS SERVICES (PSEXESVC / temp-path binaries)" | Out-File $report -Append
Get-CimInstance Win32_Service | Where-Object {
$_.PathName -match 'PSEXESVC|\\Temp\\|\\Public\\|ADMIN\$' -and $_.State -eq 'Running'
} | Select-Object Name, DisplayName, PathName, StartName | Format-List | Out-File $report -Append
"`n[4] RDP EXPOSURE CHECK" | Out-File $report -Append
$rdpEnabled = (Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server').fDenyTSConnections -eq 0
$nla = (Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -ErrorAction SilentlyContinue).UserAuthentication
"RDP Enabled: $rdpEnabled | NLA Required: $($nla -eq 1)" | Out-File $report -Append
$rdpListen = Get-NetTCPConnection -LocalPort 3389 -State Listen -ErrorAction SilentlyContinue
if ($rdpListen) { "!! RDP LISTENING - verify it is not internet-exposed !!" | Out-File $report -Append }
"`n[5] RECENT ARCHIVE / EXFIL TOOL ARTIFACTS (last 7 days)" | Out-File $report -Append
Get-ChildItem -Path C:\ -Include *.rar,*.7z,rclone.exe,megacmd.exe -Recurse -ErrorAction SilentlyContinue -Force |
Where-Object { $_.LastWriteTime -gt (Get-Date).AddDays(-7) -and $_.FullName -notmatch 'Windows\\WinSxS' } |
Select-Object FullName, LastWriteTime, Length | Format-Table -AutoSize | Out-File $report -Append
"`n[6] FAILED LOGON SPIKE (brute force indicator - Event 4625, last 24h)" | Out-File $report -Append
$failed = Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4625; StartTime=(Get-Date).AddDays(-1)} -ErrorAction SilentlyContinue
"Failed logons (24h): $($failed.Count)" | Out-File $report -Append
$failed | Group-Object { $_.Properties[19].Value } | Sort-Object Count -Descending | Select-Object -First 10 Count, Name |
Format-Table -AutoSize | Out-File $report -Append
"`nTriage complete: $report"
4. Incident Response Priorities (DIREWOLF-Specific Playbook)
4.1 T-Minus Detection Checklist — What Fires BEFORE Encryption
In order of typical appearance in DIREWOLF intrusions:
- Edge device anomalies — unexpected IKEv1/VPN authentication events (CVE-2026-50751), new local admin accounts on gateways, configuration exports
- Persistence establishment — new scheduled tasks, run-key entries, or RMM tooling (ScreenConnect/AnyDesk) installed outside change windows
- Credential access — LSASS memory access by non-system processes, DCSync-style replication requests, NTDS.dit access
- Discovery —
net group "Domain Admins",nltest, BloodHound/SharpHound LDAP query volume spikes - Lateral movement — Event 7045 service installs, PsExec ADMIN$ writes, WMI process creation on remote hosts
- Staging — RAR/7z archives appearing in
C:\ProgramDataorC:\Users\Public, rclone/megacmd execution, sustained outbound TLS to file-sharing domains - Pre-detonation — shadow copy deletion (Section 3 rules), backup agent service stops, EDR tamper attempts,
bcdeditrecovery disable - Detonation — mass file rename/rewrite, ransom note drops (
README/.txtper directory), wallpaper changes
4.2 Critical Exfiltration Targets This Gang Prioritizes
Based on sector mix in this campaign, assume DIREWOLF prioritizes:
- Healthcare victims: PHI databases, patient records exports, clinical trial data — maximum regulatory-leverage data
- Financial services: wallet/customer PII, transaction ledgers, KYC documents
- Technology firms: source code repositories, signing certificates, customer lists, internal credentials vaults
- All victims: HR records, executive mailbox exports (Exchange CVE-2023-21529 relevance), financial statements for ransom sizing, cyber insurance policies (to calibrate demands)
4.3 Containment Actions — Ordered by Urgency
| Priority | Action | Why First |
|---|---|---|
| 1 | Isolate affected hosts at the switch/EDR level — do NOT power off | Preserves volatile evidence; kills exfil channel |
| 2 | Block egress to known exfil services (mega, rclone remotes, anon file shares) at proxy/firewall | Stops the extortion leverage even if encryption proceeds |
| 3 | Disable compromised accounts; force enterprise-wide credential reset for Tier-0/Tier-1 | Cuts lateral movement and re-entry |
| 4 | Patch/isolate Check Point gateways, Cisco FMC, Exchange, ScreenConnect per Section 5 | Closes the entry vector before re-compromise |
| 5 | Snapshot/backup domain controllers and critical file shares offline | Ensures recovery path survives detonation |
| 6 | Preserve VPN gateway logs, Exchange IIS logs, and RMM session logs | These are the forensic crown jewels for edge-exploit intrusions |
| 7 | Engage IR retainer / counsel; assess regulatory notification clocks (HIPAA, GDPR for ES/DE victims, LGPD for BR) | Leak posting = breach notification obligations may already be running |
5. Hardening Recommendations
Immediate (24 hours)
- Patch or mitigate CVE-2026-50751 (Check Point IKEv1 auth bypass) on all internet-facing Security Gateways; if patching is not possible, disable IKEv1 and restrict VPN portal access by source IP
- Patch CVE-2026-20131 (Cisco FMC/SCC) and CVE-2023-21529 (Exchange) — confirm via CISA KEV remediation deadlines
- Update ConnectWise ScreenConnect to a version remediating CVE-2024-1708; audit for rogue sessions and unknown technicians; enforce MFA on the RMM console
- Audit developer endpoints for compromised Nx Console builds (CVE-2026-48027); pin and verify package integrity; rotate any credentials present on affected developer machines
- Deploy the Sigma rules and KQL query in Section 3 to your SIEM/Sentinel and run the triage script against any host with recent shadow copy anomalies
- Block exfil infrastructure: mega.nz/io, transfer.sh, gofile.io, anonfiles, temp.sh at the proxy; alert on rclone/megacmd execution anywhere
- Verify RDP is not internet-exposed (scan your own ASN ranges today); enforce NLA + MFA via RD Gateway or eliminate external RDP entirely
Short-Term (2 weeks)
- Segment backup infrastructure onto dedicated management VLANs with immutable/object-lock storage — DIREWOLF's shadow-copy-first playbook fails against offline immutability
- Deploy EDR in block mode on all servers, including domain controllers and backup servers (commonly excluded — and commonly where staging occurs)
- Implement application control (WDAC/AppLocker) to deny rclone, 7z/rar outside admin paths, and unsigned binaries in
ProgramData/Public - Enforce phishing-resistant MFA (FIDO2) on all remote access: VPN, RMM, email, cloud consoles
- Establish egress filtering with TLS inspection on server VLANs — servers should not have arbitrary internet egress
- Run a purple-team exercise replaying the DIREWOLF chain: edge exploit → RMM persistence → staging → shadow copy deletion, validating each detection in Section 3 fires
Analyst Bottom Line
DIREWOLF's 10-victim single-day drop is a demonstration event, not a one-off. The KEV correlation — Check Point, Cisco FMC, Exchange, ScreenConnect, and a developer supply-chain CVE — paints a group operating multiple parallel access pipelines. Organizations in healthcare, financial services, and technology, particularly in the US, should operate at heightened posture for the next 30 days. The batch-posting pattern means there are almost certainly compromised organizations right now in the dwell-time window before the next leak wave. Hunt with the content above; do not wait for a ransom note.
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.