diff --git a/galaxies/mitre-attack-pattern.json b/galaxies/mitre-attack-pattern.json index 0275b6d..8c02ce1 100644 --- a/galaxies/mitre-attack-pattern.json +++ b/galaxies/mitre-attack-pattern.json @@ -1,8 +1,9 @@ { "description": "ATT&CK Tactic", "uuid": "c4e851fa-775f-11e7-8163-b774922098cd", - "version": 4, + "version": 5, "type": "mitre-attack-pattern", "name": "Attack Pattern", - "icon": "map" + "icon": "map", + "namespace": "deprecated" } diff --git a/galaxies/mitre-course-of-action.json b/galaxies/mitre-course-of-action.json index a44e814..6e9443b 100644 --- a/galaxies/mitre-course-of-action.json +++ b/galaxies/mitre-course-of-action.json @@ -1,8 +1,9 @@ { - "version": 5, + "version": 6, "icon": "chain", "name": "Course of Action", "description": "ATT&CK Mitigation", "type": "mitre-course-of-action", - "uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e" + "uuid": "6fcb4472-6de4-11e7-b5f7-37771619e14e", + "namespace": "deprecated" } diff --git a/galaxies/mitre-intrusion-set.json b/galaxies/mitre-intrusion-set.json index b5629f8..5ad5277 100644 --- a/galaxies/mitre-intrusion-set.json +++ b/galaxies/mitre-intrusion-set.json @@ -1,8 +1,9 @@ { "uuid": "1023f364-7831-11e7-8318-43b5531983ab", "description": "Name of ATT&CK Group", - "version": 6, + "version": 7, "icon": "user-secret", "type": "mitre-intrusion-set", - "name": "Intrusion Set" + "name": "Intrusion Set", + "namespace": "deprecated" } diff --git a/galaxies/mitre-malware.json b/galaxies/mitre-malware.json index ad1c780..06e0cf9 100644 --- a/galaxies/mitre-malware.json +++ b/galaxies/mitre-malware.json @@ -1,8 +1,9 @@ { "type": "mitre-malware", - "version": 4, + "version": 5, "name": "Malware", "uuid": "d752161c-78f6-11e7-a0ea-bfa79b407ce4", "icon": "optin-monster", - "description": "Name of ATT&CK software" + "description": "Name of ATT&CK software", + "namespace": "deprecated" } diff --git a/galaxies/mitre-tool.json b/galaxies/mitre-tool.json index 051bf75..416ccf8 100644 --- a/galaxies/mitre-tool.json +++ b/galaxies/mitre-tool.json @@ -3,6 +3,7 @@ "type": "mitre-tool", "description": "Name of ATT&CK software", "icon": "gavel", - "version": 4, - "uuid": "d5cbd1a2-78f6-11e7-a833-7b9bccca9649" + "version": 5, + "uuid": "d5cbd1a2-78f6-11e7-a833-7b9bccca9649", + "namespace": "deprecated" }