Skip to content

Instantly share code, notes, and snippets.

@jauderho
Created May 29, 2022 21:09
Show Gist options
  • Save jauderho/d48141e2ce46c288a1ca4daaf4662c42 to your computer and use it in GitHub Desktop.
Save jauderho/d48141e2ce46c288a1ca4daaf4662c42 to your computer and use it in GitHub Desktop.
Extract malicious URLs identified on Twitter
# https://grimminck.medium.com/building-a-threat-intelligence-feed-using-the-twitter-api-and-a-bit-of-code-5787808e32ef
# https://news.ycombinator.com/item?id=31544816
curl https://twitter.threatintel.rocks/ --silent | jq -r '.malicious_urls | .[]' | sort -u | grep -v …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment