InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
821 stars 135 forks source link

Follow Pastebin links module. #102

Closed RatherBland closed 3 years ago

RatherBland commented 3 years ago

Added module to follow and extract IOC's from Pastebin links embedded in tweets as per issue #97 This works very similarly to the Twitter module and goes off of search, lists, users, etc.

I also updated the Twitter module to support list_id as not all lists have an associated slug. https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses

RatherBland commented 3 years ago

Thanks for the feedback @cmmorrow I believe my updates have met your requested changes.

Cheers!