Merge pull request #671 from MISP/BennSaturn-concordia_mtmf

Benn saturn concordia mtmf
pull/672/head
Alexandre Dulaunoy 2021-12-17 16:18:00 +01:00 committed by GitHub
commit dd210c5d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1148 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
.DS_Store

File diff suppressed because it is too large Load Diff

View 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
}