mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
new: [disarm] add Countermeasures
This commit is contained in:
parent
217e3eb171
commit
de62b43520
4 changed files with 2608 additions and 300 deletions
2254
clusters/disarm-countermeasures.json
Normal file
2254
clusters/disarm-countermeasures.json
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
54
galaxies/disarm-countermeasures.json
Normal file
54
galaxies/disarm-countermeasures.json
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
{
|
||||||
|
"description": "DISARM is a framework designed for describing and understanding disinformation incidents.",
|
||||||
|
"icon": "shield-alt",
|
||||||
|
"kill_chain_order": {
|
||||||
|
"metatechniques": [
|
||||||
|
"Resilience",
|
||||||
|
"Diversion",
|
||||||
|
"Daylight",
|
||||||
|
"Friction",
|
||||||
|
"Removal",
|
||||||
|
"Scoring",
|
||||||
|
"Metatechnique",
|
||||||
|
"Data Pollution",
|
||||||
|
"Dilution",
|
||||||
|
"Countermessaging",
|
||||||
|
"Verification",
|
||||||
|
"Cleaning",
|
||||||
|
"Targeting",
|
||||||
|
"Reduce Resources"
|
||||||
|
],
|
||||||
|
"responsetypes": [
|
||||||
|
"Detect",
|
||||||
|
"Deny",
|
||||||
|
"Disrupt",
|
||||||
|
"Degrade",
|
||||||
|
"Deceive",
|
||||||
|
"Destroy",
|
||||||
|
"Deter"
|
||||||
|
],
|
||||||
|
"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": "Countermeasures",
|
||||||
|
"namespace": "disarm",
|
||||||
|
"type": "disarm-countermeasures",
|
||||||
|
"uuid": "33becc7b-4f5f-525c-afd9-a2fd61267b08",
|
||||||
|
"version": 1
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
"description": "DISARM is a framework designed for describing and understanding disinformation incidents.",
|
"description": "DISARM is a framework designed for describing and understanding disinformation incidents.",
|
||||||
"icon": "map",
|
"icon": "map",
|
||||||
"kill_chain_order": {
|
"kill_chain_order": {
|
||||||
"disarm-tactics": [
|
"tactics": [
|
||||||
"Plan Strategy",
|
"Plan Strategy",
|
||||||
"Plan Objectives",
|
"Plan Objectives",
|
||||||
"Microtarget",
|
"Microtarget",
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
"Drive Online Harms"
|
"Drive Online Harms"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": "DISARM Techniques",
|
"name": "Techniques",
|
||||||
"namespace": "disarm",
|
"namespace": "disarm",
|
||||||
"type": "disarm",
|
"type": "disarm-techniques",
|
||||||
"uuid": "a90f2bb6-11e1-58a7-9962-ba37886720ec",
|
"uuid": "a90f2bb6-11e1-58a7-9962-ba37886720ec",
|
||||||
"version": 1
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue