Skip to content

Instantly share code, notes, and snippets.

@Cyb3rWard0g
Last active November 12, 2019 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cyb3rWard0g/c5382ce300af12957aababf596e488e7 to your computer and use it in GitHub Desktop.
Save Cyb3rWard0g/c5382ce300af12957aababf596e488e7 to your computer and use it in GitHub Desktop.
{
"description": ("Enterprise techniques used by {0}, ATT&CK group {1} v1.0".format(k,v[0]['group_id'])),
"name": ("{0} ({1})".format(k,v[0]['group_id'])),
"domain": "mitre-enterprise",
"version": "2.2",
"techniques": [
{
"score": 1,
"techniqueID" : technique['techniqueId'],
"techniqueName" : technique['techniqueName'],
"comment": technique['comment']
} for technique in v
],
"gradient": {
"colors": [
"#ffffff",
"#ff6666"
],
"minValue": 0,
"maxValue": 1
},
"legendItems": [
{
"label": ("used by {}".format(k)),
"color": "#ff6666"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment