Classification: TLP:AMBER | Published: 2026-09-20 | Source: Direct monitoring of N0N .onion leak site via ransomware.live | Confidence: High (victim data), Moderate (attribution of access vectors)
Executive Summary
On 2026-09-18, the N0N ransomware operation published 10 victims in a single 24-hour window — a coordinated mass-posting event consistent with either a bulk affiliate detonation cycle or a deliberate leak-site visibility campaign. The victim set spans eight countries (VE, SE, AR, US, TR, LU, BR, VN) and seven sectors, with a notable concentration in Financial Services (3 victims), Education (2), and critical national infrastructure including Venezuela's largest ISP and Argentina's Ministry of Education.
The timing of this campaign correlates with a cluster of actively exploited edge-device CVEs added to the CISA KEV between April and August 2026 — including VMware vCenter, Cisco Secure FMC, and Check Point Security Gateway vulnerabilities — all of which are confirmed ransomware initial-access vectors. Organizations operating unpatched perimeter infrastructure in the affected sectors should treat this briefing as an immediate action item.
Threat Actor Profile — N0N
| Attribute | Assessment |
|---|---|
| Aliases | N0N, N0N Ransomware (no confirmed ties to legacy brands as of this writing; naming pattern and leak-site behavior suggest a rebrand or splinter of a mid-tier 2024–2025 operation — monitoring) |
| Operating Model | Assessed RaaS with affiliate revenue share. The single-day, multi-geography, multi-sector posting burst is characteristic of multiple affiliates executing pre-staged intrusions in parallel rather than a single closed crew |
| Ransom Demands | Victim-dependent; observed range for comparable mid-tier RaaS operations is $150K–$4M USD, scaled to victim revenue and data sensitivity. BFSI and government victims typically see demands at the upper bound |
| Extortion Model | Double extortion — data exfiltration precedes encryption; leak-site publication used as pressure lever. No evidence of triple extortion (DDoS/customer contact) yet, but this may evolve |
| Initial Access Vectors | Assessed (moderate confidence): exploitation of edge/perimeter devices (VPN concentrators, firewalls, virtualization management planes), exposed RDP, and phishing with macro-laced attachments. Purchased access from IABs is likely given campaign velocity |
| Average Dwell Time | Estimated 3–11 days from initial access to detonation, consistent with mass-affiliate operations that trade dwell time for throughput. Compression staging typically begins 24–72 hours before encryption |
Analyst Note: N0N's victimology — betting operators, BPO/PayPal support operations, and education providers — indicates opportunistic rather than strategic targeting. This profile is consistent with affiliates working KEV-driven target lists generated from internet-wide vulnerability scans.
Current Campaign Analysis
Sector Breakdown (last 100 postings sample)
| Sector | Victims | Notable Entries |
|---|---|---|
| Financial Services | 3 | Transcom WorldWide (PayPal support ops), Argentem Creek Partners, STOKR |
| Education | 2 | BeLi Teacher / FSC centers (VN), United Federation of Teachers (US) |
| Technology | 1 | Inter — Venezuela's largest ISP (critical infrastructure) |
| Government & Defense | 1 | Ministry of Education — Argentina |
| Healthcare | 1 | AstraZeneca Türkiye |
| Professional Services | 1 | Konnatus (BR legal services) |
| Other (Gambling) | 1 | Vietnamese betting operator (GC789 network) |
Geographic Concentration
No single-country focus — VE, SE, AR, US, TR, LU, BR, VN. This dispersion, combined with the single-day posting cadence, strongly supports the multi-affiliate parallel detonation hypothesis. Latin America (VE, AR, BR) and Southeast Asia (VN) appear over-represented relative to typical Western-focused crews, suggesting affiliates prioritizing regions with weaker patch cadence and incident response maturity.
Victim Profile
- Size range: Mid-market to enterprise. Inter (national ISP) and AstraZeneca Türkiye (pharma subsidiary) represent large-enterprise targets; Konnatus and BeLi Teacher represent SMB/mid-market.
- Estimated revenue band: $10M–$500M+ for corporate victims; public-sector entities (Argentina MoE, UFT) targeted for data sensitivity rather than payment capacity.
- Supply-chain angle: Transcom WorldWide was posted as a PayPal support operation — N0N is explicitly branding victims by their downstream client relationships to amplify reputational pressure. Expect this naming convention to be used against your organization via your largest customer.
Posting Frequency & Escalation
All 10 victims were published on 2026-09-18 — a synchronized dump rather than a drip-feed. This pattern typically precedes either (a) a second wave within 2–3 weeks as affiliate pipelines mature, or (b) leak-site rebranding/renegotiation. We assess a follow-on wave in early October 2026 is likely.
Probable Initial Access — KEV Correlation
The following CISA KEV entries (all confirmed ransomware-exploited) map directly to the infrastructure classes N0N victims commonly operate:
| CVE | Product | KEV Added | Relevance |
|---|---|---|---|
| CVE-2026-59310 | VMware vCenter path traversal | 2026-08-18 | Hypervisor-level access → mass VM encryption. Highest priority. |
| CVE-2026-20316 | Cisco Secure FMC hard-coded password | 2026-07-29 | Firewall management plane compromise → network-wide foothold |
| CVE-2026-50751 | Check Point Security Gateway improper auth (IKEv1) | 2026-06-08 | VPN gateway auth bypass → direct internal access |
| CVE-2026-48027 | Nx Console embedded malicious code | 2026-05-27 | Supply-chain vector via developer tooling — correlates with Technology-sector victim |
| CVE-2024-1708 | ConnectWise ScreenConnect path traversal → RCE | 2026-04-28 | RMM abuse — classic ransomware ingress and persistence |
Assessment (moderate confidence): CVE-2026-50751 (Check Point IKEv1) and CVE-2024-1708 (ScreenConnect) are the most probable access vectors for this wave, given their prevalence in mid-market environments and the age of available exploit code. CVE-2026-59310 (vCenter) explains the blast radius seen in ISP and education victims where entire virtualized estates were affected.
Detection Engineering
The following detections target the intrusion lifecycle phase before encryption — the only window where response changes outcomes.
---
title: Edge Device Exploitation - Suspicious Child Process from VPN/Firewall/vCenter Services
id: 9f1a2c4e-7b3d-4e5a-a1c2-n0nedgedev01
status: experimental
description: Detects shell or script interpreter execution as a child of VPN concentrator, firewall management, or VMware vCenter service processes. Consistent with post-exploitation following CVE-2026-50751 (Check Point IKEv1), CVE-2026-20316 (Cisco FMC), or CVE-2026-59310 (vCenter path traversal) as observed in N0N-style edge-device intrusions.
author: Security Arsenal Threat Intelligence
date: 2026/09/20
references:
- https://securityarsenal.com/darkside
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog
logsource:
category: process_creation
product: windows
service: sysmon
detection:
selection_parent:
ParentImage|contains:
- '\vpxd'
- '\vmware-vmon'
- '\httpd.exe' # vCenter / FMC web services
- '\tomcat'
- '\cpd.exe' # Check Point daemon proxy on Windows mgmt
- '\ScreenConnect.' # CVE-2024-1708 post-exploitation
selection_child:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
- '\pwsh.exe'
- '\wscript.exe'
- '\cscript.exe'
- '\rundll32.exe'
- '\bash.exe'
- '\sh.exe'
filter_known_good:
CommandLine|contains:
- 'vmware-vmon --restart'
- 'ScreenConnect.ClientService'
condition: selection_parent and selection_child and not filter_known_good
falsepositives:
- Legitimate vCenter or ScreenConnect administrative scripts (rare; baseline per host)
level: high
tags:
- attack.initial_access
- attack.t1190
- attack.t1059
---
title: Ransomware Lateral Movement - PsExec or Remote Service Creation via ADMIN$
id: 9f1a2c4e-7b3d-4e5a-a1c2-n0nlatmov02
status: experimental
description: Detects PsExec-style lateral movement and remote service installation via ADMIN$ shares, a hallmark of N0N-affiliate playbook execution during pre-encryption spread. Covers PsExec, RemCom-style clones, and smbexec patterns.
author: Security Arsenal Threat Intelligence
date: 2026/09/20
references:
- https://securityarsenal.com/darkside
logsource:
category: process_creation
product: windows
service: sysmon
detection:
selection_psexec:
Image|endswith:
- '\psexec.exe'
- '\psexesvc.exe'
- '\paexec.exe'
- '\remcom.exe'
- '\csexec.exe'
selection_service_exec:
CommandLine|contains:
- 'ADMIN$\'
- '\\*\IPC$'
selection_suspicious_svc_names:
CommandLine|contains:
- 'PSEXESVC'
- 'RemComSvc'
condition: selection_psexec or (selection_service_exec and selection_suspicious_svc_names)
falsepositives:
- Legitimate administrative PsExec use by IT (baseline by source account/host)
- Some EDR deployment tooling uses similar service patterns
level: high
tags:
- attack.lateral_movement
- attack.t1021.002
- attack.t1569.002
---
title: Pre-Ransomware Staging - Shadow Copy Deletion and Data Staging Indicators
id: 9f1a2c4e-7b3d-4e5a-a1c2-n0nstaging03
status: experimental
description: Detects Volume Shadow Copy deletion, backup catalog tampering, and mass-archive staging via rar/7z with password flags - the final T-minus actions before N0N detonation. Any single hit in a server context warrants immediate IR engagement.
author: Security Arsenal Threat Intelligence
date: 2026/09/20
references:
- https://securityarsenal.com/darkside
logsource:
category: process_creation
product: windows
service: sysmon
detection:
selection_vss:
- CommandLine|contains|all:
- 'vssadmin'
- 'delete'
- 'shadows'
- CommandLine|contains:
- 'wmic shadowcopy delete'
- 'bcdedit'
- 'wbadmin delete catalog'
- 'Get-WmiObject Win32_Shadowcopy'
selection_staging:
Image|endswith:
- '\rar.exe'
- '\7z.exe'
- '\7za.exe'
- '\winrar.exe'
CommandLine|contains:
- ' -p' # password-protected archive flag
filter_recoverystatus:
CommandLine|contains:
- 'recoveryenabled' # bcdedit tuning alone is not staging
condition: (selection_vss and not filter_recoverystatus) or selection_staging
falsepositives:
- Legitimate backup maintenance (rarely uses vssadmin delete interactively)
- Software packaging with 7z (filter by service accounts/approved paths)
level: critical
tags:
- attack.impact
- attack.t1490
- attack.t1560.001
- attack.exfiltration
// N0N-Style Pre-Ransomware Hunt: Lateral Movement + Staging Correlation
// Microsoft Sentinel / Defender XDR — run over last 14 days
// Logic: find hosts exhibiting BOTH remote-execution artifacts AND
// staging/exfil tooling within a 24h window (affiliate T-minus pattern).
let Lookback = 14d;
let Window = 24h;
// Signal 1: Remote execution / lateral movement artifacts
let LateralMovement =
DeviceProcessEvents
| where Timestamp >= ago(Lookback)
| where FileName in~ ("psexec.exe","psexesvc.exe","paexec.exe","remcom.exe","wmiprvse.exe","wsmprovhost.exe")
or (ProcessCommandLine has_any ("ADMIN$", "PSEXESVC", "\\IPC$"))
| project LateralTime = Timestamp, DeviceName, LateralProc = FileName,
LateralCmd = ProcessCommandLine, InitiatingAccount = InitiatingProcessAccountName;
// Signal 2: Staging & anti-recovery tooling
let Staging =
DeviceProcessEvents
| where Timestamp >= ago(Lookback)
| where (FileName in~ ("rar.exe","7z.exe","7za.exe","winrar.exe","mega.exe","rclone.exe")
and ProcessCommandLine has_any (" -p", "--password", "copy", "sync", "move"))
or ProcessCommandLine has_any ("vssadmin delete shadows", "wmic shadowcopy delete",
"wbadmin delete catalog", "bcdedit")
| project StageTime = Timestamp, DeviceName, StageProc = FileName,
StageCmd = ProcessCommandLine, StageAccount = InitiatingProcessAccountName;
// Signal 3: Edge-device compromise indicators on the same estate (VPN/FMC/vCenter shells)
let EdgeShells =
DeviceProcessEvents
| where Timestamp >= ago(Lookback)
| where InitiatingProcessFileName has_any ("vpxd","httpd","tomcat","ScreenConnect")
and FileName in~ ("cmd.exe","powershell.exe","pwsh.exe","rundll32.exe")
| project EdgeTime = Timestamp, DeviceName, EdgeParent = InitiatingProcessFileName, EdgeCmd = ProcessCommandLine;
// Correlate: same device, staging within 24h of lateral movement
LateralMovement
| join kind=inner Staging on DeviceName
| where StageTime between (LateralTime .. (LateralTime + Window))
| extend TimeToStage = datetime_diff("minute", StageTime, LateralTime)
| join kind=leftouter EdgeShells on DeviceName
| summarize
LateralTools = make_set(LateralProc),
StagingTools = make_set(StageProc),
FirstLateral = min(LateralTime),
FirstStaging = min(StageTime),
EdgeDeviceParent = make_set(EdgeParent)
by DeviceName, InitiatingAccount
| extend RiskScore = iff(isnotempty(EdgeDeviceParent), "CRITICAL - edge-origin", "HIGH")
| order by FirstLateral asc;
<#
.SYNOPSIS
Rapid-response hunt script: N0N-style pre-ransomware indicators
.DESCRIPTION
Checks for (1) exposed RDP, (2) scheduled tasks created in the last 7 days,
(3) deleted shadow copies, (4) suspicious archive/exfil tooling, and
(5) recently added local admins. Run elevated. Outputs to console + CSV.
#>
$report = @()
$cutoff = (Get-Date).AddDays(-7)
Write-Host "=== N0N Rapid Response Hunt - $(Get-Date) ===" -ForegroundColor Cyan
# 1. RDP exposure check
$rdpEnabled = (Get-ItemProperty 'HKLM:\System\CurrentControlSet\Control\Terminal Server').fDenyTSConnections -eq 0
$nlaEnabled = (Get-ItemProperty 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -ErrorAction SilentlyContinue).UserAuthentication
$report += [pscustomobject]@{Check='RDP Enabled'; Result=$rdpEnabled; Detail="NLA=$nlaEnabled (NLA disabled = brute-force exposure)"}
# 2. Scheduled tasks created in last 7 days
$susTasks = Get-ScheduledTask | ForEach-Object {
$info = $_ | Get-ScheduledTaskInfo -ErrorAction SilentlyContinue
$reg = Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\$($_.TaskName)" -ErrorAction SilentlyContinue
[pscustomobject]@{ Name=$_.TaskName; Path=$_.TaskPath; Author=$_.Author; LastRun=$info.LastRunTime }
} | Where-Object { $_.Name -match 'update|svc|system|win|sync' -and $_.Path -notmatch 'Microsoft' }
if ($susTasks) { $report += [pscustomobject]@{Check='Suspicious Scheduled Tasks'; Result=$true; Detail=($susTasks.Name -join '; ')} }
# 3. Shadow copy status (detonation prep indicator)
$shadows = Get-WmiObject Win32_ShadowCopy -ErrorAction SilentlyContinue
$report += [pscustomobject]@{Check='Shadow Copies Present'; Result=[bool]$shadows; Detail="Count: $(@($shadows).Count) - ZERO on a server is a red flag"}
# 4. Staging/exfil tooling in user-writable paths
$tools = Get-ChildItem -Path "$env:SystemDrive\Users","$env:TEMP" -Recurse -Include rar.exe,7z.exe,7za.exe,rclone.exe,mega.exe,winscp.exe -ErrorAction SilentlyContinue |
Where-Object { $_.LastWriteTime -gt $cutoff }
if ($tools) { $report += [pscustomobject]@{Check='Staging Tools (last 7d)'; Result=$true; Detail=($tools.FullName -join '; ')} }
# 5. New local admins
$admins = Get-LocalGroupMember -Group 'Administrators' -ErrorAction SilentlyContinue
$report += [pscustomobject]@{Check='Local Administrators'; Result=$true; Detail=($admins.Name -join '; ')}
# 6. Recent successful RDP logons (Event 4624 Type 10)
$rdpLogons = Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4624; StartTime=$cutoff} -ErrorAction SilentlyContinue |
Where-Object { $_.Message -match 'Logon Type:\s+10' } |
Select-Object -First 20 TimeCreated, Message
$report += [pscustomobject]@{Check='RDP Logons (last 7d)'; Result=[bool]$rdpLogons; Detail="$(@($rdpLogons).Count) interactive RDP sessions detected"}
$report | Format-Table -AutoSize
$report | Export-Csv -Path ".\N0N_RapidHunt_$(Get-Date -Format 'yyyyMMdd_HHmm').csv" -NoTypeInformation
Write-Host "Report exported. If any staging/shadow-copy flags are TRUE -> invoke IR plan NOW." -ForegroundColor Yellow
Incident Response Priorities (N0N Playbook)
T-Minus Detection Checklist (24–72 hours before encryption)
- Shadow copy / backup tampering —
vssadmin delete shadows,wbadmin delete catalog, BCDEdit recovery-disable changes. This is the highest-fidelity pre-detonation signal. - Password-protected archive creation in user-writable or staging directories (rar/7z with
-pflag) on file servers, mail servers, or HR/finance shares. - New RMM tooling appearing on endpoints (ScreenConnect, AnyDesk, Splashtop) not in your approved software inventory.
- Unusual outbound volume to MEGA, rclone-served endpoints, or unfamiliar cloud storage — check proxy logs for >2GB/hour from a single host.
- Disablement of security tooling — EDR service stops, tamper-protection events, mass
Set-MpPreference -DisableRealtimeMonitoring $true.
Critical Assets N0N Historically Prioritizes for Exfiltration
- Financial records, payroll, and banking details (BFSI victimology driver)
- Employee PII and union/HR records (see UFT posting — labor-relations leverage)
- Customer databases and subscriber data (see Inter ISP posting)
- Legal case files (see Konnatus — privileged-attorney material increases pressure)
- Student/minor data in education victims — maximum regulatory and reputational leverage
Containment Actions — Ordered by Urgency
- (0–15 min) Isolate suspected staging hosts at the network layer (EDR isolate or switch-port shutdown). Do NOT power off — preserve memory.
- (15–60 min) Disable the compromised identity: force password resets and revoke sessions for any account observed in lateral movement; audit for newly created admin accounts.
- (1–4 h) Block egress to known exfil destinations (MEGA, rclone endpoints, anon file shares) at the proxy/firewall; throttle bulk outbound from server VLANs.
- (4–12 h) Snapshot and preserve forensic images of edge devices (VPN concentrator, firewall, vCenter) before patching — these are the most likely initial-access evidence.
- (12–24 h) Enterprise-wide credential reset (KRBTGT twice if domain compromise is suspected); sweep all KEV-listed products for IOCs and patch per CISA deadlines.
Hardening Recommendations
Immediate (24 hours)
- Patch or mitigate the five KEV entries above — especially CVE-2026-59310 (vCenter), CVE-2026-50751 (Check Point IKEv1: disable IKEv1 if unused), CVE-2026-20316 (Cisco FMC), and CVE-2024-1708 (ScreenConnect: update or remove if unneeded).
- Block inbound RDP from the internet entirely; enforce NLA and restrict to VPN-authenticated sources.
- Deploy the Sigma rules above to your SIEM and set the shadow-copy rule to page-on-critical.
- Verify backup integrity and confirm at least one offline/immutable copy exists — N0N's playbook targets backup catalogs first.
- Inventory RMM tools; block execution of any remote-access binary not on the approved list (AppLocker/WDAC).
Short-Term (2 weeks)
- Segment management planes — vCenter, firewall managers, and backup infrastructure must be on isolated VLANs accessible only from PAWs/jump hosts. Edge-device exploitation should never yield a direct path to the virtualization layer.
- Egress filtering with TLS inspection on server VLANs; alert on sustained outbound >500MB/hour per host to non-business destinations.
- Phishing-resistant MFA (FIDO2) for all remote access and administrative accounts — hard-coded credential CVEs like CVE-2026-20316 bypass password-only controls entirely.
- EDR tamper protection enforced tenant-wide with alerting on any disable attempt.
- Deception tripwires: canary files on file shares and honey credentials in LSASS-adjacent locations to catch staging behavior early.
- Tabletop the N0N scenario with IR retainers and legal counsel — double-extortion negotiations and regulator notification timelines should be pre-decided, not improvised.
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.