CISO Platform
BREACH INTELLIGENCE

CISOPlatform Breach Report

May 27, 2026 | Key Breach Incidents Overview

This breach report analyzes three high-signal incidents from today's intelligence and turns them into technical priorities for CISOs, security leaders and operating teams.



Executive Summary

Today's pattern is the failure of trusted business paths: SaaS identity, shared application secrets and employee software sourcing.

The three incidents selected from today's Daily Breach Intelligence report are not isolated news items. Charter shows how vishing against a Microsoft Entra account can lead to Salesforce data export and extortion pressure. KnowledgeDeliver shows how hard-coded ASP.NET machine keys can convert a learning platform into unauthenticated remote code execution, web shell deployment, and workstation compromise. Microsoft's cryptojacking research shows how poisoned search and AI-assisted discovery paths can result in DLL sideloading, ScreenConnect abuse, process hollowing, Defender exclusions, and GPU mining.

CISO takeaway: Treat trusted paths as breach surfaces. The 72-hour priority is to validate SaaS export controls, rotate shared application secrets, hunt for IIS and RMM abuse, and move employee software installation toward managed catalogs with telemetry-backed exceptions.

Report Scope

Prepared for: CISOs, Deputy CISOs, Security Architecture, Detection Engineering, Cloud Security, AppSec, Identity, IT Operations, Third-Party Risk.

Report Lens: Board-aware breach intelligence with technical control guidance.

Criticality Snapshot

Top Incidents Featured

PriorityIncidentEnterprise Risk SignalImmediate Control Focus
1KnowledgeDeliver ViewState RCEShared ASP.NET machine keys enable unauthenticated RCE across internet-facing LMS deployments.Machine-key rotation, IIS webroot review, Event ID 1316 hunting, web shell containment.
2Charter ShinyHunters Salesforce extortionVishing and SSO compromise can turn SaaS export rights into customer-data extortion leverage.Entra phishing resistance, Salesforce export telemetry, BPO/help-desk identity controls.
3ScreenConnect cryptojacking via poisoned searchSoftware-search trust is abused to install RMM, hollow Microsoft-signed .NET utilities, and mine on endpoints.Managed software catalog, unexpected RMM detection, DLL sideloading and Defender exclusion alerts.

Why these three matter together

The operating pattern is trusted-path compromise. Attackers are not only exploiting perimeter weaknesses; they are abusing normal identity flows, vendor deployment defaults, user search behavior, legitimate RMM tools, and Microsoft-signed binaries. The control question for CISOs is whether the organization can prove what trusted path was used, revoke or rotate the trust quickly, and detect follow-on behavior before the incident becomes a public breach or operational disruption.

 
Incident 1

KnowledgeDeliver ViewState RCE

Application Platform Risk

Shared Secret, Shared Blast Radius

Hard-coded ASP.NET machine keys can turn ViewState protection into an unauthenticated execution path across multiple deployments.

What Happened

Mandiant reported exploitation of CVE-2026-5426 in KnowledgeDeliver, a learning management system used commonly in Japan. Deployments before 24 February 2026 used a standardized web.config with identical ASP.NET machineKey values. Once an attacker had the keys, they could craft malicious ViewState payloads and reach unauthenticated remote code execution on exposed instances.

Observed post-exploitation activity included BLUEBEAM/Godzilla web shell deployment inside w3wp.exe, file permission changes with icacls, JavaScript tampering, fake security plugin prompts, and Cobalt Strike delivery to users visiting the compromised LMS.

Why This Matters

This is a board-relevant application governance failure, not only an LMS bug. Shared deployment secrets create systemic exposure: one recovered key can compromise many independent environments. Training portals, partner-learning systems, and customer education platforms often sit outside the highest-priority application inventory, yet they process identities, documents, session data, and sometimes trusted internal content.

