v1

latestSwagger 2.02026-08-0484141342.3 KB
Threats

# Action Details

Action Details; Action Id, Action Display Id, Action Name, Action Release Date, Action Description, Action Affected Os, Action Affected Products, Action Affected Platforms, Action Category, Attack Module, Mitres, Unified Kill Chains, Module Based Details, Owasp, Reference Links, Keyword Queries

get/v1/threat-library/actions/{ActionId}

Path parameters

ActionIdinteger required

Action ID (URI parameter)

Response

ActionDetailReturnResponse

Example response

{
  "action": {
    "affected_os": [
      "Windows"
    ],
    "affected_platforms": [
      {
        "architecture": "32-bit",
        "name": "Windows 10",
        "os": "Windows"
      }
    ],
    "affected_products": [
      "Windows",
      "Linux"
    ],
    "attack_category": "category 1",
    "attack_module": "module 1",
    "attack_module_id": 1,
    "created_at": 1654623047,
    "cve": "cve 1",
    "cwe": "cwe 1",
    "description": "description",
    "display_id": 11,
    "id": 1,
    "keyword_queries": [
      {
        "id": 1,
        "query": "example query",
        "type": "Default/Custom"
      }
    ],
    "name": "action 1",
    "owasp": "owasp 1",
    "release_date": 1649983505,
    "sources": [
      "source1",
      "source2"
    ],
    "tags": [
      "Custom"
    ],
    "updated_at": 1654623047
  }
}