Skip to content

Instantly share code, notes, and snippets.

@adulau
Created June 9, 2020 14:38
Show Gist options
  • Select an option

  • Save adulau/fc53bd73a335b2e6a4420e85c0e473f0 to your computer and use it in GitHub Desktop.

Select an option

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