How the Attack Can Unfold

  1. Attacker identifies an internet-facing KnowledgeDeliver instance deployed with the shared machine key.
  2. A malicious ViewState payload is submitted through the __VIEWSTATE parameter.
  3. The server accepts the payload because the attacker can sign or encrypt it with the known machine key.
  4. The IIS worker process executes attacker-controlled code and loads an in-memory web shell.
  5. The attacker tampers with web content, stages fake installers, and moves from server compromise to endpoint compromise.
CISO Questions
  • Do we run KnowledgeDeliver or another ASP.NET LMS with shared vendor-supplied secrets?
  • Can application owners prove unique machine keys per deployment?
  • Are IIS logs, Windows event logs, and webroot integrity records retained long enough for incident scoping?
  • Can we isolate an LMS host without disrupting required training or partner workflows?

MITRE ATT&CK Mapping

StageTechniqueRelevance
Initial AccessT1190 Exploit Public-Facing ApplicationViewState deserialization reaches exposed LMS servers.
ExecutionT1059 Command and Scripting InterpreterObserved child processes include cmd.exe, whoami, and PowerShell from IIS context.
PersistenceT1505.003 Web ShellBLUEBEAM/Godzilla provides command execution through web traffic.
Defense EvasionT1222 File and Directory Permissions ModificationFile-system permissions were changed to support control of web content.

Detection and Hunting Guidance

  • Search Windows Application logs for Event ID 1316 from ASP.NET with ViewState verification failures or invalid ViewState messages.
  • Hunt for w3wp.exe spawning cmd.exe, PowerShell, whoami, archive tools, or network utilities.
  • Compare webroot files against known-good baselines, especially .js, .aspx, and .config files.
  • Review web requests with anomalous concatenated User-Agent strings and unusual POST bodies to application pages.

Controls to Prioritize

  • Generate unique, cryptographically strong machine keys for each ASP.NET deployment and rotate any shared vendor defaults.
  • Restrict LMS administrative and user access to known networks where business use permits.
  • Add webroot file integrity monitoring for externally exposed IIS applications.
  • Treat public-facing training and partner portals as tiered assets with named owners, patch SLAs, and tested isolation procedures.
 
Incident 2

Charter ShinyHunters Salesforce Extortion

SaaS Identity Risk

Vished Identity, Exported Trust

A single compromised SSO account can become a bulk-export path across SaaS platforms if access and export rights are not governed together.

What Happened

Charter Communications confirmed a data breach after ShinyHunters listed the company for extortion. Charter stated that no sensitive personal information or customer proprietary network information was exfiltrated. The threat actor claimed a broader impact: a 1 April vishing attack against a Microsoft Entra account, followed by export of consumer and business customer records from a Salesforce instance and access to support-ticket data.

The useful security signal is not the disagreement between company and actor statements alone. It is the repeatability of the path: social engineering against identity, access into SaaS, bulk export, and extortion with customer data narratives.

Why This Matters

Salesforce, Microsoft 365, Google Workspace, Zendesk, Slack, Atlassian, SAP, and similar platforms are now breach data planes. They are business-critical systems with broad data visibility, delegated access, APIs, and export features. Traditional identity controls can fail quietly if help-desk processes, BPO accounts, session controls, OAuth grants, and export permissions are not monitored as one operating model.

How the Attack Can Unfold

  1. Attacker calls an employee, contractor, or BPO worker and drives a vishing workflow against SSO.
  2. The compromised account passes into Microsoft Entra or another identity provider with access to SaaS applications.
  3. The attacker enumerates connected SaaS tools, roles, OAuth grants, and data export paths.
  4. Customer, support, account, or operational records are exported through native reporting or API functions.
  5. The stolen data is used for extortion, follow-on phishing, business email compromise, or pressure during notification decisions.
Assurance Check
  • Are Salesforce exports tied to named business use cases?
  • Do BPO and support accounts have phishing-resistant authentication?
  • Can we reconstruct who exported which objects, from where, and when?
  • Are OAuth tokens and connected apps reviewed after suspected identity compromise?

MITRE ATT&CK Mapping

