mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
chg: [mitre-attack-pattern] jq
This commit is contained in:
parent
77ff566b9e
commit
1f27ac26ac
1 changed files with 31 additions and 31 deletions
|
@ -1,11 +1,34 @@
|
||||||
{
|
{
|
||||||
"description": "ATT&CK Tactic",
|
"description": "ATT&CK Tactic",
|
||||||
"icon": "map",
|
"icon": "map",
|
||||||
"name": "Attack Pattern",
|
|
||||||
"namespace": "mitre-attack",
|
|
||||||
"type": "mitre-attack-pattern",
|
|
||||||
"uuid": "c4e851fa-775f-11e7-8163-b774922098cd",
|
|
||||||
"kill_chain_order": {
|
"kill_chain_order": {
|
||||||
|
"mitre-attack": [
|
||||||
|
"initial-access",
|
||||||
|
"execution",
|
||||||
|
"persistence",
|
||||||
|
"privilege-escalation",
|
||||||
|
"defense-evasion",
|
||||||
|
"credential-access",
|
||||||
|
"discovery",
|
||||||
|
"lateral-movement",
|
||||||
|
"collection",
|
||||||
|
"exfiltration",
|
||||||
|
"command-and-control"
|
||||||
|
],
|
||||||
|
"mitre-mobile-attack": [
|
||||||
|
"initial-access",
|
||||||
|
"persistence",
|
||||||
|
"privilege-escalation",
|
||||||
|
"defense-evasion",
|
||||||
|
"credential-access",
|
||||||
|
"discovery",
|
||||||
|
"lateral-movement",
|
||||||
|
"effects",
|
||||||
|
"collection",
|
||||||
|
"exfiltration",
|
||||||
|
"network-effects",
|
||||||
|
"remote-service-effects"
|
||||||
|
],
|
||||||
"mitre-pre-attack": [
|
"mitre-pre-attack": [
|
||||||
"priority-definition-planning",
|
"priority-definition-planning",
|
||||||
"priority-definition-direction",
|
"priority-definition-direction",
|
||||||
|
@ -22,34 +45,11 @@
|
||||||
"build-capabilities",
|
"build-capabilities",
|
||||||
"test-capabilities",
|
"test-capabilities",
|
||||||
"stage-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"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"name": "Attack Pattern",
|
||||||
|
"namespace": "mitre-attack",
|
||||||
|
"type": "mitre-attack-pattern",
|
||||||
|
"uuid": "c4e851fa-775f-11e7-8163-b774922098cd",
|
||||||
"version": 7
|
"version": 7
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue