mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
Merge pull request #343 from mokaddem/newMitre
Added kill_chain_order in mitre-attack-pattern
This commit is contained in:
commit
77ff566b9e
1 changed files with 47 additions and 1 deletions
|
@ -5,5 +5,51 @@
|
|||
"namespace": "mitre-attack",
|
||||
"type": "mitre-attack-pattern",
|
||||
"uuid": "c4e851fa-775f-11e7-8163-b774922098cd",
|
||||
"version": 6
|
||||
"kill_chain_order": {
|
||||
"mitre-pre-attack": [
|
||||
"priority-definition-planning",
|
||||
"priority-definition-direction",
|
||||
"target-selection",
|
||||
"technical-information-gathering",
|
||||
"people-information-gathering",
|
||||
"organizational-information-gathering",
|
||||
"technical-weakness-identification",
|
||||
"people-weakness-identification",
|
||||
"organizational-weakness-identification",
|
||||
"adversary-opsec",
|
||||
"establish-&-maintain-infrastructure",
|
||||
"persona-development",
|
||||
"build-capabilities",
|
||||
"test-capabilities",
|
||||
"stage-capabilities"
|
||||
],
|
||||
"mitre-mobile-attack": [
|
||||
"initial-access",
|
||||
"persistence",
|
||||
"privilege-escalation",
|
||||
"defense-evasion",
|
||||
"credential-access",
|
||||
"discovery",
|
||||
"lateral-movement",
|
||||
"effects",
|
||||
"collection",
|
||||
"exfiltration",
|
||||
"network-effects",
|
||||
"remote-service-effects"
|
||||
],
|
||||
"mitre-attack": [
|
||||
"initial-access",
|
||||
"execution",
|
||||
"persistence",
|
||||
"privilege-escalation",
|
||||
"defense-evasion",
|
||||
"credential-access",
|
||||
"discovery",
|
||||
"lateral-movement",
|
||||
"collection",
|
||||
"exfiltration",
|
||||
"command-and-control"
|
||||
]
|
||||
},
|
||||
"version": 7
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue