v1
latestSwagger 2.02026-08-0484141342.3 KBThreats
# Create Threat
Creates custom threats with given arguments
post/v1/threat-library/threats
Request body
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