v1

latestSwagger 2.02026-08-0484141342.3 KB
Threats

# Create Threat

Creates custom threats with given arguments

post/v1/threat-library/threats

Request body

affected_osstring[]

Affected OS [Windows]

descriptionstring

Description

from_campaigninteger

from threat id

namestring required

Name

result_conditionstring required

Result condition type: string

severitystring

Threat severity level options: High, Medium and Low

tagsstring[]

Tags

Example request

{
  "affected_os": [
    "Windows"
  ],
  "description": "Simulates disabling the built-in Windows Defender service.",
  "name": "Disable Windows Defender",
  "objectives": [
    {
      "action_ids": [
        1000123
      ],
      "name": "A1",
      "result_condition": "unblocked"
    }
  ],
  "result_condition": "A1",
  "severity": "High",
  "tags": [
    "APT 10",
    "Evasion"
  ]
}

Response

ThreatCreateReturnResponse