mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
Merge branch 'concordia_mtmf' of https://github.com/BennSaturn/misp-galaxy into BennSaturn-concordia_mtmf
This commit is contained in:
commit
7b587710b1
3 changed files with 1148 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.DS_Store
|
||||||
|
|
1120
clusters/cmtmf-attack-pattern.json
Normal file
1120
clusters/cmtmf-attack-pattern.json
Normal file
File diff suppressed because it is too large
Load diff
27
galaxies/cmtmf-attack-pattern.json
Normal file
27
galaxies/cmtmf-attack-pattern.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"description": "CONCORDIA Mobile Threat Modeling Framework - Tactics",
|
||||||
|
"icon": "",
|
||||||
|
"kill_chain_order": {
|
||||||
|
"cmtmf-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 Threat Modelling Framework - Attack Pattern",
|
||||||
|
"namespace": "cmtmf-attack",
|
||||||
|
"type": "cmtmf-attack-pattern",
|
||||||
|
"uuid": "51060d01-ef29-40ab-8965-8031d0941811",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in a new issue