MicrosoftAtpIsolateMachine
#
This Script is part of the Microsoft Defender for Endpoint Pack.Supported versions
Supported Cortex XSOAR versions: 6.1.0 and later.
A polling wrapper script; isolates a machine from accessing external networks.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | Utilities |
Cortex XSOAR Version | 6.1.0 |
#
InputsArgument Name | Description |
---|---|
machine_id | A comma-separated list of machine IDs to be used for isolation. For example: 0a3250e0693a109f1affc9217be9459028aa8426,0a3250e0693a109f1affc9217be9459028aa8424. |
comment | A comment to associate with the action. |
isolation_type | Full isolation or selective isolation (restrict only limited set of applications from accessing the network). |
ran_once_flag | Flag for the rate limit retry. |
#
OutputsPath | Description | Type |
---|---|---|
MicrosoftATP.MachineAction.ID | The machine action ID. | String |
MicrosoftATP.MachineAction.Type | The machine action type. | String |
MicrosoftATP.MachineAction.Scope | The scope of the action. | Unknown |
MicrosoftATP.MachineAction.Requestor | The ID of the user that executed the action. | String |
MicrosoftATP.MachineAction.RequestorComment | Comment that was written when issuing the action. | String |
MicrosoftATP.MachineAction.Status | The current status of the command. | String |
MicrosoftATP.MachineAction.MachineID | The machine ID on which the action was executed. | String |
MicrosoftATP.MachineAction.ComputerDNSName | The machine DNS name on which the action was executed. | String |
MicrosoftATP.MachineAction.CreationDateTimeUtc | The date and time when the action was created. | Date |
MicrosoftATP.MachineAction.LastUpdateTimeUtc | The last date and time when the action status was updated. | Date |
MicrosoftATP.MachineAction.RelatedFileInfo.FileIdentifier | The file identifier. | String |
MicrosoftATP.MachineAction.RelatedFileInfo.FileIdentifierType | The file identifier type. Possible values: SHA1 ,SHA256, and MD5. | String |