Getting data from multiple incident contexts?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Getting data from multiple incident contexts?

L2 Linker

Hi!

 

I want to extract specific key data from context of multiple incidents. The context key I'm looking for is not under "incident". Specifically, I have many incidents of type "Phishing" and want to output the contents of "Recipient Selection.Answers.0" key from all of them.

I thought of using SearchIncidentsV2 but it does not seem to include specific context key. 

Any suggestions on how to automatically get that data out?

 

Thanks,

Antanas

Curious Fellow
1 REPLY 1

L4 Transporter

You can use the getContext method via a custom automation script to retrieve the context from a given Incident ID.  Then you'll have to get the key you're looking for. 

 

You'll need to know the ID of the incidents you want, because as you've said, context is not searchable.  It would also not be very efficient to run the getContext across a large number of Incidents to "search" for the value, better to know the ones you're looking for.

 

For example, if you're playbook set a field that indicated that the user did indeed respond to the data collection task, then you could search for just those ones based on the field, and pass their IDs into the automation to loop through. 

 

Screenshot 2023-11-16 at 8.23.46 AM.png

 

If you're not familiar with how to write automations, then check out video 15 here - https://live.paloaltonetworks.com/t5/cortex-xsoar-how-to-videos/cortex-xsoar-how-to-customer-success...

  • 549 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!