Skip to content

Instantly share code, notes, and snippets.

@adulau
Created June 9, 2020 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adulau/fc53bd73a335b2e6a4420e85c0e473f0 to your computer and use it in GitHub Desktop.
Save adulau/fc53bd73a335b2e6a4420e85c0e473f0 to your computer and use it in GitHub Desktop.
MISP threat-actor galaxy - usage from the command line

Extract all names and synonyms

cat threat-actor.json | jq --raw-output ".values | [.[].value, .[].meta.synonyms] | flatten | .[] " | grep -v "null"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment