MITRE ATT&CK

List MITRE tactics

get

Returns an array of MITRE tactics

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of MITRE Tactics with Techniques

application/json
get
/api/v1/mitre/tactics

List MITRE techniques for a given tactic

get

Returns an array of MITRE techniques for a given tactic

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tactic_idstringRequired

The ID of the tactic to fetch techniques for

Responses
200

Techniques for a Specific MITRE Tactic

application/json
get
/api/v1/mitre/tactics/{tactic_id}

Last updated