mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
new: [disarm] Initial DISARM galaxy #783
This commit is contained in:
parent
723c062c00
commit
b0ebc02b19
3 changed files with 4168 additions and 0 deletions
4130
clusters/disarm-techniques.json
Normal file
4130
clusters/disarm-techniques.json
Normal file
File diff suppressed because it is too large
Load diff
29
galaxies/disarm-techniques.json
Normal file
29
galaxies/disarm-techniques.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"description": "DISARM is a framework designed for describing and understanding disinformation incidents.",
|
||||
"icon": "map",
|
||||
"kill_chain_order": {
|
||||
"disarm-tactics": [
|
||||
"Plan Strategy",
|
||||
"Plan Objectives",
|
||||
"Microtarget",
|
||||
"Develop Content",
|
||||
"Select Channels and Affordances",
|
||||
"Conduct Pump Priming",
|
||||
"Deliver Content",
|
||||
"Drive Offline Activity",
|
||||
"Persist in the Information Environment",
|
||||
"Assess Effectiveness",
|
||||
"Target Audience Analysis",
|
||||
"Develop Narratives",
|
||||
"Establish Social Assets",
|
||||
"Establish Legitimacy",
|
||||
"Maximise Exposure",
|
||||
"Drive Online Harms"
|
||||
]
|
||||
},
|
||||
"name": "DISARM Techniques",
|
||||
"namespace": "disarm",
|
||||
"type": "disarm",
|
||||
"uuid": "a9532e45-d438-502a-a469-892007ba0e4b",
|
||||
"version": 1
|
||||
}
|
9
tools/gen_disarm.py
Executable file
9
tools/gen_disarm.py
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
print("""
|
||||
To generate DISARM please:
|
||||
cd ../../
|
||||
git clone https://github.com/DISARMFoundation/DISARMframeworks.git
|
||||
cd DISARMframeworks/CODE
|
||||
python3 generate_DISARM_MISP_galaxy.py
|
||||
""")
|
Loading…
Reference in a new issue