Skip to content

Instantly share code, notes, and snippets.

@NoDataFound
Created October 30, 2020 20:27
Show Gist options
  • Save NoDataFound/b94f4570639688391a060a7a4fe1a4c4 to your computer and use it in GitHub Desktop.
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
#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