v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBThreat Hunting
Create a threat hunt
Create a threat hunt for all the selected resources.
post/threathunting/v1/threathunts
Request body
Example request
{
"name": "Lock Extension Analysis",
"description": "Threat hunting for lock extension analysis",
"fileHashes": [
"9032a70bc7f6c44ba2bf639b6f09b8d10b056e00"
],
"fileExtensions": [
".wcry"
],
"snapshotRangeStartDate": "2024-10-25",
"snapshotRangeEndDate": "2024-10-27",
"resourcesToScan": {
"<resourceType>": [
{
"orgID": -1,
"deviceID": 124
}
]
}
}Response
Success