Created
May 29, 2022 21:09
-
-
Save jauderho/d48141e2ce46c288a1ca4daaf4662c42 to your computer and use it in GitHub Desktop.
Extract malicious URLs identified on Twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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