Skip to content

Blast Radius

Blast Radius answers a simple, high-stakes question: if this identity were compromised, what could the attacker reach? It maps everything an identity can touch — directly and through chains of access — so you can quantify worst-case impact.

BenefitCapabilityBusiness value
Impact clarityReachable-resource mapping per identityKnow which identities are truly dangerous if breached
PrioritizationCombine blast radius with feasibilityFocus on identities that are both reachable and high-impact
ContainmentReveals over-broad accessDrive least-privilege decisions with evidence

Open Security Testing → Blast Radius Search. Pick an identity (user, group, or service account), and RedCloud computes the set of resources it can reach — following permission grants, impersonation, and lateral movement. The result shows both the immediate reach and the extended reach through chains.

  1. Run a scan to populate the access graph.
  2. Open Blast Radius Search and select an identity.
  3. Review the reachable resources and the paths that get there.
  4. Trim over-broad access, then re-check to confirm the radius shrinks.
  • Start with the identities at the top of the Identity Risk ranking.
  • Treat a large blast radius on an internet-reachable identity as a top priority.
  • Use the results to justify least-privilege changes to resource owners.