Classification: TLP:CLEAR | Publication Date: 2026-09-27 | Source: ransomware.live leak-site monitoring (single-source for some listings — see Sourcing & Verification) | Nature of data: Unverified threat-actor claims
BARRACUDA Ransomware Gang: 3 New Leak-Site Listings — Sector Targeting Analysis, Detection Rules & Response Playbook
Executive Summary
Between 2026-09-23 and 2026-09-26, the ransomware group tracked as BARRACUDA listed three organizations on its dark web leak site:
- International Chemical Co. (Manufacturing, country unspecified) — listed 2026-09-26
- Solucioning S.A. (Other services, Argentina) — listed 2026-09-24
- Abtach Ltd. (sector not determined, country unspecified) — listed 2026-09-23
These are claims made by a criminal organization, not confirmed breaches. None of the three listings has been independently corroborated by a second leak-site crawler, and no tier of this data confirms that any intrusion occurred. That said, leak-site listings — even unverified ones — are operationally meaningful: they indicate where a crew is focusing effort, and organizations in manufacturing and Latin American markets should treat this as a signal to validate exposure against BARRACUDA's known playbook. This briefing provides the profile, detection engineering content, and response priorities to do exactly that.
Sourcing & Verification
- Corroboration status: 0 of 3 listings were independently observed by a second leak-site crawler. All 3 listings are single-source, appearing on ransomware.live only. Single-source means no second crawler has confirmed the posting even exists on the gang's site — it says nothing either way about whether a breach occurred.
- What inclusion means: Inclusion in this briefing reflects the threat actor's claim and is not confirmation of a breach. No tier in our monitoring data confirms a breach — only the named organization or its regulator can do that.
- Disputes and denials: A named organization may dispute the listing. A denial is likewise not proof the claim is false — disclosure obligations vary by jurisdiction and sector, and not every incident is reportable. Neither silence nor denial settles the question.
- Corrections: Security Arsenal will publish corrections as warranted and welcomes contact from any named organization at security@securityarsenal.com.
Threat Actor Profile — BARRACUDA
| Attribute | Assessment |
|---|---|
| Model | Operates as a closed or semi-closed ransomware crew; no public evidence of a broad affiliate RaaS program. Victim cadence (low, targeted) is consistent with a hands-on intrusion team rather than volume affiliate operations. |
| Aliases | No widely accepted aliases in open reporting at time of writing. Track by leak-site identity and TTP overlap; monitor for rebranding, which is common at this operational tempo. |
| Extortion model | Double extortion: data exfiltration prior to encryption, with leak-site publication used as pressure. The three listings this week follow the classic pattern — naming the victim first, data release threatened or staged later. |
| Typical ransom demands | Crews at this cadence typically demand in the low-to-mid six figures USD for small-to-midmarket victims, scaling with perceived revenue. No verified demand figures are available for this week's listings. |
| Initial access methods | Consistent with peer groups: exploitation of internet-facing remote access (VPN concentrators, firewall management planes), RDP exposure/brute force, and phishing with macro- or script-based payloads. See CVE section below for current sector-level exposure hypotheses. |
| Dwell time | Comparable crews average 5–14 days from initial access to detonation, with exfiltration staged in the final 48–72 hours. The pre-encryption window is where defenders win. |
Current Campaign Analysis
Sector targeting. Of the three listed organizations, one is identified as Manufacturing (International Chemical Co.), one as Other/services (Solucioning S.A.), and one has no determinable sector (Abtach Ltd.). Manufacturing remains the most consistently targeted vertical across the ransomware ecosystem due to low tolerance for downtime and frequently flat OT/IT-adjacent networks. A chemical manufacturer in scope raises the stakes: process disruption and safety-system adjacency increase pressure to pay.
Geographic concentration. Solucioning S.A. is listed in Argentina (AR); the other two listings have no country identified. One data point is not a regional campaign, but Latin American mid-market firms are historically underserved by MDR coverage and are increasingly attractive to mid-tier crews precisely because detection maturity is lower.
Victim profile. The listed organizations appear to be small-to-midmarket enterprises. This fits BARRACUDA's cadence: three postings in roughly a week suggests deliberate, hands-on intrusions against organizations large enough to pay but unlikely to have 24/7 detection.
Posting frequency / escalation. Three listings in four days (2026-09-23 through 2026-09-26) is an elevated tempo versus a dormant baseline. Watch for whether any listing converts to a data release — that transition is the strongest signal the claim has substance, and it is also the moment a named organization's disclosure clock may start.
CVE exposure hypotheses (sector-level, NOT victim attribution). We have no evidence linking any specific CVE to any named listing. However, BARRACUDA's known access methods overlap with currently exploited vulnerabilities in the CISA KEV catalog, and defenders in manufacturing and LATAM should treat these as priority patch/audit items:
- CVE-2026-50751 (Check Point Security Gateway, improper authentication in IKEv1) — VPN-edge compromise is the canonical entry for crews of this profile.
- CVE-2026-20316 (Cisco Secure Firewall Management Center, hard-coded password) — management-plane compromise enables both access and defense evasion.
- CVE-2026-59310 (VMware vCenter path traversal) — vCenter access is a force multiplier: it enables mass hypervisor-level encryption, the highest-impact detonation path.
- CVE-2026-63077 (JetBrains TeamCity deserialization) — build-server compromise provides both initial access and a code-signing/supply-chain pivot.
- CVE-2026-48027 (Nx Console embedded malicious code) — developer-toolchain supply-chain exposure.
Detection Engineering
The following detections target the TTP chain consistent with BARRACUDA's playbook: edge/VPN access → execution → lateral movement via PsExec/WMI → staging and exfiltration → shadow copy deletion → encryption.
---
title: BARRACUDA - Pre-Encryption Shadow Copy Tampering
id: 8f3a1c2e-7b4d-4e9a-b6c1-2d5e8f0a9b31
status: experimental
description: Detects deletion or modification of Volume Shadow Copies via vssadmin, wmic, or bcdedit - a hallmark pre-encryption anti-recovery step observed across double-extortion crews including BARRACUDA.
author: Security Arsenal Threat Intel
references:
- https://securityarsenal.com/darkside
date: 2026/09/27
logsource:
category: process_creation
product: windows
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 scripts
- IT storage reclamation tasks
level: high
tags:
- attack.impact
- attack.t1490
---
title: BARRACUDA - PsExec or WMI Remote Service Execution for Lateral Movement
id: 4b7d9e1a-2c6f-4a8b-9d3e-5f1a7c0e2b44
status: experimental
description: Detects remote execution patterns consistent with BARRACUDA-style lateral movement - PsExec service installation, WMIC remote process creation, or ADMIN$/IPC$ based tool deployment from a non-administrative host.
author: Security Arsenal Threat Intel
references:
- https://securityarsenal.com/darkside
date: 2026/09/27
logsource:
category: process_creation
product: windows
detection:
selection_psexec:
Image|endswith:
- '\PSEXESVC.exe'
- '\psexec.exe'
- '\psexec64.exe'
selection_wmic:
Image|endswith: '\wmic.exe'
CommandLine|contains|all:
- 'process call create'
- '/node:'
selection_svc:
CommandLine|contains:
- 'ADMIN$'
- 'IPC$'
ParentImage|endswith: '\services.exe'
condition: selection_psexec or selection_wmic or selection_svc
falsepositives:
- Legitimate administrative tooling (SCCM, PDQ) - baseline known deployment hosts and exclude
level: high
tags:
- attack.lateral-movement
- attack.t1021.002
- attack.t1047
- attack.t1569.002
---
title: BARRACUDA - Suspect Data Staging and Archive Creation Before Exfiltration
id: 9c2e5f7b-1d4a-4b8c-a3e6-7f0d2b9c4e58
status: experimental
description: Detects mass archive creation with compression utilities to staging directories, plus common exfiltration tooling (rclone, winscp) - the pre-leak data staging phase characteristic of double-extortion operations.
author: Security Arsenal Threat Intel
references:
- https://securityarsenal.com/darkside
date: 2026/09/27
logsource:
category: process_creation
product: windows
detection:
selection_archiver:
Image|endswith:
- '\rar.exe'
- '\7z.exe'
- '\7za.exe'
- '\winrar.exe'
selection_archiver_cmd:
CommandLine|contains:
- ' -p'
- '.rar'
- '.7z'
- 'a -t7z'
selection_exfil_tool:
Image|endswith:
- '\rclone.exe'
- '\winscp.exe'
- '\filezilla.exe'
- '\megacmd.exe'
condition: (selection_archiver and selection_archiver_cmd) or selection_exfil_tool
falsepositives:
- Legitimate backup compression jobs
- Developer build packaging - restrict alerting to non-build, non-backup hosts
level: medium
tags:
- attack.collection
- attack.t1560.001
- attack.exfiltration
- attack.t1567
// BARRACUDA pre-ransomware staging hunt - Microsoft Sentinel
// Hunts for the compressed 72-hour window before detonation: new service installs,
// remote execution, archive tooling, shadow copy tampering, and bulk file access
// on the same host within a rolling window.
let Lookback = 7d;
let StagingWindow = 72h;
let SuspiciousProcs = dynamic(["vssadmin.exe","bcdedit.exe","rar.exe","7z.exe","7za.exe","rclone.exe","winscp.exe","PSEXESVC.exe","wmic.exe","psexec.exe"]);
let ProcEvents =
DeviceProcessEvents
| where TimeGenerated > ago(Lookback)
| where FileName in~ (SuspiciousProcs)
| project DeviceName, ProcTime=TimeGenerated, FileName, ProcessCommandLine, AccountName, InitiatingProcessFileName;
let NewServices =
Event
| where TimeGenerated > ago(Lookback)
| where EventID == 7045
| extend ServiceName = tostring(split(EventData, "<")[0])
| project DeviceName=Computer, SvcTime=TimeGenerated, ServiceName, EventData;
let BulkFileAccess =
DeviceFileEvents
| where TimeGenerated > ago(Lookback)
| where ActionType == "FileCreated"
| where FileName endswith ".rar" or FileName endswith ".7z" or FileName endswith ".zip"
| summarize ArchiveCount = count(), ArchiveNames = make_set(FileName, 10) by DeviceName, bin(TimeGenerated, 1h)
| where ArchiveCount >= 5;
ProcEvents
| join kind=inner (NewServices) on DeviceName
| where ProcTime between (SvcTime .. SvcTime + StagingWindow)
| join kind=leftouter (BulkFileAccess) on DeviceName
| summarize
SuspiciousProcessCount = count(),
ProcessesSeen = make_set(FileName, 20),
Commands = make_set(ProcessCommandLine, 10),
NewServicesInstalled = make_set(ServiceName, 10),
TotalArchiveBurst = sum(ArchiveCount)
by DeviceName, AccountName, bin(ProcTime, 1d)
| where SuspiciousProcessCount >= 2
| order by SuspiciousProcessCount desc;
// Escalate any host with 3+ distinct suspicious processes AND a new service AND archive bursts.
# BARRACUDA Rapid Triage Script - run on suspect hosts or fleet-wide via your RMM/EDR shell
# Checks: RDP exposure, shadow copy health, scheduled tasks added in last 7 days,
# suspicious new services, and known staging/exfil tooling presence.
# Classification: TLP:CLEAR | Security Arsenal | 2026-09-27
Write-Host "=== BARRACUDA Rapid Triage - $(Get-Date -Format 'yyyy-MM-dd HH:mm') ===" -ForegroundColor Cyan
# 1. RDP exposure check
Write-Host "`n[1] RDP Exposure" -ForegroundColor Yellow
$rdpEnabled = (Get-ItemProperty 'HKLM:\System\CurrentControlSet\Control\Terminal Server').fDenyTSConnections
$nla = (Get-ItemProperty 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -ErrorAction SilentlyContinue).UserAuthentication
if ($rdpEnabled -eq 0) {
Write-Host " [!] RDP ENABLED. NLA: $(if($nla -eq 1){'ON (good)'}else{'OFF - RISK'})" -ForegroundColor Red
Get-NetTCPConnection -LocalPort 3389 -State Listen -ErrorAction SilentlyContinue | Select-Object LocalAddress,LocalPort | Format-Table
} else { Write-Host " [OK] RDP disabled." -ForegroundColor Green }
# 2. Volume Shadow Copy health (anti-recovery tampering check)
Write-Host "`n[2] Volume Shadow Copies" -ForegroundColor Yellow
$shadows = Get-CimInstance Win32_ShadowCopy -ErrorAction SilentlyContinue
if ($shadows) {
$shadows | Select-Object DeviceObject, InstallDate, @{N='AgeHours';E={[math]::Round(((Get-Date)-$_.InstallDate).TotalHours,1)}} | Format-Table
$recent = $shadows | Where-Object { $_.InstallDate -gt (Get-Date).AddDays(-1) }
if (-not $recent) { Write-Host " [!] No shadow copies newer than 24h - verify backup cadence has not been tampered with." -ForegroundColor Red }
} else { Write-Host " [!] ZERO shadow copies present - potential T1490 tampering. Investigate." -ForegroundColor Red }
# 3. Scheduled tasks created/modified in last 7 days
Write-Host "`n[3] Scheduled Tasks (last 7 days)" -ForegroundColor Yellow
Get-ScheduledTask | ForEach-Object {
$info = $_ | Get-ScheduledTaskInfo -ErrorAction SilentlyContinue
[PSCustomObject]@{ Name=$_.TaskName; Path=$_.TaskPath; Author=$_.Author; LastRun=$info.LastRunTime }
} | Where-Object { $_.Path -notlike '\Microsoft*' -and $_.LastRun -gt (Get-Date).AddDays(-7) } | Format-Table -AutoSize
# 4. New services in last 7 days (PsExec-style lateral movement artifact)
Write-Host "`n[4] Services Installed in Last 7 Days (Event 7045)" -ForegroundColor Yellow
Get-WinEvent -FilterHashtable @{LogName='System'; Id=7045; StartTime=(Get-Date).AddDays(-7)} -ErrorAction SilentlyContinue |
Select-Object TimeCreated, @{N='Service';E={$_.Properties[0].Value}}, @{N='Binary';E={$_.Properties[1].Value}} | Format-Table -AutoSize
# 5. Known staging/exfil tooling sweep
Write-Host "`n[5] Staging/Exfil Tooling Sweep" -ForegroundColor Yellow
$tools = @('rclone.exe','winscp.exe','megacmd.exe','PSEXESVC.exe','7za.exe')
foreach ($t in $tools) {
$found = Get-ChildItem -Path 'C:\Users','C:\ProgramData','C:\Windows\Temp' -Filter $t -Recurse -ErrorAction SilentlyContinue -Depth 4
if ($found) { $found | ForEach-Object { Write-Host " [!] FOUND: $($_.FullName) (Modified: $($_.LastWriteTime))" -ForegroundColor Red } }
}
Write-Host "`n=== Triage complete. Escalate any [!] findings to IR immediately. ===" -ForegroundColor Cyan
Incident Response Priorities
T-minus detection checklist (before encryption fires):
- New local or domain admin accounts, or existing accounts added to privileged groups outside change windows.
- Event 7045 service installations with randomized or mimicked-legitimate names — BARRACUDA-style crews stage ransomware as services for SYSTEM-level execution.
vssadmin delete shadows,bcdedit recoveryenabled no, or shadow storage resizing on servers — the most reliable pre-detonation tripwire.- Bulk archive creation (
.rar/.7z) in user-writable staging paths (C:\ProgramData,C:\Users\Public,C:\Windows\Temp). - EDR/AV tampering: service stops, exclusion additions, or uninstall attempts on security agents.
- Unusual outbound volume to cloud storage (MEGA, Dropbox, rclone endpoints) or unknown VPS IPs — especially off-hours.
- vCenter/ESXi authentication anomalies — mass VM encryption is the highest-impact detonation path.
Assets this profile of gang prioritizes for exfiltration: finance and payroll data, HR/PII records, contracts and legal documents, and — for manufacturing victims — engineering drawings, formulations, and process documentation. For a chemical-sector listing specifically, assume proprietary process IP is the pressure lever.
Containment, ordered by urgency:
- Isolate affected hosts at the network layer (EDR isolate or switch-level) — do NOT power off; preserve memory for forensics.
- Disable compromised accounts and force credential resets for any account observed in lateral movement paths, starting with tier-0.
- Block identified exfil destinations at the egress proxy/firewall; retain netflow for scoping what left.
- Snapshot/preserve shadow copies and backups immediately; verify offline backup integrity before attackers reach backup infrastructure.
- If vCenter is in scope, isolate the management plane and audit recent VM-level operations.
- Engage IR counsel early — if any named listing converts to a data release, regulatory clocks may start.
Hardening Recommendations
Immediate (24 hours):
- Patch or compensate for CVE-2026-50751 (Check Point IKEv1) and CVE-2026-20316 (Cisco FMC hard-coded password) — edge and management-plane compromise is the most probable entry for this crew profile.
- Disable or ACL RDP off the internet entirely; enforce NLA and MFA on any remaining remote access.
- Deploy the shadow-copy tampering Sigma rule above fleet-wide today; alert on ANY match.
- Block or alert on
rclone.exe,winscp.exe, andmegacmd.exeexecution outside approved admin hosts. - Audit for new local admin accounts and unauthorized group membership changes in the last 14 days.
- Verify backups are offline/immutable and that backup console credentials are separate from domain credentials.
Short-term (2 weeks):
- Patch CVE-2026-59310 (vCenter) and segment the virtualization management plane onto a dedicated, MFA-gated network; mass VM encryption is the worst-case detonation path.
- Remediate CVE-2026-63077 (TeamCity) and audit build servers for unauthorized agents or artifacts; developer toolchain exposure (CVE-2026-48027, Nx Console) warrants dependency pinning and code-signing verification.
- Implement egress filtering with TLS inspection or DNS-based exfil detection; default-deny outbound from servers that don't require internet.
- Deploy LAPS and tiered administration to break the credential-reuse lateral movement model.
- Stand up 24/7 monitoring (in-house or MDR) with the detections in this briefing as baseline content — BARRACUDA's victim profile explicitly favors organizations without overnight coverage.
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.