cb0d02ee28f8

latestSwagger 2.02026-08-0484141342.3 KB
Threats

# Threat Details

Threat Details; Threat ID, Threat Display ID, Threat Name, Release Date, Severity, Tags, Affected Operating Systems, Is Predefined, Attack Categories, Attack Module Ids, Unified Kill Chain Phases, Mitres, Threat Description, Affected Products, Action Category Id, Applicable Agent Types, Objective Flows, Threat Actors

get/v1/threat-library/threats/{ThreatId}

Path parameters

ThreatIdinteger required

Threat ID (URI parameter)

Response

ThreatDetailReturnResponse

Example response

{
  "threat": {
    "affected_os": [
      "Windows"
    ],
    "affected_platforms": [
      "Microsoft Windows"
    ],
    "affected_products": [
      "Microsoft Windows"
    ],
    "applicable_agent_types": [
      2,
      3
    ],
    "attack_categories": [
      {
        "id": 1,
        "name": "Attack Category 1"
      }
    ],
    "attack_modules": [
      1,
      2
    ],
    "created_at": 1654623047,
    "description": "Threat 1",
    "display_id": 1000,
    "id": 1,
    "mitre_attack": [
      {
        "tactic": "Credential Access",
        "techniques": [
          "OS Credential Dumping"
        ]
      },
      {
        "tactic": "Execution",
        "techniques": [
          "Inter-Process Communication"
        ]
      }
    ],
    "name": "Threat 1",
    "release_date": 1649681264,
    "severity": "High",
    "tags": [
      "Custom"
    ],
    "threat_actors": [
      "actor 1",
      "actor 2"
    ],
    "unified_kill_chains": [
      {
        "phases": [
          "Credential Access"
        ],
        "stage": "Network Propagation"
      },
      {
        "phases": [
          "Execution"
        ],
        "stage": "Network Propagation"
      }
    ],
    "updated_at": 1654623047
  }
}