Skip to content

Commit

Permalink
updated navigator layer version. Fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Jan 20, 2022
1 parent 733eb59 commit f86a8dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion attackcti/attack_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,11 @@ def export_groups_navigator_layers(self):
"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": "3.0",
"versions": {
"attack": "10",
"navigator": "4.5.5",
"layer": "4.3"
},
"techniques": [
{
"score": 1,
Expand Down

0 comments on commit f86a8dd

Please sign in to comment.