MITRE ATT&CK
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
400
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
application/json
401
Access token is missing or invalid
application/json
403
Access is forbidden
application/json
default
Unknown Error Occurred
application/json
get
/api/v1/mitre/tacticsReturns 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
400
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
application/json
401
Access token is missing or invalid
application/json
403
Access is forbidden
application/json
default
Unknown Error Occurred
application/json
get
/api/v1/mitre/tactics/{tactic_id}Last updated