mirror of https://github.com/MISP/misp-galaxy
Merge pull request #401 from mokaddem/bump-attack-pattern
chg: [attack-pattern] Sync kill-chain with data from MITRE.pull/402/head
commit
30bcb0caef
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue