Back to Intelligence

N0N Ransomware Gang: 11 Victims Posted in 72 Hours — Multi-Sector Campaign Analysis, Detection Rules & IR Playbook

SA
Security Arsenal Team
September 20, 2026
15 min read

Between 2026-09-18 and 2026-09-20, the N0N ransomware operation published 11 victims to its dark web leak site — an unusually dense posting cadence suggesting either a coordinated detonation wave or a backlog release designed to maximize pressure on non-paying victims. The victim set spans Retail & E-Commerce, Technology, Financial Services, Government & Defense, Healthcare, Professional Services, and Education across eight countries (US, VE, SE, AR, TR, LU, BR, VN).

Notable victims include Fanatics (global sports commerce), Inter (Venezuela's largest ISP), Transcom WorldWide (PayPal support operations), the Argentine Ministry of Education, AstraZeneca Türkiye, STOKR (Luxembourg digital securities), and the United Federation of Teachers. The mix of high-revenue Western enterprises and Latin American / Southeast Asian targets is consistent with an opportunistic, access-broker-fed operation rather than a vertically focused crew.

Defenders in the listed sectors should treat this as an active campaign window: review edge device patch posture against the CISA KEV entries below, hunt for pre-encryption staging behaviors, and validate exfiltration detection coverage.


Threat Actor Profile — N0N

AttributeAssessment
AliasesN0N, N0N Ransomware (naming convention consistent across leak site branding)
Operating ModelRansomware-as-a-Service (RaaS) with affiliate-driven intrusions; victim diversity across 8 countries in 72 hours strongly indicates multiple concurrent affiliates
Ransom DemandsTypically scaled to victim revenue; financial services and retail victims in this wave likely face demands in the mid-six to seven-figure USD range, payable in Monero/Bitcoin
Extortion ModelDouble extortion — data exfiltrated prior to encryption; leak site publication used as leverage after negotiation failure or deadline expiry
Initial AccessEdge device exploitation (VPN gateways, firewalls), phishing with macro/script payloads, exposed RDP, and access purchased from initial access brokers (IABs)
Likely CVE VectorsCVE-2026-59310 (VMware vCenter path traversal), CVE-2026-20316 (Cisco FMC hard-coded password), CVE-2026-50751 (Check Point improper auth in IKEv1), CVE-2026-48027 (Nx Console supply chain), CVE-2024-1708 (ConnectWise ScreenConnect path traversal / RCE) — all on CISA KEV with confirmed ransomware use
Average Dwell TimeEstimated 5–14 days from initial access to detonation, based on affiliate tooling maturity; staging and exfil typically occur in the final 48–72 hours
VictimologyNo sector exclusions observed; healthcare and government postings indicate no ethical targeting restraint

Analyst Note: The simultaneous appearance of a pharmaceutical subsidiary (AstraZeneca Türkiye), a government ministry (Argentina), and a managed service/BPO provider (Transcom) is the classic signature of an affiliate ecosystem hitting whatever access is available — not a strategic campaign. This means any organization with an unpatched edge device is a candidate victim, regardless of sector.


Current Campaign Analysis

Sector Targeting Breakdown

SectorVictimsNotable Orgs
Financial Services3Argentem Creek Partners, STOKR, Transcom (PayPal ops)
Education3Ministry of Education (AR), United Federation of Teachers, BeLi/FSC (VN)
Retail & E-Commerce1Fanatics
Technology1Inter (Venezuela ISP)
Government & Defense1Ministry of Education — Argentina
Healthcare1AstraZeneca Türkiye
Professional Services1Konnatus (BR)
Other1GC789/Boundless TE (VN betting operator)

Financial services and education are the heaviest-hit categories — both are historically high-payment-propensity sectors (financial for regulatory exposure, education for operational fragility and weak IR budgets).

Geographic Concentration

  • United States (3): Fanatics, Argentem Creek Partners, United Federation of Teachers — the revenue-richest targets.
  • Vietnam (2): BeLi/FSC education, GC789 betting network — consistent with expanded SEA affiliate activity.
  • Latin America (3): Venezuela (Inter), Argentina (Ministry of Education), Brazil (Konnatus).
  • Europe (2): Sweden (Transcom), Luxembourg (STOKR).
  • Türkiye (1): AstraZeneca Türkiye.

Victim Profile

The set mixes large enterprises (Fanatics: multi-billion USD revenue; AstraZeneca subsidiary; Transcom: global BPO with ~30k staff) with mid-market organizations (STOKR, Argentem Creek, Konnatus, regional education centers). This spread indicates no minimum-revenue floor — affiliates are monetizing any viable access. Estimated victim revenue range: $5M – $5B+ USD.

Posting Frequency / Escalation Pattern

10 of 11 victims were posted on 2026-09-18, with Fanatics following on 2026-09-20. This burst pattern indicates one of two scenarios:

  1. Synchronized detonation window — multiple affiliates executed within days, and negotiation deadlines expired simultaneously.
  2. Pressure-release batch — victims from intrusions weeks/months old were dumped together to inflate the leak site's activity metrics and intimidate current negotiation targets.

Either way, the Fanatics follow-on posting suggests the pipeline is not empty — additional publications are likely within the next 7–14 days.

CVE Correlation — Probable Initial Access Vectors

The CISA KEV set below maps directly onto the victim profile:

  • CVE-2026-50751 (Check Point Security Gateway improper authentication, IKEv1) — perimeter VPN compromise; the most likely entry point for enterprise victims like Fanatics and Transcom.
  • CVE-2026-20316 (Cisco FMC hard-coded password) — firewall management plane takeover; enables disabling of security controls pre-intrusion.
  • CVE-2026-59310 (VMware vCenter path traversal) — virtualization layer compromise; enables mass encryption of ESXi-hosted VM fleets, matching the speed of multi-org detonation.
  • CVE-2026-48027 (Nx Console malicious code) — developer workstation supply chain foothold; plausible vector for technology-sector victims like STOKR and Inter.
  • CVE-2024-1708 (ConnectWise ScreenConnect path traversal → RCE) — MSP/RMM abuse; highly relevant to the Transcom (BPO) and Konnatus (professional services) intrusions, where third-party remote access tooling is pervasive.

Defensive implication: organizations running any of the five affected products should assume scanning/exploitation attempts are ongoing and treat unpatched instances as presumed exposed.


Detection Engineering

The following analytics target the TTPs consistent with N0N's affiliate playbook: edge exploitation → credential access → lateral movement (PsExec/WMI) → staging/exfil → shadow copy deletion → encryption.

YAML
---
title: N0N Ransomware - Pre-Encryption Staging and Shadow Copy Deletion
id: 8f3a1c2e-9n0n-4a1b-a001-000000000001
status: production
description: Detects Volume Shadow Copy deletion and backup catalog tampering via vssadmin, wmic, or bcdedit — a near-universal pre-encryption behavior in N0N affiliate intrusions. Correlate with mass file rename activity for high-confidence alerting.
author: Security Arsenal Threat Intel
references:
  - https://securityarsenal.com/darkside
  - https://attack.mitre.org/techniques/T1490/
date: 2026/09/20
modified: 2026/09/20
tags:
  - attack.impact
  - attack.t1490
  - attack.t1078
logsource:
  category: process_creation
  product: windows
level: high
detection:
  selection_img:
    Image|endswith:
      - '\vssadmin.exe'
      - '\wmic.exe'
      - '\bcdedit.exe'
      - '\wbadmin.exe'
  selection_vss:
    CommandLine|contains:
      - 'delete shadows'
      - 'shadowcopy delete'
      - 'resize shadowstorage'
  selection_bcd:
    CommandLine|contains:
      - 'recoveryenabled no'
      - 'bootstatuspolicy ignoreallfailures'
  selection_wb:
    CommandLine|contains:
      - 'delete catalog'
      - 'delete systemstatebackup'
  condition: selection_img and 1 of selection_vss, selection_bcd, selection_wb
falsepositives:
  - Legitimate backup administration (rare; vssadmin delete shadows is almost never benign in production)
fields:
  - CommandLine
  - ParentCommandLine
  - User
  - Computer
---
title: N0N Ransomware - Remote Execution via PsExec or WMI for Lateral Movement
id: 8f3a1c2e-9n0n-4a1b-a001-000000000002
status: production
description: Detects PsExec-style service creation (PSEXESVC) and WMI remote process execution consistent with affiliate lateral movement before ransomware deployment across ESXi-adjacent Windows estates.
author: Security Arsenal Threat Intel
references:
  - https://attack.mitre.org/techniques/T1569/002/
  - https://attack.mitre.org/techniques/T1047/
date: 2026/09/20
modified: 2026/09/20
tags:
  - attack.lateral_movement
  - attack.t1569.002
  - attack.t1047
  - attack.t1021.002
logsource:
  product: windows
  service: system
level: high
detection:
  selection_psexec:
    EventID: 7045
    Service_Name|contains:
      - 'PSEXESVC'
      - 'PAExec'
      - 'csexec'
      - 'remcom'
  selection_wmi:
    EventID: 7045
    Image_Path|contains:
      - 'wmiprvse.exe'
  selection_random_svc:
    EventID: 7045
    Service_Name|re: '^[A-Za-z0-9]{8,16}$'
    Image_Path|startswith: 'ADMIN$'
  condition: 1 of selection_psexec, selection_wmi, selection_random_svc
falsepositives:
  - Enterprise software distribution (SCCM, PDQ) — baseline known deployment service names and exclude
fields:
  - Service_Name
  - Image_Path
  - Account_Name
  - Computer
---
title: N0N Ransomware - Data Staging and Exfiltration Tool Execution
id: 8f3a1c2e-9n0n-4a1b-a001-000000000003
status: production
description: Detects execution of exfiltration/archiving tooling (rclone, 7zip with password flags, curl to file-sharing endpoints) frequently used by N0N affiliates to stage and exfiltrate data prior to double-extortion leaks.
author: Security Arsenal Threat Intel
references:
  - https://attack.mitre.org/techniques/T1560/001/
  - https://attack.mitre.org/techniques/T1567/002/
date: 2026/09/20
modified: 2026/09/20
tags:
  - attack.exfiltration
  - attack.t1560.001
  - attack.t1567.002
  - attack.t1048
logsource:
  category: process_creation
  product: windows
level: medium
detection:
  selection_rclone:
    Image|endswith: '\rclone.exe'
    CommandLine|contains:
      - ' copy '
      - ' sync '
      - ' move '
  selection_7z:
    Image|endswith:
      - '\7z.exe'
      - '\7za.exe'
    CommandLine|contains:
      - ' -p'
      - ' a -t'
  selection_curl:
    Image|endswith: '\curl.exe'
    CommandLine|contains:
      - ' -T '
      - ' --upload-file'
      - ' -F '
      - ' -d @'
  condition: 1 of selection_rclone, selection_7z, selection_curl
falsepositives:
  - Legitimate rclone backup jobs, developer use of curl — scope by service account and approved host list
fields:
  - CommandLine
  - ParentImage
  - User
  - Computer
KQL — Microsoft Sentinel / Defender
// N0N Affiliate Hunt: Pre-Ransomware Staging & Lateral Movement Chain (Microsoft Sentinel)
// Hunts for the sequential TTP chain observed in N0N intrusions:
// suspicious auth -> remote exec tooling -> staging/archive -> shadow copy deletion
// Time window: last 14 days. Tune KnownAdmins/AllowedHosts for your estate.

let lookback = 14d;
let KnownAdminHosts = dynamic(["jumpserver01","admin-wks-07"]); // <-- customize

// 1) Shadow copy deletion events (highest fidelity pre-encryption signal)
let ShadowCopyDeletion =
    DeviceProcessEvents
    | where TimeGenerated >= ago(lookback)
    | where FileName in~ ("vssadmin.exe","wmic.exe","bcdedit.exe","wbadmin.exe")
    | where ProcessCommandLine has_any (
        "delete shadows", "shadowcopy delete", "resize shadowstorage",
        "recoveryenabled no", "ignoreallfailures", "delete catalog")
    | project ShadowTime=TimeGenerated, DeviceName, AccountName,
              ShadowCmd=ProcessCommandLine, InitiatingProcessFileName;

// 2) PsExec / suspicious service installs on the same devices
let LateralMovement =
    DeviceEvents
    | where TimeGenerated >= ago(lookback)
    | where ActionType == "ServiceInstalled"
    | extend SvcName = tostring(parse_json(AdditionalFields).ServiceName)
    | where SvcName has_any ("PSEXESVC","PAExec","remcom","csexec")
       or SvcName matches regex "^[A-Za-z0-9]{8,16}$"
    | project LateralTime=TimeGenerated, DeviceName, SvcName, InitiatingProcessAccountName;

// 3) Archive/staging tooling execution
let Staging =
    DeviceProcessEvents
    | where TimeGenerated >= ago(lookback)
    | where FileName in~ ("rclone.exe","7z.exe","7za.exe","curl.exe","winscp.com")
    | where ProcessCommandLine has_any (" copy "," sync "," -p"," --upload-file"," -T "," -F ")
    | project StageTime=TimeGenerated, DeviceName, StageCmd=ProcessCommandLine, AccountName2=AccountName;

// 4) Anomalous RDP/logon to involved devices from non-jumphost sources
let SuspiciousLogons =
    DeviceLogonEvents
    | where TimeGenerated >= ago(lookback)
    | where LogonType in ("RemoteInteractive","Network")
    | where RemoteDeviceName !in~ (KnownAdminHosts)
    | project LogonTime=TimeGenerated, DeviceName, AccountName3=AccountName,
              RemoteDeviceName, RemoteIP, LogonType;

// Correlate: devices showing >= 2 distinct chain stages within 72h
ShadowCopyDeletion
| join kind=inner (LateralMovement) on DeviceName
| join kind=inner (Staging) on DeviceName
| extend StagesHit = 3
| union (
    LateralMovement
    | join kind=inner (Staging) on DeviceName
    | extend ShadowTime=datetime(null), AccountName="", ShadowCmd="", InitiatingProcessFileName="",
             StagesHit=2
)
| summarize FirstSeen=min_of(ShadowTime, LateralTime),
            LastSeen=max_of(StageTime, LateralTime),
            ServiceNames=make_set(SvcName),
            StagingCommands=make_set(StageCmd),
            MaxStages=max(StagesHit)
    by DeviceName
| where MaxStages >= 2
| order by MaxStages desc, LastSeen desc;
PowerShell
<#
.SYNOPSIS
    N0N Rapid Triage & Hardening Script — Security Arsenal
.DESCRIPTION
    Rapid-response collector for suspected N0N affiliate activity. Checks:
      1. Exposed RDP (listening port + NLA status)
      2. Scheduled tasks created in the last 7 days (persistence)
      3. Volume Shadow Copy status (pre-encryption tamper indicator)
      4. Suspicious staging tools on disk (rclone, 7z standalone, psexec)
      5. Recently created local admin accounts
    Run elevated. Output written to C:\IR\N0N-Triage-<hostname>-<timestamp>.txt
.EXAMPLE
    PS> .
0n-rapid-triage.ps1
#>

$ErrorActionPreference = 'SilentlyContinue'
$out = "C:\IR"
New-Item -ItemType Directory -Path $out -Force | Out-Null
$report = "$out\N0N-Triage-$env:COMPUTERNAME-$(Get-Date -Format 'yyyyMMdd-HHmmss').txt"

function Write-Section($t) { "`n===== $t =====" | Tee-Object -FilePath $report -Append }

"N0N Rapid Triage — $(Get-Date) — Host: $env:COMPUTERNAME" | Tee-Object -FilePath $report

Write-Section "1. RDP EXPOSURE"
$rdp = Get-NetTCPConnection -LocalPort 3389 -State Listen
if ($rdp) {
    "[!] RDP LISTENING on 3389"
    $nla = (Get-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp').UserAuthentication
    if ($nla -eq 0) { "[CRITICAL] NLA DISABLED — enable immediately: Set-ItemProperty ... -Name UserAuthentication -Value 1" }
    else { "[OK] NLA enabled" }
    $fw = Get-NetFirewallRule -DisplayGroup 'Remote Desktop' | Where-Object Enabled -eq 'True'
    if ($fw) { "[!] RDP firewall rules ENABLED — restrict source IPs or disable if unused" }
} else { "[OK] RDP not listening" }

Write-Section "2. SCHEDULED TASKS CREATED IN LAST 7 DAYS"
$cutoff = (Get-Date).AddDays(-7)
$tasks = Get-ScheduledTask | Where-Object { $_.Date -and ([datetime]$_.Date) -gt $cutoff -and $_.TaskPath -notlike '\Microsoft*' }
if ($tasks) {
    $tasks | ForEach-Object {
        "[REVIEW] $($_.TaskName) | Path: $($_.TaskPath) | Created: $($_.Date)"
        ($_.Actions | ForEach-Object { "    -> $($_.Execute) $($_.Arguments)" })
    }
} else { "[OK] No new non-Microsoft scheduled tasks" }

Write-Section "3. VOLUME SHADOW COPY STATUS"
$shadows = Get-WmiObject Win32_ShadowCopy
if (-not $shadows) {
    "[CRITICAL] NO shadow copies exist — possible vssadmin deletion (T1490). Check for recent 'delete shadows' in event logs."
    Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4688} -MaxEvents 5000 |
      Where-Object { $_.Message -match 'vssadmin.*delete|shadowcopy.*delete' } |
      ForEach-Object { "    [HIT] $($_.TimeCreated): $($_.Message.Substring(0,[Math]::Min(300,$_.Message.Length)))" }
} else {
    "[OK] $($shadows.Count) shadow copies present. Oldest: $(($shadows | Sort-Object InstallDate | Select-Object -First 1).InstallDate)"
}

Write-Section "4. STAGING / EXFIL TOOLS ON DISK"
$suspect = @('rclone.exe','psexec.exe','psexesvc.exe','7z.exe','7za.exe','winscp.exe','megatools.exe','FileZilla.exe')
foreach ($t in $suspect) {
    Get-ChildItem -Path 'C:\','D:\' -Filter $t -Recurse -Depth 4 -Force -ErrorAction SilentlyContinue |
      Where-Object { $_.LastWriteTime -gt $cutoff } |
      ForEach-Object { "[REVIEW] $($_.FullName) | Written: $($_.LastWriteTime)" }
}

Write-Section "5. RECENTLY ADDED LOCAL ADMINS"
$admins = Get-LocalGroupMember -Group 'Administrators'
foreach ($a in $admins) {
    try {
        $u = Get-LocalUser $a.Name.Split('\')[-1]
        if ($u -and $u.PasswordLastSet -gt $cutoff) {
            "[REVIEW] $($a.Name) | PasswordLastSet: $($u.PasswordLastSet)"
        }
    } catch {}
}

Write-Section "TRIAGE COMPLETE"
"Report: $report"
"`nNEXT STEPS if CRITICAL/REVIEW hits found:`n  1. Isolate host from network (do NOT power off — preserve memory)`n  2. Block egress to unapproved file-sharing/cloud storage domains at the proxy`n  3. Reset credentials for any account seen authenticating to this host`n  4. Engage IR: https://securityarsenal.com/services/incident-response"

Incident Response Priorities

T-Minus Detection Checklist (Before Encryption Fires)

N0N affiliate intrusions follow a predictable final-72-hour sequence. If you see two or more of the following on the same host or subnet, treat it as an active pre-detonation window:

  • vssadmin delete shadows / bcdedit recoveryenabled no execution
  • New random-named services (8–16 char alphanumeric) installed via ADMIN$
  • PSEXESVC, PAExec, or WMI-spawned processes on multiple hosts from a single source
  • rclone/7z with password flags archiving directories under C:\Users\, file shares, or finance/HR paths
  • Spike in SMB reads (>5GB) from a single workstation against file servers
  • Egress to MEGA, file.io, transfer.sh, Gofile, or unapproved cloud storage
  • Disabled AV/EDR services or deleted security event logs (Event ID 1102)
  • New local/domain admin accounts or DCSync-style replication requests (Event ID 4662 with GUID-replication rights)
  • Connections to vCenter/ESXi management interfaces from non-admin workstations (if CVE-2026-59310 exposure exists, assume virtualization layer is in scope)

Critical Assets Historically Prioritized for Exfiltration

Based on this victim set's sectors, affiliates prioritize:

  1. Financial records & customer PII (Fanatics, Transcom, STOKR, Argentem Creek) — payment data, KYC documents, investor records
  2. Student/citizen records (Ministry of Education, UFT, BeLi/FSC) — high-identity-density databases
  3. Clinical/proprietary research data (AstraZeneca Türkiye) — IP with competitive and regulatory value
  4. Legal case files (Konnatus) — privileged attorney-client material, extreme extortion leverage
  5. Network configs, AD databases (ntds.dit), and backup catalogs — to maximize encryption blast radius

Containment Actions — Ordered by Urgency

  1. Isolate, don't power off affected hosts (preserve volatile memory for IR)
  2. Block egress to all non-business file-sharing/cloud storage at proxy and firewall — stop exfil before negotiating encryption response
  3. Disable compromised accounts and force reset for every account observed on affected hosts; assume domain credential compromise if ntds.dit access is suspected
  4. Kill active sessions on VPN/VDI infrastructure; rotate Check Point/Cisco FMC credentials and certificates if CVE-2026-50751 or CVE-2026-20316 exposure existed
  5. Segment backup infrastructure from production immediately; verify offline/immutable backup integrity before any restore commitments
  6. Snapshot vCenter/ESXi state and audit hypervisor admin logins — hypervisor encryption is the highest-impact detonation path
  7. Engage external IR and legal/comms before any attacker contact; do not tip the affiliate to your detection timeline

Hardening Recommendations

Immediate (24 Hours)

  • Patch or mitigate the five KEV CVEs on all internet-facing assets: CVE-2026-59310 (vCenter), CVE-2026-20316 (Cisco FMC), CVE-2026-50751 (Check Point IKEv1 — disable IKEv1 Aggressive Mode if unpatched), CVE-2026-48027 (Nx Console — purge malicious versions from developer machines), CVE-2024-1708 (ScreenConnect — upgrade to patched server, audit existing access agents)
  • Restrict RDP: VPN-gated only, NLA enforced, source-IP allowlists; audit port 3389 exposure externally via attack surface monitoring
  • Block vssadmin/wmic/bcdedit shadow deletion for non-system contexts via WDAC/AppLocker or EDR custom rules
  • Deny rclone.exe, 7z.exe (standalone), and unapproved sync tools via application control policy; alert on execution
  • Block egress to top consumer file-sharing domains (MEGA, Gofile, transfer.sh, file.io, Anonfiles mirrors) at the web proxy
  • Enable LAPS and rotate all local admin passwords — kills pass-the-hash lateral movement
  • Verify backups: confirm at least one immutable/offline copy of tier-0 data exists and was not reachable from production networks in the last 30 days

Short-Term (2 Weeks)

  • Segmentation: isolate backup networks, virtualization management planes (vCenter/ESXi), and OT/adjacent environments into dedicated VLANs with deny-by-default east-west rules; a single compromised workstation must never reach the hypervisor layer
  • Phishing-resistant MFA (FIDO2) on all remote access, VPN, and privileged accounts — no SMS/TOTP for tier-0
  • EDR coverage on servers and hypervisor-adjacent hosts, with tamper protection enforced; deploy the Sigma detections above into your SIEM with 15-minute alert SLAs
  • Attack Surface Management: continuous external scanning for exposed ScreenConnect, RDP, VPN concentrators, and forgotten staging/dev environments
  • Privileged Access Workstations + tiered admin model to break the workstation → domain admin → vCenter escalation chain
  • Exfiltration detection: deploy DLP or NetFlow-based egress anomaly alerting (>1GB/hr to a single external destination from a workstation = page-worthy)
  • Tabletop the double-extortion scenario: legal, comms, and execs should pre-agree on the ransom decision framework before a leak-site countdown timer is running

Assessment & Outlook

N0N's 72-hour, 11-victim, 8-country burst reflects an affiliate-scaled RaaS operation in an active monetization phase, not a targeted campaign. The diversity of victims means exposure — not sector or geography — is the deciding factor. Organizations running unpatched Check Point, Cisco FMC, vCenter, or ScreenConnect instances should operate under a presumed-breach posture and hunt using the analytics above immediately.

Expect follow-on leak publications within 7–14 days. The Fanatics posting (a high-profile brand added two days after the batch) suggests negotiation-driven drip publication is underway.

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.