Back to Intelligence

CLOP Ransomware Gang: 44 Victims Posted in Latest Leak Site Dump — Exploit-Driven Campaign Analysis & Detection Rules

SA
Security Arsenal Team
August 12, 2026
14 min read

Classification: TLP:CLEAR | Published: 2026-08-12 | Source: Live .onion leak site telemetry via ransomware.live | Analyst: Security Arsenal Threat Intelligence

Security Arsenal dark web monitoring has confirmed a fresh CLOP leak site publication wave: 44 victim postings observed in the most recent 100-posting sample, with 15 victims dumped in a single-day batch on 2026-08-12. This is characteristic CLOP tradecraft — mass exploitation of an edge vulnerability, followed by delayed, batched victim disclosure to maximize extortion pressure. Organizations running Check Point gateways, Cisco FMC, Microsoft Exchange, or ConnectWise ScreenConnect should treat this as an active-threat notification.


Threat Actor Profile — CLOP

Aliases: CL0P, TA505 (overlapping), FIN11 (overlapping), Lace Tempest (Microsoft attribution for MOVEit campaigns)

Operating Model: CLOP operates as a closed, semi-private ransomware operation rather than an open RaaS. It evolved out of the TA505/FIN11 financial crime ecosystem and retains tight operational control rather than franchising to affiliates. This means victimology is deliberate and campaign-driven, not opportunistic spray-and-pray.

Ransom Demands: Historically range from $500K to $50M+ USD, scaled to victim revenue. CLOP famously extorts in waves — victims who refuse payment see staged data leaks with escalating sample sizes, plus direct contact of customers/partners listed in stolen data.

Initial Access Methods (historical + current):

  • Mass exploitation of edge/file-transfer appliances — the signature move: Accellion FTA (2020), GoAnywhere MFT (2023), MOVEit Transfer (2023), Cleo LexiCom/VLTrader/Harmony (2024). Zero-day and N-day exploitation of internet-facing file transfer and VPN/edge infrastructure is CLOP's bread and butter.
  • VPN/security gateway exploitation — consistent with CVE-2026-50751 (Check Point IKEv1 improper authentication) appearing in their active tooling window.
  • Phishing with malicious macros/loaders (TrueBot, FlawedGrace legacy from TA505 lineage) as a secondary vector.
  • Supply chain / developer toolchain poisoning — CVE-2026-48027 (Nx Console malicious package) fits this pattern.

Extortion Approach: Classic double extortion — data exfiltration first, encryption second (and increasingly, exfil-only extortion without detonating ransomware at all). Victims are named on the .onion leak site with countdown timers.

Dwell Time: CLOP's mass-exploitation campaigns show extended dwell time before disclosure — webshells/implants (e.g., DEWMODE, LEMURLOOT in past campaigns) can sit for weeks to months while data is quietly harvested. Detonation, when it occurs, is fast and broad; the leak posting typically lags intrusion by 30–90 days.


Current Campaign Analysis

Sector Targeting

The 2026-08-12 batch and recent 100-posting sample show CLOP's typical sector-agnostic opportunism following mass exploitation, weighted toward data-rich mid-market organizations:

SectorSignal
TechnologyHeaviest concentration (AOL.COM, NUVITIA.COM, STNET.IT, FLUIDLOGIC.COM, ITKHOLDING.HU)
ManufacturingQCPL.IN, MIDLANDIND.COM.AU — classic CLOP mid-market industrial targeting
Government & DefenseG3AEROSPACE.COM — aerospace/defense adjacency is a red-flag escalation; expect nation-state-adjacent data sensitivity
Transportation & LogisticsOMNITANKER.COM
Agriculture & Food ProductionENTERATEK.MXESBERBEVERAGE.COM
Professional Services / RetailIPMSOLUTIONS.SK, LIFESTRAW.COM

Geographic Concentration

US-dominant (6 of 15 in the latest batch), with broad secondary spread: GB, MX, FR, SK, IT, IN, AU, HU. This mirrors prior CLOP waves — wherever the vulnerable appliance population sits, victims follow. The inclusion of Slovakia, Hungary, and India confirms this is exploit-population-driven, not region-targeted.

Victim Profile

Mid-market to enterprise: estimated revenue range $10M–$1B+, with several small-but-data-rich technology and professional services firms. CLOP deliberately mixes a marquee name (AOL.COM) with mid-market victims — the marquee name generates press pressure that bleeds onto the smaller victims' negotiations.

Posting Frequency / Escalation Pattern

The 15-victim single-day batch is the tell. CLOP does not dribble postings — it detonates a leak wave weeks/months after the underlying exploitation campaign, then follows with staggered releases of non-payers. Expect a second and third batch over the next 2–4 weeks naming victims who missed the payment deadline. Organizations that discover they were running vulnerable edge software in the May–July 2026 window should assume compromise until proven otherwise, even if not yet named.

CVE Correlation — Likely Initial Access Vectors

The CISA KEV entries active in CLOP's window map cleanly to their known playbook:

  • CVE-2026-50751 (Check Point Security Gateway improper auth, IKEv1) — added to KEV 2026-06-08. Direct fit for CLOP's edge-device exploitation doctrine. Unauthenticated VPN gateway compromise yields exactly the foothold + credential access they need.
  • CVE-2026-20131 (Cisco Secure FMC deserialization) — management-plane compromise of the firewall estate; enables policy tampering and blind-spot creation before exfil.
  • CVE-2023-21529 (Exchange deserialization) — mailbox data theft and internal pivoting; CLOP values email archives for extortion leverage.
  • CVE-2024-1708 (ConnectWise ScreenConnect path traversal) — RMM abuse for persistence and lateral movement; deployed post-initial-access.
  • CVE-2026-48027 (Nx Console embedded malicious code) — developer toolchain poisoning; plausible vector into technology-sector victims specifically.

Assessment: This campaign is most consistent with Check Point gateway exploitation as primary initial access, with ScreenConnect/Exchange used for post-compromise expansion. The technology-sector skew may partially reflect the Nx supply-chain vector.


Detection Engineering

The following detections target CLOP's documented TTPs: edge exploitation followed by webshell/loader staging, RMM-based lateral movement, data staging into archives, and bulk exfiltration prior to extortion.

YAML
---
title: CLOP Edge Exploitation Follow-On - Webshell and Loader Execution from VPN/Exchange Processes
description: Detects suspicious child processes spawned by Check Point, Exchange, or web server processes — consistent with CLOP post-exploitation webshell activity (DEWMODE/LEMURLOOT lineage) after edge device compromise.
status: experimental
author: Security Arsenal Threat Intelligence
date: 2026/08/12
references:
  - https://securityarsenal.com/darkside
logsource:
  category: process_creation
  product: windows
detection:
  selection_parent:
    ParentImage|endswith:
      - '\w3wp.exe'
      - '\UMWorkerProcess.exe'
      - '\httpd.exe'
      - '\nginx.exe'
    ParentImage|contains:
      - 'CheckPoint'
      - 'Exchange'
  selection_child:
    Image|endswith:
      - '\cmd.exe'
      - '\powershell.exe'
      - '\pwsh.exe'
      - '\rundll32.exe'
      - '\certutil.exe'
      - '\bitsadmin.exe'
      - '\curl.exe'
      - '\whoami.exe'
      - '\net.exe'
      - '\nltest.exe'
  condition: selection_parent and selection_child
falsepositives:
  - Exchange cumulative update installers
  - Legitimate Check Point management scripts (rare on gateways)
level: high
tags:
  - attack.initial_access
  - attack.t1190
  - attack.t1505.003
  - attack.t1059
---
title: CLOP Pre-Encryption Data Staging - Bulk Archive Creation with Renamed RAR/7z
description: Detects mass compression activity characteristic of CLOP data staging prior to exfiltration — archive utilities executed from non-standard paths or with obfuscated names, or creating archives in staging directories.
status: experimental
author: Security Arsenal Threat Intelligence
date: 2026/08/12
logsource:
  category: process_creation
  product: windows
