Threat Hunting
Get Job Indicators
Fetch threat indicators from a completed hunt job, optionally enriched with risk scores.
post/v1/hunting/jobs/{id}/indicators
Path parameters
idstring uuid required
Threat Hunt Job ID
Threat Hunt Job 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
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.