Parameter | Description |
---|---|
Action | Choose the mitigation action to apply. |
Agents IDs | A list of agent IDs to filter by. |
Threats IDs | List of threats IDs to filter by. |
Parameter | Description |
---|---|
Account IDs | List of account IDs to filter by. |
Analyst Verdicts | Filter threats by an analyst verdict. Options: false_positive suspicious true_positive undefined |
Incident Statuses | Filter threats by a specific incident status. Options: in_progress resolved unresolved |
{
"errors": [
{
"type": "object"
}
],
"data": {
"affected": "integer",
"details": [
{
"skipped": [
{
"action": "kill",
"description": "string",
"reason": "permissions"
}
],
"reports": [
{
"groupNotFound": "boolean",
"status": "success",
"mitigationEndedAt": "2018-02-27T04:49:26.257525Z",
"latestReport": "string",
"reportId": "225494730938493804",
"action": "kill",
"lastUpdate": "2018-02-27T04:49:26.257525Z",
"mitigationStartedAt": "2018-02-27T04:49:26.257525Z",
"agentSupportsReport": "boolean",
"actionsCounters": {
"notFound": "integer",
"total": "integer",
"failed": "integer",
"pendingReboot": "integer",
"success": "integer"
}
}
],
"threatId": "225494730938493804"
}
]
}
}
Was this page helpful?