chg: [attack-pattern] Sync kill-chain with data from MITRE.

pull/401/head
mokaddem 2019-05-13 10:59:30 +02:00
parent 678b2a5621
commit 9ad5279939
1 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,9 @@
"discovery", "discovery",
"lateral-movement", "lateral-movement",
"collection", "collection",
"command-and-control",
"exfiltration", "exfiltration",
"command-and-control" "impact"
], ],
"mitre-mobile-attack": [ "mitre-mobile-attack": [
"initial-access", "initial-access",
@ -26,6 +27,7 @@
"effects", "effects",
"collection", "collection",
"exfiltration", "exfiltration",
"command-and-control",
"network-effects", "network-effects",
"remote-service-effects" "remote-service-effects"
], ],
@ -51,5 +53,5 @@
"namespace": "mitre-attack", "namespace": "mitre-attack",
"type": "mitre-attack-pattern", "type": "mitre-attack-pattern",
"uuid": "c4e851fa-775f-11e7-8163-b774922098cd", "uuid": "c4e851fa-775f-11e7-8163-b774922098cd",
"version": 7 "version": 8
} }