misp-galaxy/galaxies/bhadra-framework.json
iglocska 43703f1a96
new: added Bhadra framework for mobile attacks
- based on the paper published here: https://arxiv.org/pdf/2005.05110.pdf
- thanks to the ATT&CK EU community conference speakers highlighting this framework!
2020-05-19 16:34:59 +02:00

21 lines
468 B
JSON

{
"description": "Bhadra Threat Modelling Framework",
"icon": "mobile",
"kill_chain_order": {
"bhadra-tactics": [
"Initial Access",
"Persistence",
"Disovery",
"Lateral Movement",
"Standard Protocol Misuse",
"Defense Evasion",
"Collection",
"Impact"
]
},
"name": "Bhadra Framework",
"namespace": "misp",
"type": "bhadra-framework",
"uuid": "e7b7304b-9e9c-4db4-a7dd-561db4eeeb3d",
"version": 1
}