detection:
  selection_img:
    Image|endswith:
      - '\rar.exe'
      - '\7z.exe'
      - '\7za.exe'
      - '\winrar.exe'
  selection_cli:
    CommandLine|contains:
      - ' a '
      - ' -r'
      - ' -hp'
      - ' -p'
  selection_path:
    Image|contains:
      - '\Temp\'
      - '\ProgramData\'
      - '\Users\Public\'
      - '\AppData\'
  selection_suspicious_output:
    CommandLine|contains:
      - 'C:\ProgramData\'
      - 'C:\Users\Public\'
      - '.zip"
      - '.rar"
  condition: selection_img and selection_cli and (selection_path or selection_suspicious_output)
falsepositives:
  - IT backup scripting (constrain to staging paths to reduce noise)
  - Software packaging teams
level: high
tags:
  - attack.collection
  - attack.t1560.001
  - attack.t1074
---
title: CLOP Lateral Movement via RMM and PsExec-Style Service Execution
description: Detects PsExec-style remote service installation and ScreenConnect/undesired RMM execution consistent with CLOP post-exploitation lateral movement (CVE-2024-1708 ScreenConnect abuse).
status: experimental
author: Security Arsenal Threat Intelligence
date: 2026/08/12
logsource:
  category: process_creation
  product: windows
detection:
  selection_psexec:
    - Image|endswith:
        - '\psexec.exe'
        - '\psexesvc.exe'
        - '\paexec.exe'
    - OriginalFileName:
        - 'PsExec'
        - 'psexesvc.exe'
  selection_rmm:
    Image|endswith:
      - '\ScreenConnect.ClientService.exe'
      - '\ScreenConnect.WindowsClient.exe'
      - '\anydesk.exe'
      - '\teamviewer.exe'
  selection_rmm_unsigned_path:
    Image|contains:
      - '\AppData\'
      - '\Temp\'
      - '\ProgramData\'
  condition: selection_psexec or (selection_rmm and selection_rmm_unsigned_path)
falsepositives:
  - Sanctioned PsExec administration (allowlist by admin account + source host)
  - Corporate ScreenConnect instances — validate instance ID against your tenant
level: high
tags:
  - attack.lateral_movement
  - attack.t1021.002
  - attack.t1569.002
  - attack.t1219
KQL — Microsoft Sentinel / Defender
// Security Arsenal — CLOP Pre-Ransomware Staging & Lateral Movement Hunt
// Microsoft Sentinel | Lookback: 14d | Run daily during active CLOP campaign windows
// Hunts: edge-device logins from anomalous sources, archive staging, RMM tool drops,
//        suspicious outbound volume (exfil), and shadow copy tampering.

let Lookback = 14d;
let SuspiciousTools = dynamic(["rar.exe","7z.exe","7za.exe","psexec.exe","psexesvc.exe",
  "screenconnect.clientservice.exe","anydesk.exe","certutil.exe","bitsadmin.exe","megasync.exe","rclone.exe"]);

// --- Part 1: New admin logons from unusual sources near VPN/edge events ---
let AnomalousLogons =
  SigninLogs
  | where TimeGenerated > ago(Lookback)
  | where ResultType == 0
  | summarize FirstSeen=min(TimeGenerated), Apps=make_set(AppDisplayName),
      IPs=make_set(IPAddress), Locations=make_set(Location)
    by UserPrincipalName
  | where array_length(IPs) == 1;  // tune: users with single new IP in window

// --- Part 2: Staging & exfil tooling execution ---
let StagingExec =
  DeviceProcessEvents
  | where TimeGenerated > ago(Lookback)
  | where FileName has_any (SuspiciousTools)
     or ProcessCommandLine has_any (" -hp", " -p", "rclone copy", "rclone sync", "mega-put")
  | project TimeGenerated, DeviceName, AccountName, FileName, ProcessCommandLine, FolderPath, SHA256;

// --- Part 3: Volume Shadow Copy deletion (pre-encryption anti-recovery) ---
let VssTamper =
  DeviceProcessEvents
  | where TimeGenerated > ago(Lookback)
  | where ProcessCommandLine has_any ("vssadmin delete shadows", "vssadmin Delete Shadows",
        "wmic shadowcopy delete", "bcdedit") 
     or (ProcessCommandLine has "recoveryenabled" and ProcessCommandLine has "no")
  | project TimeGenerated, DeviceName, AccountName, FileName, ProcessCommandLine;

// --- Part 4: High-volume outbound transfer from servers (exfil proxy signal) ---
let ExfilVolume =
  DeviceNetworkEvents
  | where TimeGenerated > ago(Lookback)
  | where RemotePort in (443, 22, 21, 990)
  | where RemoteIPType == "Public"
  | summarize TotalConnections=count(), UniqueRemotes=dcount(RemoteIP),
      RemoteIPs=make_set(RemoteIP, 20)
    by DeviceName, InitiatingProcessFileName
  | where TotalConnections > 500  // tune to baseline
  | where InitiatingProcessFileName !in~ ("svchost.exe","msedge.exe","chrome.exe","MsMpEng.exe");

// --- Correlate ---
union withsource=Signal
  (StagingExec | extend Detail=ProcessCommandLine),
  (VssTamper | extend Detail=ProcessCommandLine),
  (ExfilVolume | extend TimeGenerated=now(), AccountName="", FileName=InitiatingProcessFileName,
      Detail=strcat("connections=", TotalConnections))
| sort by TimeGenerated desc
PowerShell
# Security Arsenal — CLOP Rapid Triage & Hardening Script
# Run elevated on suspected hosts / file servers during campaign windows.
# Checks: shadow copy integrity, recent scheduled tasks, RMM presence,
#         suspicious archive staging, and RDP exposure.
# Usage: .	riage-clop.ps1 [-Days 7]

param([int]$Days = 7)
$cutoff = (Get-Date).AddDays(-$Days)
$report = [System.Collections.Generic.List[object]]::new()

function Add-Finding($Category, $Detail, $Severity) {
    $report.Add([pscustomobject]@{Category=$Category; Detail=$Detail; Severity=$Severity})
}

Write-Host "[*] Security Arsenal CLOP triage — $env:COMPUTERNAME — $(Get-Date)`n" -ForegroundColor Cyan

# 1. Volume Shadow Copy integrity (CLOP deletes these pre-encryption)
try {
    $shadows = Get-CimInstance Win32_ShadowCopy -ErrorAction Stop
    if (-not $shadows) { Add-Finding "VSS" "NO shadow copies present — possible anti-recovery tampering" "HIGH" }
    else { Add-Finding "VSS" "$($shadows.Count) shadow copies present (oldest: $(($shadows | Sort-Object InstallDate | Select-Object -First 1).InstallDate))" "INFO" }
} catch { Add-Finding "VSS" "Unable to enumerate shadow copies: $($_.Exception.Message)" "MEDIUM" }

# 2. Scheduled tasks created in last N days (persistence / detonation triggers)
Get-ScheduledTask | Where-Object { $_.Date -gt $cutoff -and $_.TaskPath -notlike '\Microsoft\*' } |
  ForEach-Object { Add-Finding "Persistence" "New scheduled task: $($_.TaskPath)$($_.TaskName) — created $($_.Date)" "HIGH" }

# 3. Unauthorized RMM tooling (ScreenConnect, AnyDesk, TeamViewer, etc.)
$rmmPatterns = 'screenconnect','anydesk','teamviewer','splashtop','atera','ninja','rustdesk'
Get-CimInstance Win32_Product -ErrorAction SilentlyContinue | Where-Object {
    $name = $_.Name; $rmmPatterns | Where-Object { $name -match $_ }
} | ForEach-Object { Add-Finding "RMM" "Installed RMM tool: $($_.Name) — verify against approved software list" "HIGH" }
Get-Process -ErrorAction SilentlyContinue | Where-Object {
    $n = $_.ProcessName; $rmmPatterns | Where-Object { $n -match $_ }
} | ForEach-Object { Add-Finding "RMM" "RUNNING RMM process: $($_.ProcessName) (PID $($_.Id))" "CRITICAL" }

# 4. Recent large archive files in staging locations (pre-exfil signal)
$stagingPaths = @("$env:ProgramData", "$env:PUBLIC", "$env:TEMP")
foreach ($p in $stagingPaths) {
    Get-ChildItem -Path $p -Recurse -Include *.rar,*.7z,*.zip -ErrorAction SilentlyContinue |
      Where-Object { $_.LastWriteTime -gt $cutoff -and $_.Length -gt 100MB } |
      ForEach-Object { Add-Finding "Staging" "Large recent archive: $($_.FullName) ($([math]::Round($_.Length/1MB)) MB, modified $($_.LastWriteTime))" "HIGH" }
}

# 5. RDP exposure & recent RDP logons (EventID 4624 Type 10)
$rdp = Get-CimInstance Win32_TerminalServiceSetting -Namespace root\cimv2\TerminalServices -ErrorAction SilentlyContinue
if ($rdp -and $rdp.AllowTSConnections -eq 1) { Add-Finding "Exposure" "RDP ENABLED — verify NLA, restrict via firewall to VPN subnet only" "MEDIUM" }
Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4624; StartTime=$cutoff} -ErrorAction SilentlyContinue |
  Where-Object { $_.Message -match 'Logon Type:\s+10' } |
  Select-Object -First 20 | ForEach-Object {
    if ($_.Message -match 'Source Network Address:\s+(\S+)') {
        Add-Finding "RDP" "RDP logon from $($Matches[1]) at $($_.TimeCreated)" "MEDIUM" }
}

# 6. Webshell check on Exchange (if applicable)
if (Test-Path "C:\inetpub\wwwroot\aspnet_client") {
    Get-ChildItem "C:\inetpub\wwwroot\aspnet_client" -Recurse -Include *.aspx,*.ashx -ErrorAction SilentlyContinue |
      Where-Object { $_.LastWriteTime -gt $cutoff } |
      ForEach-Object { Add-Finding "Webshell" "Recently modified web file: $($_.FullName) ($($_.LastWriteTime))" "CRITICAL" }
}

# Output
Write-Host "`n=== FINDINGS ===" -ForegroundColor Yellow
$report | Sort-Object @{e={$_.Severity -eq 'CRITICAL'};Descending=$true}, @{e={$_.Severity -eq 'HIGH'};Descending=$true} |
  Format-Table -AutoSize | Out-String -Width 300 | Write-Host
$report | Export-Csv -Path ".\triage-$env:COMPUTERNAME-$(Get-Date -Format 'yyyyMMdd-HHmm').csv" -NoTypeInformation
Write-Host "[*] Report saved. Escalate any CRITICAL/HIGH findings to IR immediately." -ForegroundColor Cyan

Incident Response Priorities

T-Minus Detection Checklist (Before Encryption Fires)

CLOP's pre-extortion phase generates detectable noise. Hunt these in order:

  1. Edge device anomalies — Check Point/Cisco FMC configuration changes, new local admin accounts on gateways, unexplained firmware-level logins (post-CVE-2026-50751 exploitation).
  2. Webshell artifacts — new/modified .aspx/.jsp files under web roots on Exchange and file-transfer appliances; w3wp.exe spawning cmd.exe.
  3. Discovery burstsnltest /dclist, net group "Domain Admins", BloodHound/SharpHound output files (*.zip of AD data) on non-admin workstations.
  4. Data staging — multi-GB .rar/.7z files appearing in C:\ProgramData\, C:\Users\Public\, or file-server temp shares.
  5. Exfil tooling — Rclone, MEGAsync, or direct SFTP sessions from servers to unfamiliar public IPs; sustained >500MB outbound sessions.
  6. Anti-recovery prepvssadmin delete shadows, bcdedit ... recoveryenabled no, backup console credential access.
  7. RMM proliferation — ScreenConnect/AnyDesk services installed estate-wide via GPO or PsExec (this is the pre-detonation distribution mechanism).

