Skip to content

Commit

Permalink
Update generate_attack_nav_layer.py
Browse files Browse the repository at this point in the history
Fix script that generates Navigator layer files
  • Loading branch information
jondricek authored Feb 29, 2024
1 parent 28d36e0 commit 3496af5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/generate_attack_nav_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@
from os import path, makedirs

# Static ATT&CK Navigator layer JSON fields
VERSION = "3.0"
VERSION = "4.5"
NAME = "CAR ATT&CK"
DESCRIPTION = "CAR Analytics ATT&CK Coverage"
DOMAIN = "mitre-enterprise"

# Base ATT&CK Navigator layer
layer_json = {
"version": VERSION,
"versions": {
"layer": VERSION,
"attack": "14",
"navigator": "4.9.4"
},
"name": NAME,
"description": DESCRIPTION,
"domain": DOMAIN,
Expand Down

0 comments on commit 3496af5

Please sign in to comment.