How to search for multiple attributes with MISPv3 integration

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

How to search for multiple attributes with MISPv3 integration

L0 Member

We have not been able to search for multiples values in the XSOAR MISPv3 integration with the command:

 

 !misp-search-attributes

I got some tips from the community but it does not seem to work either 

!misp-search-attributes value=`${list.['8.8.8.8', '4.4.4.4']}`

 

This integration is using pymisp i think, and it should be possible to pass an array with IPs instead of just one IP.

1 REPLY 1

L1 Bithead

I do this by importing the list to a context key with Set first, and then search the attributes with the same command: !misp-search-attributes value=${my-imported-list}. XSOAR executes the same command to all the items in the context-key

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