new: [disarm] add Countermeasures

pull/910/head
Christophe Vandeplas 2023-12-20 08:07:51 +01:00
parent 217e3eb171
commit de62b43520
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
4 changed files with 2608 additions and 300 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View 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
}

View File

@ -2,7 +2,7 @@
"description": "DISARM is a framework designed for describing and understanding disinformation incidents.",
"icon": "map",
"kill_chain_order": {
"disarm-tactics": [
"tactics": [
"Plan Strategy",
"Plan Objectives",
"Microtarget",
@ -21,9 +21,9 @@
"Drive Online Harms"
]
},
"name": "DISARM Techniques",
"name": "Techniques",
"namespace": "disarm",
"type": "disarm",
"type": "disarm-techniques",
"uuid": "a90f2bb6-11e1-58a7-9962-ba37886720ec",
"version": 1
}