XSOAR: MDE malware- Incident Enrichment

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

XSOAR: MDE malware- Incident Enrichment

L0 Member

I am running error trying to pull the alert_id from a Defender incident under the sub playbook MDE Malware-Incident Enrichment -> Get full alert details using automation: 'microsoft-atp-get-alert-by-id'. 

 

Error: 

1 accepted solution

Accepted Solutions

L2 Linker

Hello @anna.tirao , 

 

In the case of the playbook MDE Malware - Incident Enrichment, the alert_ids argument required for the task Get full alert details is defined as an input in the playbook, as specified in the Playbook Triggered Header:

Name:          Value:                                             Description:
AlertID          ${incident.externalsystemid}         The Microsoft Defender For Endpoint alert ID.

Since this is an input argument to the playbook, this value is expected to be passed in from its parent playbook. In case no value is passed, it will take as default value whatever is stored in the incident field externalsystemid. That's what this expression ${incident.externalsystemid} indicates in the value of this playbook input.

The error message you are seeing indicates that this input is not being passed in as an argument and that the value is not set in the incident field externalsystemid either. To solve this issue, you will have to pass in a value on this argument or have the field externalsystemid populated with the AgentID before calling the subplaybook MDE Malware - Incident Enrichment.

You can read more about playbook inputs and outputs in this link below:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.x/Cortex-XSOAR-Playbook-Design-Guide/Playb...

View solution in original post

1 REPLY 1

L2 Linker

Hello @anna.tirao , 

 

In the case of the playbook MDE Malware - Incident Enrichment, the alert_ids argument required for the task Get full alert details is defined as an input in the playbook, as specified in the Playbook Triggered Header:

Name:          Value:                                             Description:
AlertID          ${incident.externalsystemid}         The Microsoft Defender For Endpoint alert ID.

Since this is an input argument to the playbook, this value is expected to be passed in from its parent playbook. In case no value is passed, it will take as default value whatever is stored in the incident field externalsystemid. That's what this expression ${incident.externalsystemid} indicates in the value of this playbook input.

The error message you are seeing indicates that this input is not being passed in as an argument and that the value is not set in the incident field externalsystemid either. To solve this issue, you will have to pass in a value on this argument or have the field externalsystemid populated with the AgentID before calling the subplaybook MDE Malware - Incident Enrichment.

You can read more about playbook inputs and outputs in this link below:
https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.x/Cortex-XSOAR-Playbook-Design-Guide/Playb...

  • 1 accepted solution
  • 1051 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!