Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 542 Bytes

endpoint_deny_process.md

File metadata and controls

35 lines (30 loc) · 542 Bytes

endpoint_deny_process.md

This action specifies a process be denied execution on an endpoint.

{
  "id": "0b1fa41e-07d4-4040-9094-028bba12b206",
  "action": "deny",
  "target": {
    "process": {
      "name": "otaku.exe",
      "pid": "0"
    }
  },
  "actuator": {
    "endpoint": {
      "asset_id": "endpoint6.example.com"
    }
  }
}

RESPONSE

{
  "id_ref": "0b1fa41e-07d4-4040-9094-028bba12b206",
  "status": 200,
  "status_text": "string",
  "results": {
    "command_ref": "INTERNALREFERENCEVALUEABC123"
  }
}