Extract Indicators from context to Field

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.

Extract Indicators from context to Field

L1 Bithead

Hi,

I have one playbook where I'm using the Builtin ExtractIndicators Function to extract any indicator from one field, and it's working fine:

MTubia_0-1669885597443.png

After this, I call more subplaybooks, and I want, from this subplaybooks, use this indicators for some action, for example send an email or create a ticket in a ticketing system.

How can I access to this indicators? Is there any way to "copy" all the indicators in one time?

Anyway, I'm trying to access to this indicators from a subplaybook, one-by-one, like:

${ExtractedIndicators.[0].Domain.[0]}

This is not working, I get an empty result.

So, I have two questions:

  • Can I access from one subplaybook to data from a "upper" playbook?
  • Can I get all the indicators with one command or must I put them one by one?

Thanks!

M

1 accepted solution

Accepted Solutions

L4 Transporter

Example inside the "Playbook Triggered" at the subplaybook, in this case is mandatory the input:

BCC_Automatizacion_Josep_0-1669890196124.png

 

View solution in original post

3 REPLIES 3

L4 Transporter

Hello,

  • Can I access from one subplaybook to data from a "upper" playbook?
  • Can I get all the indicators with one command or must I put them one by one?

You can create an input in the subplaybook, with no need to be mandatory, and just introduce the variables you need.

 

L4 Transporter

Example inside the "Playbook Triggered" at the subplaybook, in this case is mandatory the input:

BCC_Automatizacion_Josep_0-1669890196124.png

 

L1 Bithead

Thank you for your help!!

  • 1 accepted solution
  • 1807 Views
  • 3 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!