RedRavenApi reference

List attack methods

Return the Dimension 1 technique catalog (id, name, description, turn mode, mechanism hint).

GET
/attack-methods

Return the Dimension 1 technique catalog (id, name, description, turn mode, mechanism hint).

Authorization

ApiKeyAuth OrganizationId
X-API-Key<token>

Your RedRaven API key.

In: header

X-Organization-Id<token>

RedRaven organization UUID that scopes the API key.

In: header

Response Body

application/json

curl -X GET "https://example.com/attack-methods"
{  "techniques": [    {      "id": "string",      "name": "string",      "description": "string",      "turn_mode": "string",      "mechanism_hint": "string"    }  ]}
Empty