mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
Merge pull request #671 from MISP/BennSaturn-concordia_mtmf
Benn saturn concordia mtmf
This commit is contained in:
commit
dd210c5d14
3 changed files with 1148 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
__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 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