mirror of https://github.com/MISP/misp-galaxy
new: [disarm] Initial DISARM galaxy #783
parent
723c062c00
commit
b0ebc02b19
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
}
|
|
@ -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 New Issue