new: [disarm] Initial DISARM galaxy #783

pull/903/head
Christophe Vandeplas 2023-12-02 17:59:57 +01:00
parent 723c062c00
commit b0ebc02b19
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
3 changed files with 4168 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View 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
View 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
""")