StageTechniqueRelevance
Initial AccessT1566 PhishingVishing is used to compromise identity or authentication flows.
Initial AccessT1078 Valid AccountsAn Entra account provides legitimate SaaS access.
CollectionT1213 Data from Information RepositoriesCustomer and support data is collected from Salesforce or adjacent SaaS repositories.
ExfiltrationT1567 Exfiltration Over Web ServiceNative SaaS exports and APIs can move data through expected channels.

Detection and Hunting Guidance

  • Review Entra sign-ins for vishing indicators: unusual device registration, new MFA methods, atypical locations, impossible travel, and high-risk sign-ins for support or BPO users.
  • Hunt Salesforce for mass exports, unusual report downloads, API spikes, object access outside role norms, and exports shortly after authentication anomalies.
  • Identify connected apps, refresh tokens, and OAuth grants created or used around the suspected window.
  • Compare SaaS access from support workflows against ticket assignments and normal queue ownership.

Controls to Prioritize

  • Move high-risk SaaS users and support/BPO accounts to phishing-resistant MFA and hardened recovery workflows.
  • Limit Salesforce export rights by role, object sensitivity, and business justification.
  • Require alerting for bulk export, unusual report creation, and high-volume API reads.
  • Test revocation workflows for SaaS sessions, refresh tokens, connected apps, and delegated admin access.
 
Incident 3

ScreenConnect Cryptojacking via Poisoned Search

Endpoint and RMM Abuse

Fake Utility, Real Remote Access

Poisoned software discovery chains can install legitimate remote-management tooling before dropping miners and hollowing trusted Windows utilities.

What Happened

Microsoft reported a cryptojacking campaign that pushed users searching for software utilities to attacker-controlled domains. In some observed cases, LLM-generated responses included links to domains later associated with the campaign. The fake sites delivered ZIP files containing legitimate utility executables and a malicious autorun.dll for DLL sideloading.

The chain silently installed ScreenConnect, used remote file transfer to drop SimpleRunPE, created hidden install paths, added Defender exclusions, performed anti-analysis checks, and hollowed Microsoft-signed .NET utilities such as InstallUtil.exe, RegAsm.exe, RegSvcs.exe, and MSBuild.exe before launching GPU-focused mining activity.

Why This Matters

This is more than nuisance cryptomining. The campaign exercises a repeatable endpoint intrusion pattern: trust in search results, local execution of a fake utility, legitimate RMM for persistence and operator access, security-control weakening, and execution inside signed Windows processes. The same pattern can support credential theft, data staging, ransomware preparation, or hands-on-keyboard intrusion.

How the Attack Can Unfold

  1. Employee searches for a utility and lands on an attacker-controlled download page through poisoned search, sponsored placement, or AI-assisted discovery.
  2. A ZIP file runs a legitimate executable that sideloads a malicious DLL from the same folder.
  3. The malware installs ScreenConnect and connects to attacker infrastructure.
  4. The attacker transfers additional tooling, creates hidden paths, and changes Defender exclusions.
  5. The miner runs inside a hollowed Microsoft-signed .NET process, while host and GPU telemetry is sent to command infrastructure.
Endpoint Review
  • Do employees have a fast approved route for utility installs?
  • Are newly installed RMM clients treated as high-severity events?
  • Can EDR correlate DLL sideloading, ScreenConnect, Defender exclusions, and GPU miner execution?
  • Are AI and search-result software recommendations covered in user guidance?

MITRE ATT&CK Mapping

StageTechniqueRelevance
Initial AccessT1189 Drive-by CompromisePoisoned download pages lure users into malicious utility installs.
ExecutionT1204 User ExecutionThe user launches the downloaded utility package.
Defense EvasionT1574.002 DLL Side-LoadingA legitimate executable loads malicious autorun.dll.
Command and ControlT1219 Remote Access SoftwareScreenConnect provides persistent operator access.
Defense EvasionT1055.012 Process HollowingMining code runs inside trusted Microsoft-signed .NET utilities.

