mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
new: [CMTMF] fix the galaxy definition
This commit is contained in:
parent
ae7b7bd47d
commit
ce79aba48c
1 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"description": "CONCORDIA Mobile Modeling Framework - Tactics",
|
||||||
|
"icon": "",
|
||||||
|
"kill_chain_order": {
|
||||||
|
"cmmf-attack": [
|
||||||
|
"reconnaissance",
|
||||||
|
"resource-development",
|
||||||
|
"initial-access",
|
||||||
|
"execution",
|
||||||
|
"persistence",
|
||||||
|
"privilege-escalation",
|
||||||
|
"defense-evasion",
|
||||||
|
"credential-access",
|
||||||
|
"discovery",
|
||||||
|
"lateral-movement",
|
||||||
|
"collection",
|
||||||
|
"command-and-control",
|
||||||
|
"exfiltration",
|
||||||
|
"impact"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "CONCORDIA Mobile Modelling Framework - Attack Pattern",
|
||||||
|
"namespace": "cmmf-attack",
|
||||||
|
"type": "cmmf-attack-pattern",
|
||||||
|
"uuid": "51060d01-ef29-40ab-8965-8031d0941811",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in a new issue