From 88f6711346d5f3649c6fc44f27c69acdcb439e7d Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Mon, 18 Dec 2023 13:46:28 +0100 Subject: [PATCH] fix: [mitre] Correct order of Kill-Chain of ATLAS --- galaxies/mitre-atlas-attack-pattern.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/galaxies/mitre-atlas-attack-pattern.json b/galaxies/mitre-atlas-attack-pattern.json index 8551b3d..bf107ae 100644 --- a/galaxies/mitre-atlas-attack-pattern.json +++ b/galaxies/mitre-atlas-attack-pattern.json @@ -3,20 +3,20 @@ "icon": "map", "kill_chain_order": { "mitre-atlas": [ - "collection", - "credential-access", - "defense-evasion", - "discovery", - "execution", - "exfiltration", - "impact", + "reconnaissance", + "resource-development", "initial-access", - "ml-attack-staging", "ml-model-access", + "execution", "persistence", "privilege-escalation", - "reconnaissance", - "resource-development" + "defense-evasion", + "credential-access", + "discovery", + "collection", + "ml-attack-staging", + "exfiltration", + "impact" ] }, "name": "MITRE ATLAS Attack Pattern",