Created
October 30, 2020 20:27
-
-
Save NoDataFound/b94f4570639688391a060a7a4fe1a4c4 to your computer and use it in GitHub Desktop.
API call to pull indicators for #Ryuk from https://community.riskiq.com/article/0bcefe76
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
#Documentation https://api.riskiq.net/api/articles/#!/default/get_pt_v2_articles_indicators | |
#THREAT INTEL INDICATORS for #Ryuk | |
#Just replace the $USERNAME:$KEY below with values from your riskiq account. | |
#API values for your account live here: https://community.riskiq.com/settings | |
curl -u $USERNAME:$KEY 'https://api.riskiq.net/pt/v2/articles/indicators?articleGuid=0bcefe76' | jq '.indicators[] .value' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment