deprecated
Attack Path Analysis: Deprecated Endpoints
4 days ago by Lance Duvall
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:
| Endpoint | Name | Description |
|---|---|---|
| GET /apa/api/discover/v1/vectors | List attack paths | Returns a list of attack path vectors. |
| GET /apa/findings-api/v1/findings | List findings | Returns 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.
| Endpoint | Name | Description |
|---|---|---|
| POST /api/v1/t1/apa/top-attack-paths/search | Search attack paths | Returns 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/search | Search attack techniques | Returns 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.
