IBM QRadar SOAR

IBM QRadar

Join this online topic 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.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Twitter Search for Artifacts

    Posted 07/15/20 05:00 AM
    Hi All,

    How can the Twitter Search app customized to search for Artifacts instead of specified hashtags?

    Thank you.

    Adam

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


  • 2.  RE: Twitter Search for Artifacts

    Posted 07/20/20 10:22 AM
    Hi Adam, 

    The twitter search app currently searches against hashtags as you mention. 
    Here is where we prepare the query to send to twitter 
    https://github.com/ibmresilient/resilient-community-apps/blob/01dff38d61dd2fef6cd3783b4efccf900b54e187/fn_twitter_most_popular/fn_twitter_most_popular/components/twitter_most_popular_tweets.py#L55

    In this link you can see the query payload is composed of the 'hashtags' key in that function input. One thing you could try is directly sending artifacts instead of hashtags. 


    It may be that a new function is needed but try this first and let me know what you find. 
    Link to twython documentation also : https://twython.readthedocs.io/en/latest/usage/basic_usage.html#searching

    ------------------------------
    Ryan Gordon
    Security Software Engineer
    IBM
    ------------------------------