Kaspersky Next XDR Expert allows you to edit incidents manually or by using playbooks. When creating a playbook, you can configure the playbook algorithm to edit the alert properties.
To edit an alert by using a playbook, you must have one of the following XDR roles: Main administrator, SOC administrator, Tier 1 analyst, Tier 2 analyst, or Tenant administrator.
You cannot edit alerts that have the Closed status.
You can edit the following alerts properties by using the playbook:
Assignee
Alert status
Comment
ExternalReference attribute
Additional data attribute
Examples of the expressions that you can use in the playbook algorithm to edit the alert properties:
When you edit an assignee in the playbook algorithm, suggestions are displayed. For convenience, the suggestions contain a search string where you can search by name. If you want to specify an incident assignee, you can search the corresponding record by the user's name, and the ID will be specified in the algorithm.
{"dslSpecVersion":"1.1.0","version":"1","actionsSpecVersion":"1","executionFlow":[{"action":{"function":{"type":"setAlertExternalRef","params":{"externalRef":"${ \"Appended externalRef for alert with ID: \" + alert.InternalID }","mode":"append"}}}}]}
To replace the current value of the ExternalReference attribute in the alert with the value from the playbook, specify the replace value for the mode parameter.
To replace the current value of the AdditionalData attribute in the alert with the value from the playbook, specify the replace value for the mode parameter.