fix: [mitre] Correct order of Kill-Chain of ATLAS

pull/908/head
Christophe Vandeplas 2023-12-18 13:46:28 +01:00
parent adb9c2a052
commit 88f6711346
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
1 changed files with 10 additions and 10 deletions

View File

@ -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",