Critical Assets CLOP Prioritizes for Exfiltration

  • File transfer/MFT repositories — the initial target itself; everything that ever transited the appliance.
  • Email archives (Exchange mailboxes, PSTs) — extortion leverage and customer lists.
  • Finance/HR data — payroll, tax filings, PII for regulatory pressure.
  • Legal contracts & IP — engineering drawings (critical for the manufacturing/aerospace victims in this batch), source code, M&A documents.
  • Backup catalogs — to assess recovery ability and calibrate ransom size.

Containment Actions — Ordered by Urgency

  1. Isolate the edge: Disable or ACL-restrict the compromised VPN/firewall management interfaces immediately. Assume gateway credentials are burned — rotate all VPN, LDAP-bind, and service account secrets.
  2. Kill exfil channels: Egress-filter servers to approved destinations only; block Rclone/MEGA endpoints at the proxy. Preserving data confidentiality takes priority over preserving attacker access for forensics — CLOP already has your data by the time you detect.
  3. Disable rogue RMM: Hunt and remove unauthorized ScreenConnect/AnyDesk instances via EDR; block known RMM hashes and installer domains estate-wide.
  4. Protect backups: Take backup infrastructure offline or immutable NOW — verify VSS and snapshot integrity on file servers and hypervisors.
  5. Segment: Enforce emergency VLAN/EDR network isolation between user segments and server segments to break lateral movement.
  6. Preserve evidence: Memory capture on edge-adjacent servers and any host showing staging indicators before remediation wipes artifacts.
  7. Engage IR counsel early: CLOP leaks trigger regulatory clocks (GDPR, state breach laws) — the G3AEROSPACE.COM victim shows defense-sector data may also trigger CUI/ITAR notification obligations.

Hardening Recommendations

Immediate (24 hours)

  • Patch or mitigate CVE-2026-50751 (Check Point) and CVE-2026-20131 (Cisco FMC) — these are the active campaign vectors. If patching is not possible, disable IKEv1 and restrict management-plane access to a dedicated admin VLAN.
  • Audit for unauthorized ScreenConnect instances (CVE-2024-1708 abuse) — any instance not matching your corporate tenant ID is malicious until proven otherwise.
  • Block archive-tool + exfil-tool execution via AppLocker/WDAC: Rclone, MEGAsync, WinRAR/7-Zip outside sanctioned packaging teams.
  • Egress filtering: deny outbound 443/22 from servers to non-allowlisted destinations; alert on sustained high-volume sessions.
  • Force rotation of all credentials stored on or transiting edge appliances, and enable phishing-resistant MFA on all remote access.

Short-Term (2 Weeks)

  • Segment management planes: firewall/VPN management interfaces must never be internet-reachable; move behind a jump host with JIT access.
  • Deploy the Sigma/KQL detections above into your SIEM with 14-day lookback retro-hunts — CLOP dwell time means the intrusion likely predates today's signatures.
  • Immutable backups (WORM/object-lock) with an isolated recovery environment; CLOP actively enumerates backup infrastructure.
  • File-transfer architecture review: inventory every MFT/file-sharing appliance; these are CLOP's favorite zero-day targets. Place them in dedicated DMZs with strict egress rules and full packet capture.
  • Attack surface monitoring for developer toolchain exposure given the Nx supply-chain vector — audit IDE extension inventories and npm/package provenance controls.
  • Tabletop a double-extortion scenario: legal, comms, and execs need a pre-agreed position on extortion contact before a leak timer starts.

Analyst Note: The single-day batch of 15 named victims strongly suggests this wave traces to exploitation completed weeks ago. If your organization ran vulnerable Check Point, Cisco FMC, Exchange, or ScreenConnect infrastructure between March and July 2026, initiate retro-hunting immediately — absence from today's leak list is not absence of compromise. CLOP staggers non-payer releases.

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.