mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-25 16:27:19 +00:00
fix: [mitre] Correct order of Kill-Chain of ATLAS
This commit is contained in:
parent
adb9c2a052
commit
88f6711346
1 changed files with 10 additions and 10 deletions
|
@ -3,20 +3,20 @@
|
||||||
"icon": "map",
|
"icon": "map",
|
||||||
"kill_chain_order": {
|
"kill_chain_order": {
|
||||||
"mitre-atlas": [
|
"mitre-atlas": [
|
||||||
"collection",
|
"reconnaissance",
|
||||||
"credential-access",
|
"resource-development",
|
||||||
"defense-evasion",
|
|
||||||
"discovery",
|
|
||||||
"execution",
|
|
||||||
"exfiltration",
|
|
||||||
"impact",
|
|
||||||
"initial-access",
|
"initial-access",
|
||||||
"ml-attack-staging",
|
|
||||||
"ml-model-access",
|
"ml-model-access",
|
||||||
|
"execution",
|
||||||
"persistence",
|
"persistence",
|
||||||
"privilege-escalation",
|
"privilege-escalation",
|
||||||
"reconnaissance",
|
"defense-evasion",
|
||||||
"resource-development"
|
"credential-access",
|
||||||
|
"discovery",
|
||||||
|
"collection",
|
||||||
|
"ml-attack-staging",
|
||||||
|
"exfiltration",
|
||||||
|
"impact"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": "MITRE ATLAS Attack Pattern",
|
"name": "MITRE ATLAS Attack Pattern",
|
||||||
|
|
Loading…
Reference in a new issue