Merge pull request #401 from mokaddem/bump-attack-pattern

chg: [attack-pattern] Sync kill-chain with data from MITRE.
pull/402/head
Alexandre Dulaunoy 2019-05-13 11:08:05 +02:00 committed by GitHub
commit 30bcb0caef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

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