What you will learn
- What an attack path is and how it differs from a finding
- The five parts of every path
- How to score paths by feasibility and business impact
- Where analysis differs from mapping
- How to find the choke point that cuts many paths
- How to hand path findings to engineering teams
- Metrics that prove path risk is falling
Explanation
A path is not a finding
A finding says a weakness exists on an asset. A path says that a weakness, combined with a permission and a network route, allows an attacker to move from somewhere they can reach to something you care about. Attackers do not exploit findings for their own sake, they walk paths. This is why two environments with identical vulnerability counts can carry radically different risk.
If your programme already maps paths, analysis is the next discipline: deciding which of the thousands of theoretically possible chains deserve engineering time this month. This article focuses on that decision. For building the graph itself, see the companion article on attack path mapping.

The five parts of a path
| Part | Typical enablers | Common defensive lever |
|---|---|---|
| Entry | Exposed service, phishing, third party access, stolen session | External attack surface reduction, phishing resistant authentication |
| Foothold | Unpatched software, weak application logic, exposed automation | Patching, workload hardening, application allow listing |
| Privilege | Local admin rights, over permissive roles, cached secrets | Least privilege, credential hygiene, just in time access |
| Lateral movement | Flat networks, shared credentials, trust relationships | Segmentation, unique credentials, trust review |
| Impact | Data stores, payment paths, control planes, backup systems | Crown jewel controls, immutable backups, transaction limits |
Scoring: feasibility against impact
The most practical scoring model uses two axes. Feasibility asks how hard the path is for a competent attacker, taking into account whether each hop needs a rare condition, a credential they must first steal, or a user action. Impact asks what the destination is worth in business terms. Neither axis is a CVSS score, and both should be agreed with the business rather than invented inside the security team.

- 1Count the hops and note which ones require an attacker to obtain something they do not already have.
- 2Mark any hop that depends on a known exploited vulnerability, because that removes uncertainty about capability.
- 3Score impact from the destination asset, not from the entry point.
- 4Reduce feasibility only where a control has been validated, not where one is assumed to exist.
- 5Recalculate after every remediation, because closing one hop can reroute the path rather than remove it.
Analysis versus mapping
| Question | Mapping answers | Analysis answers |
|---|---|---|
| What exists | Every possible route between nodes | Which routes matter enough to act on |
| Data needed | Identity, asset, network and configuration data | The same graph plus business context and validation results |
| Output | A graph or a set of paths | A ranked change list with owners |
| Frequency | Continuous, as data refreshes | Per CTEM cycle, as decisions are made |
| Main risk | Incomplete data | Ranking by volume instead of consequence |
Find the choke point before you write tickets
Paths overlap. In most enterprises a handful of nodes appear in a disproportionate share of critical paths: a service account with broad rights, a jump host reachable from too many segments, a container role attached to every workload in a cluster. Fixing one of those nodes eliminates dozens of paths in a single change, which is a far better use of an engineering sprint than closing individual findings.
- Rank nodes by the number of critical paths that cross them
- Validate that the node is genuinely required, because graphs contain stale data
- Design the smallest change that removes the capability rather than the asset
- Model the change first, since removing a permission can break a production job
- Recount paths after the change and publish the reduction as the outcome
Handing path findings to engineering
Engineering teams reject path findings when they arrive as a diagram with no clear ask. Translate every path into the specific change on the specific asset the owning team controls, and state what the change removes. A ticket that says remove the local administrator group membership for the build service on these twelve hosts, which cuts eighteen paths to the payments database, gets scheduled. A screenshot of a graph does not.
How this fits the CTEM lifecycle
Path analysis strengthens prioritization and gives validation its targets. The validation stage then proves which hops are real, which feeds corrected feasibility scores back into the graph. Mobilization receives fewer, larger, better justified changes. The loop tightens with each cycle because the graph becomes more accurate every time a hop is tested.
How to measure success
| Metric | Definition | Healthy direction |
|---|---|---|
| Critical paths open | Distinct validated paths to crown jewel assets | Falling cycle over cycle |
| Median hops to impact | Shortest chain length to a critical asset | Rising, meaning attackers need more steps |
| Choke point coverage | Share of top choke points remediated or controlled | Rising towards full coverage |
| Path reappearance rate | Closed paths that return through a new route | Falling, showing structural fixes not cosmetic ones |
| Time to close a critical path | Days from analysis to verified removal | Falling towards a single cycle |
How to apply this
- Define your crown jewel assets in writing before analysing any path.
- Score every path on feasibility and business impact rather than on component severity.
- Rank nodes by path frequency and fix choke points before individual findings.
- Validate the hops you intend to act on so scoring is based on evidence.
- Convert each path into a concrete change request owned by the team that controls the asset.
- Recount paths after each change and report the reduction as the programme outcome.
Common mistakes
- Presenting a graph to executives instead of a ranked list of decisions.
- Scoring impact from the entry point rather than the destination.
- Assuming a control blocks a hop without testing it.
- Closing one hop without checking whether the path simply reroutes.
- Ignoring identity data, which is where most real paths live.
- Letting the graph go stale, so analysis is done on last quarter's environment.
Frequently asked questions
Related pages
Attack Path Mapping for CTEM
Attack Path Mapping for CTEM
Learn how attack path mapping helps CTEM teams find choke points, prioritize fixes, validate exploitability, and reduce business risk.
Choke Point Remediation
Choke Point Remediation in CTEM Programs
Choke point remediation in CTEM: how to find the few nodes that carry most attack paths, fix them safely, and report risk reduction instead of ticket counts.
Identity Exposure in CTEM
Identity Exposure in CTEM: Practical Guide
Learn how credentials, secrets, privileges, and service accounts fit into CTEM discovery, prioritization, validation, and remediation.
CTEM Prioritize Stage
CTEM Prioritization Stage: Rank Exposures That Matter
How to prioritize exposures using business impact, exploitability, threat activity, asset criticality, control gaps, and attack paths.
CTEM Practitioner Certification
CTEM Practitioner Certification: For Analysts and Consultants
The free CTEM Practitioner certification with a scenario exam, exposure register lab, prioritization worksheet, and validation exercise.
Next step
Start a free LearnCTEM certification
Ready to prove your CTEM knowledge? Start with the free LearnCTEM Beginner Certification, continue with the Practitioner Certification, and build toward Program Leader. Every LearnCTEM certificate is free, vendor-neutral, and publicly verifiable at LearnCTEM.com.
Author
LearnCTEM Editorial Team
Practitioners and educators writing plain-English guides on Continuous Threat Exposure Management.
Reviewed by
Senior CTEM Practitioner Panel
Reviewed for accuracy against public CTEM guidance and real-world program experience.

