Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 1.22 KB

endpoint_remediate_file.md

File metadata and controls

61 lines (55 loc) · 1.22 KB

endpoint_remediate_file.md

This action remediates the threat.


{
  "id": "023a0993-03e8-4050-9054-060ccbe25284",
  "action": "remediate",
  "target": {
    "file": {
      "extensions": "string",
      "hashes": {
        "type": "SHA256",
        "value": "dc94bbd73a1fce1b04c663a008408dd209cfe355483eea2044f2a4616aad7110"
      },
      "size": 0,
      "name": "netgato.exe",
      "name_enc": "string",
      "created": "string",
      "modified": "string",
      "accessed": "string",
      "is_encrypted": true,
      "encryption_algorithm": "string",
      "decryption_key": "string"
    }
  },
  "actuator": {
    "endpoint": {
      "asset_id": "endpoint6.example.com"
    }
  },
  "args": {
    "start_time": "2018-06-25T14:01:03.952Z",
    "stop_time": "2018-06-25T14:01:03.952Z",
    "duration": 0,
    "response_requested": "ack",
    "remediation": {
      "override_process_termination": true,
      "scan_guid": "string"
    },
    "allow_quick_search": true,
    "scan_network_paths": true,
    "limit_result_count": 0
  }
}

RESPONSE

{
  "id_ref": "023a0993-03e8-4050-9054-060ccbe25284",
  "status": 200,
  "status_text": "string",
  "results": {
    "command_ref": "INTERNALREFERENCEVALUEABC123"
  }
}