Detection and Hunting Guidance

  • Alert on newly installed ScreenConnect clients outside approved deployment tools, especially with suspicious custom properties or uncommon hosts.
  • Hunt for signed utility executables loading DLLs from user-writable download or temp directories.
  • Detect PowerShell invoking Add-MpPreference to create Defender path or process exclusions.
  • Watch for InstallUtil.exe, RegAsm.exe, RegSvcs.exe, or MSBuild.exe with suspicious parentage, network behavior, or GPU miner child processes.

Controls to Prioritize

  • Provide an internal software catalog and exception process for common utilities so users do not rely on search results or chatbot answers.
  • Restrict RMM execution to approved tenants, signed installers, deployment tools, and device groups.
  • Block DLL loading from archive extraction paths and user download directories where practical.
  • Require approval or high-severity alerting for Defender exclusion changes outside managed security tooling.
 
Cross-Incident Intelligence

The Control Pattern

Control DomainWhat Failed or Was StressedWhat Good Looks Like
Application secret governanceShared machine keys made independent deployments vulnerable to the same exploit path.Unique per-deployment secrets, rotation evidence, owner accountability, and webroot integrity monitoring.
SaaS identity and data accessCompromised identity can inherit broad export privileges.Phishing-resistant authentication, least-privilege exports, API monitoring, and token revocation.
Endpoint software trustUsers installed fake utilities from attacker-controlled discovery paths.Managed catalogs, source validation, DLL sideloading controls, and RMM allowlisting.
Incident response evidencePublic claims and internal statements can diverge until logs and leaked data are validated.Export logs, authentication records, endpoint telemetry, and clear evidence packs for legal, board, and customer communications.
Action Plan

72-Hour CISO Actions

First 24 Hours

  • Identify KnowledgeDeliver and similar ASP.NET LMS or training portals; confirm patch level and unique machine-key status.
  • Pull IIS, Windows Application, EDR, and webroot integrity data for exposed LMS hosts before retention windows close.
  • Ask identity and CRM owners for Entra high-risk sign-ins, MFA changes, Salesforce exports, API spikes, and connected-app changes affecting support or BPO users.
  • Hunt for unexpected ScreenConnect installs, suspicious DLL sideloading from downloads, and Defender exclusion changes.
  • Issue targeted guidance: do not install utilities from search results, ads, mirrors, or AI-generated links; use the approved catalog.

24 to 72 Hours

  • Rotate shared ASP.NET machine keys and preserve evidence of old and new key deployment.
  • Review Salesforce object-level export permissions and remove standing export rights where not required.
  • Revoke risky SaaS sessions, refresh tokens, and OAuth grants tied to suspicious identities.
  • Tighten RMM allowlists and alert on newly seen RMM clients outside approved tenants.
  • Brief legal, privacy, support, and customer communications on the evidence needed before accepting or disputing actor data claims.

30 Days

  • Fold training portals, partner portals, and customer education platforms into tiered asset governance.
  • Build SaaS export anomaly detection across CRM, support, collaboration, and file-sharing platforms.
  • Create an enterprise software-source policy that covers search, ads, package mirrors, community tools, and AI-generated recommendations.
  • Test a cross-functional playbook for vishing-to-SaaS compromise: identity, SaaS admin, legal, privacy, support, and communications.
Board Message

Today's incidents show attackers abusing systems the business already trusts: SaaS identity, application deployment defaults, and employee software discovery.

The security program is validating that trusted paths are restricted, monitored, and quickly revocable, with evidence that can support customer, regulatory, and board decisions.

Metrics
  • Externally exposed ASP.NET applications with unique machine-key evidence.
  • High-risk SaaS users covered by phishing-resistant authentication.
  • Bulk SaaS exports reviewed within 24 hours.
  • Unauthorized RMM installs detected and contained.
  • Endpoints blocked from executing unsigned or untrusted utility downloads.
Sources

Sources Reviewed

© 2026 CISO Platform. For more information, email contact@cisoplatform.com or visit cisoplatform.com.

Votes: 0
E-mail me when people leave their comments –

You need to be a member of CISO Platform to add comments!

Join CISO Platform

Join The Community Discussion