deprecated

Attack Path Analysis: Deprecated Endpoints

Tenable has deprecated and subsequently removed the Attack Path Analysis "List attack paths" and "List findings" endpoints. This deprecation was previously announced in Attack Path Analysis: Upcoming Changes.

The deprecated endpoints are outlined in the following table:

EndpointNameDescription
GET /apa/api/discover/v1/vectorsList attack pathsReturns a list of attack path vectors.
GET /apa/findings-api/v1/findingsList findingsReturns a list of Tenable Attack Path Analysis findings.

Tenable recommends that customers update their integrations to use the new Attack Path endpoints listed below instead.

EndpointNameDescription
POST /api/v1/t1/apa/top-attack-paths/searchSearch attack pathsReturns a list of the top attack paths leading to critical assets. The response includes details about each attack path, such as associated techniques, nodes, and metadata.
POST /api/v1/t1/apa/top-attack-techniques/searchSearch attack techniquesReturns a list of the top attack techniques in your organization that match the specified search criteria. The response includes details about each technique, such as MITRE ATT&CK framework information, mitigations, and metadata.

For more information about the replacement endpoints, see Tenable One: New Attack Path Endpoints.