IBM Security QRadar SOAR

 View Only
Expand all | Collapse all

Resilient Integration with Twitter Search API

  • 1.  Resilient Integration with Twitter Search API

    Posted Wed February 19, 2020 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 Thu March 12, 2020 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
    ------------------------------