IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Resilient Integration with Twitter Search API

    Posted 02/19/20 04:07 AM
    Hi,

    Is there any way to search for Artifacts instead of Specified Tag(s) in the workflow?

    Thank you.

    Adam

    ------------------------------
    Adam
    ------------------------------


  • 2.  RE: Resilient Integration with Twitter Search API

    Posted 03/12/20 10:27 AM
    By default, you have the search on an artifact in the workflow :
    and in the preprocess script, it ask for the artifact :
    #{
    #"hashtags":[ "Magecart", "Wannacry", "Spectre", "XFTAS", "Emotet"]
    #}
    inputs.twitter_search_tweet_string = '{"hashtags":["' + unicode(artifact.value) + '"]}'

    what do you want exactly ?


    ------------------------------
    BENOIT ROSTAGNI
    ------------------------------