Set Machine Isolation Rules

Normally, when a machine is isolated, there is absolutely no communication allowed with the machine. This can sometimes limit the ability of an analyst or administrator to perform investigation or triage on that machine. However, you can add isolation exception rules to help you allow limited communication to an isolated machine.

Tasks

All APIs assume a URL prefix of https://<your server>/rest.

Note

Click on any URI path to view more detailed information on a specific API request.

Task

Endpoint

Method

Returns

Retrieve a list of isolation rules

settings/isolation-rule

GET

List of rule details

Create an isolation rule

settings/isolation-rule

POST

Rule details object

Update an isolation rule

settings/isolation-rule

PUT

Rule details object

Delete an isolation rule

settings/isolation-rule/delete

POST

Confirmation message