From 9ad5279939670b5c79ab5b6044e7b60805d37112 Mon Sep 17 00:00:00 2001 From: mokaddem Date: Mon, 13 May 2019 10:59:30 +0200 Subject: [PATCH] chg: [attack-pattern] Sync kill-chain with data from MITRE. --- galaxies/mitre-attack-pattern.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/galaxies/mitre-attack-pattern.json b/galaxies/mitre-attack-pattern.json index 17eebea..930ce96 100644 --- a/galaxies/mitre-attack-pattern.json +++ b/galaxies/mitre-attack-pattern.json @@ -12,8 +12,9 @@ "discovery", "lateral-movement", "collection", + "command-and-control", "exfiltration", - "command-and-control" + "impact" ], "mitre-mobile-attack": [ "initial-access", @@ -26,6 +27,7 @@ "effects", "collection", "exfiltration", + "command-and-control", "network-effects", "remote-service-effects" ], @@ -51,5 +53,5 @@ "namespace": "mitre-attack", "type": "mitre-attack-pattern", "uuid": "c4e851fa-775f-11e7-8163-b774922098cd", - "version": 7 + "version": 8 }