diff --git a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-attack-pattern_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-attack-pattern_galaxy.py index 6eb30b0..5146f8f 100644 --- a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-attack-pattern_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-attack-pattern_galaxy.py @@ -47,6 +47,7 @@ galaxy['description'] = "ATT&CK Tactic" galaxy['uuid' ] = "fa7016a8-1707-11e8-82d0-1b73d76eb204" galaxy['version'] = args.version galaxy['icon'] = "map" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Enterprise Attack - Attack Pattern" diff --git a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-course-of-action_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-course-of-action_galaxy.py index 16dc7be..617c499 100644 --- a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-course-of-action_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-course-of-action_galaxy.py @@ -35,6 +35,7 @@ galaxy['description'] = "ATT&CK Mitigation" galaxy['uuid' ] = "fb5a36c0-1707-11e8-81f5-d732b22a4982" galaxy['version'] = args.version galaxy['icon'] = "chain" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Enterprise Attack - Course of Action" diff --git a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-intrusion-set_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-intrusion-set_galaxy.py index 137166b..77992fb 100644 --- a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-intrusion-set_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-intrusion-set_galaxy.py @@ -43,6 +43,7 @@ galaxy['description'] = "Name of ATT&CK Group" galaxy['uuid' ] = "1f3b8c56-1708-11e8-b211-17a60c0f73ee" galaxy['version'] = args.version galaxy['icon'] = "user-secret" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Enterprise Attack -intrusion Set" diff --git a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-malware_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-malware_galaxy.py index 6afa685..8ac7d2b 100644 --- a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-malware_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-malware_galaxy.py @@ -42,6 +42,7 @@ galaxy['description'] = "Name of ATT&CK software" galaxy['uuid' ] = "fbb19af0-1707-11e8-9fd6-dbd88a04d33a" galaxy['version'] = args.version galaxy['icon'] = "optin-monster" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Enterprise Attack - Malware" diff --git a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-relationship_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-relationship_galaxy.py index b80b334..ea372f5 100644 --- a/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-relationship_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-enterprise-attack-relationship_galaxy.py @@ -83,6 +83,7 @@ galaxy['description'] = "Mitre Relationship" galaxy['uuid' ] = "fc404638-1707-11e8-a5cf-b78b9b562766" galaxy['version'] = args.version galaxy['icon'] = "link" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Enterprise Attack - Relationship" diff --git a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-attack-pattern_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-attack-pattern_galaxy.py index fa62126..53a32b4 100644 --- a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-attack-pattern_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-attack-pattern_galaxy.py @@ -47,6 +47,7 @@ galaxy['description'] = "ATT&CK Tactic" galaxy['uuid' ] = "1c6d1332-1708-11e8-847c-e3c5643c41a5" galaxy['version'] = args.version galaxy['icon'] = "map" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Mobile Attack - Attack Pattern" diff --git a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-course-of-action_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-course-of-action_galaxy.py index fb35050..9126aaa 100644 --- a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-course-of-action_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-course-of-action_galaxy.py @@ -35,6 +35,7 @@ galaxy['description'] = "ATT&CK Mitigation" galaxy['uuid' ] = "0282356a-1708-11e8-8f53-975633d5c03c" galaxy['version'] = args.version galaxy['icon'] = "chain" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Mobile Attack - Course of Action" diff --git a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-intrusion-set_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-intrusion-set_galaxy.py index db7ade2..784ae9b 100644 --- a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-intrusion-set_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-intrusion-set_galaxy.py @@ -41,6 +41,7 @@ galaxy['description'] = "Name of ATT&CK Group" galaxy['uuid' ] = "0314e554-1708-11e8-b049-8f8a42b5bb62" galaxy['version'] = args.version galaxy['icon'] = "user-secret" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Mobile Attack - intrusion Set" diff --git a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-malware_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-malware_galaxy.py index 8dab8e8..60befa4 100644 --- a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-malware_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-malware_galaxy.py @@ -42,6 +42,7 @@ galaxy['description'] = "Name of ATT&CK software" galaxy['uuid' ] = "03e3853a-1708-11e8-95c1-67cf3f801a18" galaxy['version'] = args.version galaxy['icon'] = "optin-monster" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Mobile Attack - Malware" diff --git a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-relationship_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-relationship_galaxy.py index e1cf425..98906a8 100644 --- a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-relationship_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-relationship_galaxy.py @@ -82,6 +82,7 @@ galaxy['description'] = "Mitre Relationship" galaxy['uuid' ] = "fc8471aa-1707-11e8-b306-33cbe96a1ede" galaxy['version'] = args.version galaxy['icon'] = "link" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Mobile Attack - Relationship" diff --git a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-tool_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-tool_galaxy.py index 428a3e2..e580ade 100644 --- a/tools/mitre-cti/v2.0/create_mitre-mobile-attack-tool_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-mobile-attack-tool_galaxy.py @@ -42,6 +42,7 @@ galaxy['description'] = "Name of ATT&CK software" galaxy['uuid' ] = "1d0b4bce-1708-11e8-9e6e-1b130c9b0a91" galaxy['version'] = args.version galaxy['icon'] = "gavel" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Mobile Attack - Tool" diff --git a/tools/mitre-cti/v2.0/create_mitre-pre-attack-attack-pattern_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-pre-attack-attack-pattern_galaxy.py index 0576068..98a2c7c 100644 --- a/tools/mitre-cti/v2.0/create_mitre-pre-attack-attack-pattern_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-pre-attack-attack-pattern_galaxy.py @@ -47,6 +47,7 @@ galaxy['description'] = "ATT&CK Tactic" galaxy['uuid' ] = "1f665850-1708-11e8-9cfe-4792b2a91402" galaxy['version'] = args.version galaxy['icon'] = "map" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Pre Attack - Attack Pattern" diff --git a/tools/mitre-cti/v2.0/create_mitre-pre-attack-intrusion-set_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-pre-attack-intrusion-set_galaxy.py index 5aeb340..81cda21 100644 --- a/tools/mitre-cti/v2.0/create_mitre-pre-attack-intrusion-set_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-pre-attack-intrusion-set_galaxy.py @@ -41,6 +41,7 @@ galaxy['description'] = "Name of ATT&CK Group" galaxy['uuid' ] = "1fb6d5b4-1708-11e8-9836-8bbc8ce6866e" galaxy['version'] = args.version galaxy['icon'] = "user-secret" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Pre Attack - intrusion Set" diff --git a/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py b/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py index 66bf470..6fa0ec9 100644 --- a/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py +++ b/tools/mitre-cti/v2.0/create_mitre-pre-attack-relationship_galaxy.py @@ -83,6 +83,7 @@ galaxy['description'] = "Mitre Relationship" galaxy['uuid' ] = "1f8e3bae-1708-11e8-8e97-4bd2150e5aae" galaxy['version'] = args.version galaxy['icon'] = "link" +galaxy['namespace'] = "mitre-attack" cluster = {} cluster['name'] = "Pre Attack - Relationship"