Start with Identity
← Glossary
Security

Attack Path

A chain of individually legitimate permissions and relationships that together let a low-privileged identity reach a high-privileged one. Each link is a valid configuration; the risk is in the composition, which is why permission-by-permission auditing does not find it.

Attack path analysis treats the environment as a graph of principals, permissions, and relationships, then asks for the shortest route from any starting point to a target such as domain admin or a production role. Defenders historically reviewed group membership one object at a time while attackers read the whole graph, and closing a single well-chosen edge often removes thousands of paths at once. The approach originated in Active Directory tooling and now applies to cloud entitlements too.

See also: privilege escalation, lateral movement, Andy Robbins, CIEM, best ITDR tools

Last reviewed By SWI Community TeamSuggest a correctionHow we research