






Originally published by Tenable.
Written by Thomas Nuth, Head of Product Marketing - Cloud, Tenable.
When a hybrid threat lands, the first question a SOC has to answer isn't “what happened?” It's “how far can this go?” That's the blast radius question — and getting to a fast, accurate answer is the difference between a contained incident and a multi-million-dollar breach.
Key takeaways
Imagine 2:47 a.m. The on-call analyst's phone buzzes. An anomalous Bedrock invocation pattern. The detection is clean — but that's not the question that matters. The question is everything that comes next:
These are the blast radius questions. They're also where most incident response programs lose the race against the attacker.
In a siloed world, answering those five questions means opening five different consoles, joining the data manually, and waiting on a cloud team, an identity team, and a network team to weigh in. By the time anyone can answer “how bad is this?” the attacker has moved. The blast radius has already expanded — you're just slower to see it.
This blog is about closing that gap. We'll define what blast radius really means in hybrid environments, look at two breaches where ignoring blast radius cost a lot of money, and show how CNAPPs repositioned around exposure rather than configuration — makes blast radius a live signal the SOC can actually act on.
Blast radius is borrowed from physics, and it lands well in cybersecurity for the same reason it lands in physics: the metric that matters isn't where the bomb went off. It's everything within reach of the bomb. In security terms, your blast radius is every asset, identity, dataset, and downstream service an attacker can touch from a single point of compromise.
On paper, blast radius sounds like a cloud problem. In practice, it's almost always a hybrid problem. Three reasons:
Hybrid identity is the connective tissue of modern enterprises. Active Directory federates to Entra ID. Service principals in Azure write to on-prem file shares. Cloud-hosted apps use SAML tokens issued by an on-prem identity provider. A compromised AD account doesn't stay on-prem — it walks into your cloud through federation, often bypassing MFA along the way. That's exactly the pattern SolarWinds attackers used at scale.
Sensitive data sits in S3 buckets and on-prem databases. Backups replicate from cloud to data center and back. AI training pipelines pull from both. Once an attacker reaches one side, the other is usually one IAM role or one stored credential away. IBM's 2025 Cost of a Data Breach Report found 30% of all breaches now involve data spread across multiple environments — and those breaches are the most expensive and longest to resolve.
VPC peering. Site-to-site VPN. Cloud-hosted jump boxes. Hybrid Kubernetes clusters. Direct Connect circuits. The actual reachable network surface in a hybrid environment is almost always bigger than the architecture diagram suggests. Attackers map this surface in minutes; defenders take days to catch up.
Put those three together and the truth becomes uncomfortable. Your blast radius isn't “which VPC is this in?” It's “which identities, datasets, applications, and on-prem systems are within reach of this compromised credential, anywhere in our environment, right now?”
That's a question siloed tools can't answer. And during an active incident, slow answers are wrong answers.
“Reactive threat detection and response tools can't see or understand the technical relationships that help attackers move laterally across assets and identities, or the resulting exposure to mission-critical systems, services, and data. Without this context, alerts become noise.”
— Tenable, “Preemptive cybersecurity”
Two breaches you already know. Both are case studies in what happens when blast radius is the question nobody answers in time.
CASE STUDY
SolarWinds (2020): a hybrid attack path siloed tools couldn't see
Initial access began on-prem, through a back door in the Orion software update. Attackers established a foothold inside the targeted networks and then — the part siloed tools missed — moved laterally to the cloud.
Using tools like mimikatz, attackers accessed credentials stored as LSA Secrets to create rogue domain controllers in Active Directory. From there, they took control of the Active Directory Federation Service.
With AD FS controlled, they forged SAML tokens. Those tokens bypassed MFA and unlocked Microsoft Azure and Microsoft 365 environments. Cloud security tools alone never saw the on-prem origin. On-prem security tools alone never saw the cloud destination.
Estimated global impact: nearly $1 billion. The blast radius of one on-prem compromise extended across the entire hybrid identity fabric of every affected organization — and no single tool was wired to see that radius end-to-end.
CASE STUDY
Capital One (2019): a single misconfiguration, an unbounded blast radius
Initial access exploited a misconfigured web application firewall in the cloud. Standard CSPM tools would have flagged the WAF misconfiguration. They didn't flag what mattered most.
What mattered most was the IAM role attached to that workload. The role had access to credit application data stored in cloud infrastructure — and far broader permissions than the workload needed to do its job.
The principle of least privilege would have made the misconfigured WAF a contained incident. Instead, the blast radius extended directly to 100 million records of customer data.
Result: $300M+ in costs, regulatory penalties, and reputational damage. The breach wasn't about the misconfiguration. It was about the blast radius that misconfiguration unlocked.
Two different initial access vectors. Two different cloud providers. Same root failure: nobody could see how far a single compromise could reach until after it had already reached. That's not a posture problem. That's not a detection problem. That's a blast radius problem.
If you need to make the case to leadership that blast radius deserves dedicated investment — not just configuration scanning, not just detection — bring these numbers to the conversation.
|
Stat |
What it means |
Source |
|
$5.05M |
Average cost of a breach involving data across multiple environments — the most expensive breach category tracked. |
|
|
30% |
Share of all breaches that now involve data spread across multiple environments (cloud + on-prem). These breaches also take the longest to resolve, at 276 days. |
IBM Cost of a Data Breach 2025 |
|
241 days |
Average breach lifecycle (identify + contain). Faster scoping is a direct contributor to lower cost. |
IBM Cost of a Data Breach 2025 |
|
$1.14M |
Average savings when a breach is contained within 200 days vs. exceeding the threshold. |
IBM Cost of a Data Breach 2025 |
|
38% |
Share of organizations battling the toxic cloud triad — workloads that are publicly exposed, critically vulnerable, AND highly privileged. The textbook high-blast-radius profile. |
|
|
22% |
Share of breaches where stolen credentials were the initial access vector — the single most common starting point for blast-radius-amplifying attacks. |
|
|
79% |
Share of attacks that are now malware-free, relying on valid credentials and identity abuse. Identity is where blast radius expands. |
CrowdStrike Global Threat Report |
Notice the pattern. The breaches that cost the most aren't the ones with the most novel exploit. They're the ones where an attacker reached further than the defender could see. Blast radius is the variable that converts a contained incident into a budget-line item.
Most cloud security marketing talks about detection speed. “We detect in seconds.” “Real-time alerts.” “Millisecond latency.” Detection speed matters, but it's solved. The harder problem — and the one that's still costing organizations millions — is scoping speed.
Here's the difference, in a single example. Same intrusion, two responses:
|
Scenario |
Detection |
Scoping |
Containment outcome |
|
Siloed tools |
Anomalous IAM activity detected in 5 minutes. Alert fires. |
SOC analyst pulls CloudTrail, IAM, EDR, AD logs manually. Asks cloud, identity, and infra teams to verify reachability. Joins data in a spreadsheet. ~6 hours. |
By the time scope is understood, attacker has moved laterally to three more accounts and exfiltrated data. Breach is real. |
|
Unified exposure platform |
Same anomalous IAM activity detected in 5 minutes. |
Blast radius graph pre-computed and continuously updated. Investigation story shows reachable identities, datasets, and on-prem systems in <2 minutes. |
Credential revoked, lateral movement paths blocked, downstream resources isolated in 15 minutes. Incident, not breach. |
Same detection. Wildly different outcomes. The variable isn't how fast you knew. It's how fast you knew what to do.
Here's what the 2:47 a.m. scenario from earlier looks like with blast radius treated as a first-class signal.
The point isn't that this is fully automated. The point is that the analyst is making decisions, not chasing data.
This piece has spent a lot of time on exposure mapping and blast radius graphs. It's worth being explicit about how cloud detection and response (CDR) — the live, runtime signal — turns all of it into operational value.
Blast radius without detection is a thought experiment. You know an attacker could reach a lot, but you don't know if one has. Detection without blast radius is alert fatigue. You know something happened, but you don't know how bad it is. Combined, they're the working answer to every question a SOC needs to answer during a live incident:
With a proper CNAPP, those five answers come back as a single investigation, not five separate console sessions. That's what “cloud threat detection speeds up incident scoping” means in practice. Not faster detection. Faster understanding.
Detection tells you something happened. Blast radius tells you how bad it is and what to do about it. Programs that treat blast radius as an afterthought spend hours scoping incidents that should have been contained in minutes. Programs that treat it as a continuous, live signal compress the time between alert and decision — and that's where the cost curve bends.
Capital One and SolarWinds are the worst-case examples. Most organizations won't experience anything that catastrophic. But every hybrid environment has its own version of those breaches latent in the exposure graph: a misconfiguration that wouldn't matter if an IAM role were right-sized, a federation trust that no one's audited in 18 months, a toxic combination of public exposure plus excess privilege plus accessible data.
Blast radius is the set of assets, identities, datasets, and downstream systems an attacker can reach from a single compromised asset. In hybrid environments, this almost always crosses cloud and on-prem boundaries through identity, data flows, and network paths. Minimizing blast radius is one of the highest-leverage things a security program can do — every right-sized permission, every isolated workload, and every closed attack path makes future incidents smaller.
They're closely related. Attack path analysis (APA) maps the specific routes an attacker could take from initial access to a target. Blast radius is the broader set of everything reachable from a given starting point — every attack path emanating from one asset combined. APA tells you the route; blast radius tells you the scope.
Because identity, data, and network paths cross the boundary, often in ways that aren't documented. Active Directory trusts federate to Entra ID. Service accounts span clouds and data centers. SAML tokens bridge security domains. Cloud-only tools and on-prem-only tools each see one side. Mapping the full radius requires a unified exposure graph that treats hybrid as the default.
Yes. That's the whole point of preemptive cloud exposure management. By identifying toxic combinations, right-sizing identity permissions through CIEM, isolating publicly exposed workloads, and closing attack paths to crown-jewel data, you shrink blast radius proactively. When the next incident comes, you've already made it smaller.
During an incident, AI-powered threat stories correlate dozens of related events — sign-ins, API calls, IAM changes, network connections, data access — into a single investigation tied to MITRE ATT&CK techniques. The blast radius is rendered live alongside the kill chain, so the SOC sees both “what the attacker is doing” and “what else is within reach” in one view. That's the difference between scoping in minutes and scoping in hours.
The lateral movement, persistence, and credential access tactics. Specifically: T1078.004 (Valid Accounts: Cloud Accounts), T1098.001 (Additional Cloud Credentials), T1550.001 (Application Access Token), T1021.007 (Cloud Services), T1556 (Modify Authentication Process), and the cross-domain trust manipulation techniques used in attacks like SolarWinds. Detections on these techniques are where blast-radius-aware programs should focus first.
Thomas Nuth is a seasoned cybersecurity executive with over 15 years of experience driving global go-to-market strategy, brand development, and market adoption for some of the world’s most innovative security companies. With a deep understanding of the evolving threat landscape—from cloud-native risk to AI-powered attacks—Thomas has played a pivotal role in shaping industry narratives and positioning next-gen technologies at the forefront of the cybersecurity conversation. Before joining Tenable, Thomas held positions at Wiz, Qualys, Fortinet, Forescout, and other innovative leaders in cybersecurity.

此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。