mirror of https://github.com/MISP/misp-galaxy
fix: [mitre] Correct order of Kill-Chain of ATLAS
parent
adb9c2a052
commit
88f6711346
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue