Classification: TLP:AMBER | Briefing Date: 2026-08-10 | Source: Direct monitoring of GLOBAL SECRET GROUP .onion leak site via ransomware.live
Executive Summary
On 2026-08-10, GLOBAL SECRET GROUP posted three new victims to its dark web leak site in a single 24-hour window, with two-thirds of the victim list concentrated in the financial services sector spanning the United States and Greece. This burst-style posting pattern — multiple victims disclosed simultaneously rather than dripped out over days — is a classic pressure tactic indicating the group is either clearing a backlog of stalled negotiations or attempting to amplify perceived operational tempo. Financial services organizations, insurance agencies, and SMBs in the US and EU should treat this as an active threat and immediately validate edge device exposure, VPN authentication integrity, and data exfiltration detection coverage.
1. Threat Actor Profile — GLOBAL SECRET GROUP
| Attribute | Assessment |
|---|---|
| Aliases | GLOBAL SECRET, GSG (internal leak site branding); no confirmed overlap with major rebranded families yet, though operator TTPs show strong lineage to former LockBit/BlackCat affiliate tooling |
| Operating Model | Assessed as a RaaS (Ransomware-as-a-Service) operation with a small core team managing the leak site and negotiation infrastructure, and semi-vetted affiliates executing intrusions. Low victim volume (3 in last 100 postings observed) suggests either a newer operation or a deliberately selective affiliate program |
| Ransom Demands | Estimated range $250K–$2.5M USD based on victim revenue profile (SMB-to-mid-market focus); demands are denominated in Monero or BTC with typical 72-hour initial deadlines |
| Initial Access Methods | Primary vectors observed in comparable low-volume RaaS crews: (1) exploitation of internet-facing VPN/security gateways (consistent with current KEV-listed edge device CVEs), (2) phishing with malicious macro/documents, (3) exposed RDP with brute-forced or purchased credentials, and (4) abused remote access tooling (ScreenConnect-class RMM) |
| Extortion Model | Double extortion — data exfiltration prior to encryption, with leak site publication used as negotiation leverage. All three 2026-08-10 postings appear to be name-and-shame escalations, not first-contact notices |
| Average Dwell Time | Estimated 5–12 days from initial access to detonation, consistent with peer groups at this maturity tier; data staging typically begins 48–72 hours before encryption |
Confidence: Moderate. Low victim volume limits statistical confidence; assessments of initial access are weighted against CVE associations and peer-group TTP overlap.
2. Current Campaign Analysis
2.1 Sector Targeting
| Victim | Sector | Country | Published |
|---|---|---|---|
| Coggins Insurance Agency | Financial Services | US | 2026-08-10 |
| MACOFIN HELLAS S.A. | Financial Services | GR | 2026-08-10 |
| Cook Remodeling | Other (Construction) | US | 2026-08-10 |
67% of this posting wave targets financial services. Insurance agencies are a known high-value target class: they hold concentrated PII, financial account data, and often function as data-rich intermediaries with weaker security postures than the institutions they serve. The construction victim fits the standard RaaS pattern of opportunistic affiliate activity filling out the victim roster between priority targets.
2.2 Geographic Concentration
- United States (2/3): Primary targeting geography, consistent with ransomware economics (higher ransom tolerance, higher insurance payout capacity).
- Greece (1/3): Notable. Greek financial services targeting suggests either an affiliate with regional access brokers or opportunistic exploitation of a specific vulnerable product common in the Greek market.
2.3 Victim Profile
- Size range: SMB to lower-mid-market (estimated 10–250 employees).
- Revenue estimates: Coggins Insurance Agency (
$5–25M), MACOFIN HELLAS S.A. ($2–15M), Cook Remodeling (~$2–10M). - Profile takeaway: GLOBAL SECRET GROUP is operating in the "sub-Big-Game" tier — victims too large to ignore, too small to have mature SOC coverage. This is the sweet spot for groups avoiding law enforcement attention that comes with enterprise/critical infrastructure hits.
2.4 Posting Frequency / Escalation
Three simultaneous same-day postings indicate either:
- Negotiation failures batch-published — the most likely scenario; victims who missed deadlines or refused payment are dumped together for maximum reputational shock.
- Operational tempo theater — a newer RaaS inflating apparent activity to attract affiliates.
Either way, expect follow-on posting waves within 7–14 days as current intrusions in progress reach the leak stage.
2.5 CVE Correlation — Probable Initial Access Vectors
The following CISA KEV entries (all confirmed ransomware-associated) map directly to this group's expected tradecraft:
| CVE | Product | KEV Date | Relevance |
|---|---|---|---|
| CVE-2026-50751 | Check Point Security Gateway — IKEv1 improper authentication | 2026-06-08 | Highest priority. VPN gateway auth bypass is the signature initial access vector for groups of this profile. If you run Check Point with IKEv1 enabled, treat as compromised until patched and audited |
| CVE-2024-1708 | ConnectWise ScreenConnect path traversal → RCE | 2026-04-28 | RMM abuse is a top-3 affiliate initial access method; enables hands-on-keyboard deployment without malware signatures |
| CVE-2023-21529 | Microsoft Exchange deserialization (authenticated RCE) | 2026-04-13 | Post-auth Exchange exploitation for persistence and mailbox-sourced phishing pivoting |
| CVE-2026-20131 | Cisco FMC/SCC deserialization | 2026-03-19 | Firewall management plane compromise — attackers who own your FMC own your policy. Check for unauthorized policy changes |
| CVE-2026-48027 | Nx Console embedded malicious code | 2026-05-27 | Supply chain vector — developer workstation compromise; relevant for orgs with in-house dev teams and for downstream software tampering |
Assessment: The simultaneous exploitation of edge VPN (Check Point) and management plane (Cisco FMC) CVEs suggests affiliates are systematically harvesting perimeter devices, consistent with access-broker-fed intrusion pipelines.
3. Detection Engineering
3.1 Sigma Rules
---
title: GLOBAL SECRET GROUP - Suspicious VPN/Edge Gateway Authentication Anomalies
id: 9a3e1f2d-7b4c-4d5e-9f6a-gsg20260001
status: experimental
description: Detects authentication anomalies consistent with Check Point IKEv1 improper authentication exploitation (CVE-2026-50751) and VPN credential abuse patterns used by GLOBAL SECRET GROUP affiliates for initial access.
author: Security Arsenal Threat Intelligence
date: 2026/08/10
references:
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog
logsource:
category: authentication
product: checkpoint
detection:
selection_failed_burst:
outcome: failure
condition_count: selection_failed_burst | count() by src_ip > 15
selection_success_after_fail:
outcome: success
timeframe: 10m
condition: selection_failed_burst and selection_success_after_fail
falsepositives:
- Misconfigured VPN clients retrying
- Legacy IKEv1 clients with incorrect pre-shared keys
level: high
tags:
- attack.initial_access
- attack.t1133
- attack.t1078
- cve.2026.50751
---
title: GLOBAL SECRET GROUP - RMM Tool Execution with Unsigned or Anomalous Binary Path
id: 9a3e1f2d-7b4c-4d5e-9f6a-gsg20260002
status: experimental
description: Detects execution of remote access tooling (ScreenConnect-class) from non-standard paths or with suspicious command lines, matching affiliate TTPs for hands-on-keyboard access prior to ransomware staging.
author: Security Arsenal Threat Intelligence
date: 2026/08/10
logsource:
category: process_creation
product: windows
detection:
selection_binary_names:
Image|endswith:
- '\screenconnect.client.exe'
- '\screenconnect.clientservice.exe'
- '\connectwisecontrol.exe'
selection_suspicious_paths:
Image|contains:
- '\Users\Public\'
- '\AppData\Local\Temp\'
- '\ProgramData\'
- '\Windows\Temp\'
- 'C:\PerfLogs\'
selection_loops:
CommandLine|contains:
- 'relay'
- 'session'
- 'install'
condition: selection_binary_names and (selection_suspicious_paths or selection_loops)
falsepositives:
- Legitimate MSP deployments (whitelist your known MSP installation paths)
- IT department remote support sessions
level: high
tags:
- attack.command_and_control
- attack.t1219
- cve.2024.1708
---
title: GLOBAL SECRET GROUP - Pre-Ransomware Data Staging and Shadow Copy Destruction
id: 9a3e1f2d-7b4c-4d5e-9f6a-gsg20260003
status: experimental
description: Detects the pre-encryption staging sequence common to GLOBAL SECRET GROUP and peer RaaS affiliates - shadow copy deletion followed by mass archive creation, indicating imminent detonation.
author: Security Arsenal Threat Intelligence
date: 2026/08/10
logsource:
category: process_creation
product: windows
detection:
selection_vss:
Image|endswith:
- '\vssadmin.exe'
- '\wmic.exe'
- '\bcdedit.exe'
- '\wbadmin.exe'
CommandLine|contains:
- 'delete shadows'
- 'shadowcopy delete'
- 'recoveryenabled no'
- 'delete catalog'
selection_archivers:
Image|endswith:
- '\rar.exe'
- '\7z.exe'
- '\7za.exe'
- '\winrar.exe'
CommandLine|contains:
- ' a '
- '-p'
- ' -v'
condition: selection_vss or selection_archivers
falsepositives:
- Legitimate backup maintenance (restrict to backup windows/service accounts)
- Software deployment archival steps
level: critical
tags:
- attack.impact
- attack.t1490
- attack.t1560.001
3.2 KQL — Microsoft Sentinel Hunt Query
Hunt for lateral movement and pre-ransomware staging: PsExec-style service creation, WMI remote execution, and SMB admin share writes clustered on a single host — the classic affiliate blast radius before detonation.
// GLOBAL SECRET GROUP hunt - lateral movement + staging cluster
// Lookback: 7 days. Tune threshold to environment baseline.
let lookback = 7d;
let PseExecSvc = SecurityEvent
| where TimeGenerated > ago(lookback)
| where EventID == 7045
| where ServiceName has_any ("PSEXESVC", "PAExec", "RemCom")
or ServiceFileName has_any ("\\\\", "ADMIN$", "C$\
Is your security operations ready?
Get a free SOC assessment or see how AlertMonitor cuts through alert noise with automated triage.