v1
latestOpenAPI 3.1.12026-07-242899061.7 MBThreat Detection
Get Profile Indicators
Fetch continuously-updated threat indicators from a detection profile with optional risk score enrichment.
post/v1/detection/profiles/{id}/indicators
Path parameters
idstring uuid required
Identity of an automation profile
Threat Automation Profile ID
Request body
Response
Indicators for this profile
Example response
{
"items": [
{
"description": "File created",
"ioc": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\SetupMetrics\\92e14771-c8fd-44ba-9f58-3c56188dcbc4.tmp",
"procid": 102
}
]
}