- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-19-2025 07:14 AM
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.
06-05-2025 12:15 PM
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
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!