v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Threat 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

limitinteger
offsetstring

Response

Indicators for this profile

countinteger required

Number of indicators matching the filter

totalCountinteger required

Total number of indicators matching the filter

nextOffsetstring

Offset to use for getting the next batch of data when paging

Example response

{
  "items": [
    {
      "description": "File created",
      "ioc": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\SetupMetrics\\92e14771-c8fd-44ba-9f58-3c56188dcbc4.tmp",
      "procid": 102
    }
  ]
}