Kaspersky Next XDR Expert allows you to configure manual approval of a response action launched within a custom playbook. By default, manual approval of the response action is disabled.
Before configuring manual approval, make sure that email notifications for tenants are configured and the email address of the approver is specified.
We recommend that you configure manual approval of the following response actions: moving devices to another administration group, moving files to quarantine, enabling and disabling network isolation, responding on accounts through Active Directory, and data enrichment.
To configure manual approval of a response action:
If you select more than one playbook, the Edit button will be disabled.
The Edit playbook window opens.
"manualApprove": true
By default, the approval time is 60 minutes.
"manualApprove": {"timeout": "period"}
where "period"
is an adjustable approval time.
You can configure the approval time in hours (h) and/or minutes (m), for example:
"manualApprove": {"timeout": "20h"}
"manualApprove": {"timeout": "2h30m"}
"emailNotifications": {
"enabled":true
}
"manualApprove": {
"emailNotifications": {
"enabled": true,
"delay": "period"
}
where "period"
is an adjustable sending time.
You can configure the sending time in minutes (m), for example:
"delay": "20m"
Manual approval of a response action is configured. Email notifications with a request to approve the response action will be sent to the email specified in the user account properties.
You can view requests for approval of response actions in the Approval requests section.
Page top