framework and page updates

Framework updates:
- TA08 added text "Used for preparation before broader release, and as message honing."
- TA10 change name from "Go Physical" to "Drive Offline Activity"
- T0004 change name from "Competing Narratives" to "Devise Competing Narratives"
- T0005 convert into a tactic stage, TA13.  Change name from "Center of Gravity Analysis" to "Conduct Center of Gravity Analysis"
- T0006 rename from "Create Master Narratives" to "Develop Narrative Concepts".  nb narratology: can't create master narratives - can only latch onto them
- T0011 change name from "Hijack legitimate account" to "Compromise legitimate account"
- T0065. Create new technique "use physical broadcast capabilities" under TA04
- T0014. Rename from "Create funding campaigns" to "Prepare fundraising campaigns".  Exited text to reflect that this new name allows the possibility of either creating a new one, or revitalizing an existing one.
- T0015 rename from "Create hashtag" to "Create hashtags".  Change text to mention hashtag groups.
- T0017 rename from "Promote online funding" to "Conduct Fundraising Campaigns"
- T0018 rename from "Paid targeted ads" to "Purchase advertisements"
- T0026 rename from "Create fake research" to "create pseudoscientific or disingenuous research"

Page and file updates:
- Added MITRE, FIU, and SPICE to DISARM's history
- reran github page generator
- reran sqlite generator
This commit is contained in:
Sara-Jayne Terp 2022-02-02 10:57:17 -05:00
parent 28b97c74a7
commit aca100b364
100 changed files with 478 additions and 278 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 2,
"metadata": {},
"outputs": [
{
@ -2290,7 +2290,7 @@
"185 T0008 186 "
]
},
"execution_count": 32,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
@ -2309,7 +2309,7 @@
"# Generate DISARM datasets\n",
"disarm = Disarm()\n",
"\n",
"dbasetype = 'postgresql_local' #'sqlite' #'heroku'\n",
"dbasetype = 'sqlite' #'postgresql_local' # 'heroku'\n",
"\n",
"\n",
"# Create connection to database\n",
@ -2390,7 +2390,7 @@
"# dataset\n",
"# reference - create this from other tables. \n",
"# Also need incidentcounter etc - create from data\n",
"newtable = add_table(disarm.df_groups, 'organization', ['disarm_id', 'name', 'url', 'summary', \n",
"newtable = add_table(disarm.df_externalgroups, 'externalgroup', ['disarm_id', 'name', 'url', 'summary', \n",
" 'sector', 'primary_role', 'secondary_role', \n",
" 'primary_subject', 'secondary_subject', \n",
" 'volunteers', 'region', 'country', \n",
@ -2399,7 +2399,7 @@
" 'year_started', 'attributions_seen', \n",
" 'found_in_country', 'objecttype'])\n",
"newtable = add_table(disarm.df_tools, 'tool', ['disarm_id', 'name', 'summary',\n",
" 'organization', 'url', 'category', \n",
" 'externalgroup', 'url', 'category', \n",
" 'disinformation_use', 'cogseccollab_use', \n",
" 'function', 'code_url', 'artifacts', \n",
" 'automation', 'platform', 'accessibility'])\n",
@ -2430,7 +2430,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 2,
"metadata": {
"scrolled": true
},
@ -2439,7 +2439,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"dict_keys(['df_phases', 'df_frameworks', 'df_techniques', 'df_tasks', 'df_incidents', 'df_groups', 'df_tools', 'df_examples', 'df_counters', 'df_detections', 'df_actortypes', 'df_resources', 'df_responsetypes', 'df_metatechniques', 'it', 'df_tactics', 'df_playbooks', 'df_techniques_per_tactic', 'df_counters_per_tactic', 'phases', 'tactics', 'techniques', 'counters', 'metatechniques', 'actortypes', 'resources', 'num_tactics', 'cross_counterid_techniqueid', 'cross_counterid_resourceid', 'cross_counterid_actortypeid', 'cross_detectionid_techniqueid', 'cross_detectionid_resourceid', 'cross_detectionid_actortypeid'])\n",
"dict_keys(['df_phases', 'df_frameworks', 'df_techniques', 'df_tasks', 'df_incidents', 'df_externalgroups', 'df_tools', 'df_examples', 'df_counters', 'df_detections', 'df_actortypes', 'df_resources', 'df_responsetypes', 'df_metatechniques', 'it', 'df_tactics', 'df_playbooks', 'df_techniques_per_tactic', 'df_counters_per_tactic', 'phases', 'tactics', 'techniques', 'counters', 'metatechniques', 'actortypes', 'resources', 'num_tactics', 'cross_counterid_techniqueid', 'cross_counterid_resourceid', 'cross_counterid_actortypeid', 'cross_detectionid_techniqueid', 'cross_detectionid_resourceid', 'cross_detectionid_actortypeid'])\n",
"\n",
"it columns: Index(['disarm_id', 'name', 'summary', 'disarm_id_incident', 'name_incident',\n",
" 'disarm_id_technique', 'name_technique'],\n",
@ -5095,7 +5095,7 @@
"185 Create fake or imposter news sites "
]
},
"execution_count": 15,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
@ -5111,7 +5111,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 3,
"metadata": {},
"outputs": [
{
@ -7201,7 +7201,7 @@
"185 T0008 "
]
},
"execution_count": 16,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
@ -7215,7 +7215,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 4,
"metadata": {},
"outputs": [
{
@ -7228,7 +7228,7 @@
"Name: objecttype, dtype: int64"
]
},
"execution_count": 21,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
@ -7240,7 +7240,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 5,
"metadata": {},
"outputs": [
{
@ -7339,7 +7339,7 @@
"32 I00033 - China 50cent Army "
]
},
"execution_count": 22,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
@ -7350,7 +7350,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 6,
"metadata": {},
"outputs": [
{
@ -8228,7 +8228,7 @@
"63 T0064 - Social media engagement "
]
},
"execution_count": 23,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
@ -8240,7 +8240,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 7,
"metadata": {
"scrolled": true
},
@ -8316,7 +8316,7 @@
" ['', '', '', '', '', 'T0028', 'T0038', '', 'T0056', '', '', '']]"
]
},
"execution_count": 24,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
@ -8332,7 +8332,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 8,
"metadata": {},
"outputs": [
{
@ -8526,7 +8526,7 @@
" 'IT00000175': 'Fake news/synthetic web-sites'}"
]
},
"execution_count": 25,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}

View File

@ -28,14 +28,96 @@
"updated ../generated_pages/phases_index.md\n",
"Temp: objecttype tactic\n",
"updated ../generated_pages/tactics_index.md\n",
"Updating ../generated_pages/tactics/TA01.md\n",
"Updating ../generated_pages/tactics/TA02.md\n",
"Updating ../generated_pages/tactics/TA13.md\n",
"Updating ../generated_pages/tactics/TA04.md\n",
"Updating ../generated_pages/tactics/TA05.md\n",
"Updating ../generated_pages/tactics/TA06.md\n",
"Updating ../generated_pages/tactics/TA08.md\n",
"Updating ../generated_pages/tactics/TA10.md\n",
"Temp: objecttype technique\n",
"updated ../generated_pages/techniques_index.md\n",
"Updating ../generated_pages/techniques/T0004.md\n",
"Updating ../generated_pages/techniques/T0006.md\n",
"Updating ../generated_pages/techniques/T0011.md\n",
"Updating ../generated_pages/techniques/T0014.md\n",
"Updating ../generated_pages/techniques/T0015.md\n",
"Updating ../generated_pages/techniques/T0017.md\n",
"Updating ../generated_pages/techniques/T0018.md\n",
"Updating ../generated_pages/techniques/T0026.md\n",
"Updating ../generated_pages/techniques/T0065.md\n",
"Temp: objecttype task\n",
"updated ../generated_pages/tasks_index.md\n",
"Temp: objecttype incident\n",
"updated ../generated_pages/incidents_index.md\n",
"Updating ../generated_pages/incidents/I00002.md\n",
"Updating ../generated_pages/incidents/I00005.md\n",
"Updating ../generated_pages/incidents/I00006.md\n",
"Updating ../generated_pages/incidents/I00017.md\n",
"Updating ../generated_pages/incidents/I00042.md\n",
"Temp: objecttype counter\n",
"updated ../generated_pages/counters_index.md\n",
"Updating ../generated_pages/counters/C00006.md\n",
"Updating ../generated_pages/counters/C00008.md\n",
"Updating ../generated_pages/counters/C00010.md\n",
"Updating ../generated_pages/counters/C00011.md\n",
"Updating ../generated_pages/counters/C00012.md\n",
"Updating ../generated_pages/counters/C00014.md\n",
"Updating ../generated_pages/counters/C00016.md\n",
"Updating ../generated_pages/counters/C00021.md\n",
"Updating ../generated_pages/counters/C00022.md\n",
"Updating ../generated_pages/counters/C00024.md\n",
"Updating ../generated_pages/counters/C00027.md\n",
"Updating ../generated_pages/counters/C00029.md\n",
"Updating ../generated_pages/counters/C00030.md\n",
"Updating ../generated_pages/counters/C00031.md\n",
"Updating ../generated_pages/counters/C00036.md\n",
"Updating ../generated_pages/counters/C00042.md\n",
"Updating ../generated_pages/counters/C00053.md\n",
"Updating ../generated_pages/counters/C00058.md\n",
"Updating ../generated_pages/counters/C00059.md\n",
"Updating ../generated_pages/counters/C00065.md\n",
"Updating ../generated_pages/counters/C00066.md\n",
"Updating ../generated_pages/counters/C00067.md\n",
"Updating ../generated_pages/counters/C00070.md\n",
"Updating ../generated_pages/counters/C00073.md\n",
"Updating ../generated_pages/counters/C00074.md\n",
"Updating ../generated_pages/counters/C00076.md\n",
"Updating ../generated_pages/counters/C00080.md\n",
"Updating ../generated_pages/counters/C00081.md\n",
"Updating ../generated_pages/counters/C00082.md\n",
"Updating ../generated_pages/counters/C00084.md\n",
"Updating ../generated_pages/counters/C00085.md\n",
"Updating ../generated_pages/counters/C00093.md\n",
"Updating ../generated_pages/counters/C00094.md\n",
"Updating ../generated_pages/counters/C00096.md\n",
"Updating ../generated_pages/counters/C00098.md\n",
"Updating ../generated_pages/counters/C00105.md\n",
"Updating ../generated_pages/counters/C00107.md\n",
"Updating ../generated_pages/counters/C00117.md\n",
"Updating ../generated_pages/counters/C00119.md\n",
"Updating ../generated_pages/counters/C00122.md\n",
"Updating ../generated_pages/counters/C00125.md\n",
"Updating ../generated_pages/counters/C00126.md\n",
"Updating ../generated_pages/counters/C00129.md\n",
"Updating ../generated_pages/counters/C00133.md\n",
"Updating ../generated_pages/counters/C00153.md\n",
"Updating ../generated_pages/counters/C00155.md\n",
"Updating ../generated_pages/counters/C00156.md\n",
"Updating ../generated_pages/counters/C00161.md\n",
"Updating ../generated_pages/counters/C00162.md\n",
"Updating ../generated_pages/counters/C00164.md\n",
"Updating ../generated_pages/counters/C00169.md\n",
"Updating ../generated_pages/counters/C00176.md\n",
"Updating ../generated_pages/counters/C00178.md\n",
"Updating ../generated_pages/counters/C00182.md\n",
"Updating ../generated_pages/counters/C00189.md\n",
"Updating ../generated_pages/counters/C00195.md\n",
"Updating ../generated_pages/counters/C00197.md\n",
"Updating ../generated_pages/counters/C00211.md\n",
"Updating ../generated_pages/counters/C00216.md\n",
"Updating ../generated_pages/counters/C00219.md\n",
"Temp: objecttype metatechnique\n",
"updated ../generated_pages/metatechniques_index.md\n",
"Temp: objecttype actortype\n",

View File

@ -106,7 +106,7 @@ class Disarm:
self.df_techniques = metadata['techniques']
self.df_tasks = metadata['tasks']
self.df_incidents = metadata['incidents']
self.df_groups = metadata['groups']
self.df_externalgroups = metadata['externalgroups']
self.df_tools = metadata['tools']
self.df_examples = metadata['examples']
self.df_counters = metadata['countermeasures'].sort_values('disarm_id')

View File

@ -13,7 +13,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 2,
"metadata": {},
"outputs": [
{
@ -2290,7 +2290,7 @@
"185 T0008 186 "
]
},
"execution_count": 34,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
@ -2309,7 +2309,7 @@
"# Generate DISARM datasets\n",
"disarm = Disarm()\n",
"\n",
"dbasetype = 'sqlite' #'postgresql_local' #'heroku'\n",
"dbasetype = 'sqlite' #'postgresql_local' # 'heroku'\n",
"\n",
"\n",
"# Create connection to database\n",
@ -2390,7 +2390,7 @@
"# dataset\n",
"# reference - create this from other tables. \n",
"# Also need incidentcounter etc - create from data\n",
"newtable = add_table(disarm.df_groups, 'organization', ['disarm_id', 'name', 'url', 'summary', \n",
"newtable = add_table(disarm.df_externalgroups, 'externalgroup', ['disarm_id', 'name', 'url', 'summary', \n",
" 'sector', 'primary_role', 'secondary_role', \n",
" 'primary_subject', 'secondary_subject', \n",
" 'volunteers', 'region', 'country', \n",
@ -2399,7 +2399,7 @@
" 'year_started', 'attributions_seen', \n",
" 'found_in_country', 'objecttype'])\n",
"newtable = add_table(disarm.df_tools, 'tool', ['disarm_id', 'name', 'summary',\n",
" 'organization', 'url', 'category', \n",
" 'externalgroup', 'url', 'category', \n",
" 'disinformation_use', 'cogseccollab_use', \n",
" 'function', 'code_url', 'artifacts', \n",
" 'automation', 'platform', 'accessibility'])\n",
@ -2430,7 +2430,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 2,
"metadata": {
"scrolled": true
},
@ -2439,7 +2439,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"dict_keys(['df_phases', 'df_frameworks', 'df_techniques', 'df_tasks', 'df_incidents', 'df_groups', 'df_tools', 'df_examples', 'df_counters', 'df_detections', 'df_actortypes', 'df_resources', 'df_responsetypes', 'df_metatechniques', 'it', 'df_tactics', 'df_playbooks', 'df_techniques_per_tactic', 'df_counters_per_tactic', 'phases', 'tactics', 'techniques', 'counters', 'metatechniques', 'actortypes', 'resources', 'num_tactics', 'cross_counterid_techniqueid', 'cross_counterid_resourceid', 'cross_counterid_actortypeid', 'cross_detectionid_techniqueid', 'cross_detectionid_resourceid', 'cross_detectionid_actortypeid'])\n",
"dict_keys(['df_phases', 'df_frameworks', 'df_techniques', 'df_tasks', 'df_incidents', 'df_externalgroups', 'df_tools', 'df_examples', 'df_counters', 'df_detections', 'df_actortypes', 'df_resources', 'df_responsetypes', 'df_metatechniques', 'it', 'df_tactics', 'df_playbooks', 'df_techniques_per_tactic', 'df_counters_per_tactic', 'phases', 'tactics', 'techniques', 'counters', 'metatechniques', 'actortypes', 'resources', 'num_tactics', 'cross_counterid_techniqueid', 'cross_counterid_resourceid', 'cross_counterid_actortypeid', 'cross_detectionid_techniqueid', 'cross_detectionid_resourceid', 'cross_detectionid_actortypeid'])\n",
"\n",
"it columns: Index(['disarm_id', 'name', 'summary', 'disarm_id_incident', 'name_incident',\n",
" 'disarm_id_technique', 'name_technique'],\n",
@ -5095,7 +5095,7 @@
"185 Create fake or imposter news sites "
]
},
"execution_count": 15,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
@ -5111,7 +5111,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 3,
"metadata": {},
"outputs": [
{
@ -7201,7 +7201,7 @@
"185 T0008 "
]
},
"execution_count": 16,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
@ -7215,7 +7215,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 4,
"metadata": {},
"outputs": [
{
@ -7228,7 +7228,7 @@
"Name: objecttype, dtype: int64"
]
},
"execution_count": 21,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
@ -7240,7 +7240,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 5,
"metadata": {},
"outputs": [
{
@ -7339,7 +7339,7 @@
"32 I00033 - China 50cent Army "
]
},
"execution_count": 22,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
@ -7350,7 +7350,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 6,
"metadata": {},
"outputs": [
{
@ -8228,7 +8228,7 @@
"63 T0064 - Social media engagement "
]
},
"execution_count": 23,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
@ -8240,7 +8240,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 7,
"metadata": {
"scrolled": true
},
@ -8316,7 +8316,7 @@
" ['', '', '', '', '', 'T0028', 'T0038', '', 'T0056', '', '', '']]"
]
},
"execution_count": 24,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
@ -8332,7 +8332,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 8,
"metadata": {},
"outputs": [
{
@ -8526,7 +8526,7 @@
" 'IT00000175': 'Fake news/synthetic web-sites'}"
]
},
"execution_count": 25,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}

View File

@ -47,6 +47,10 @@ If you have your own version of this repository and update DISARM_FRAMEWORKS_MAS
* **DISARM Foundation** maintains and updates the DISARM family of models: DISARM-STIX, the DISARM Red framework (of disinformation creation), and the DISARM Blue framework (of disinformation countermeasures and mitigations).
* **MITRE, FIU, and CogSecCollab teams** worked to merge the AMITT and SPICE framework models together to create the DISARM frameworks. Created a new foundation to maintain and manage DISARM.
* **[MITRE]() and [FIU]()** forked the AMITT RED model to create the SPICE framework.
* **[CogSecCollab](http://cogsec-collab.org/)** maintained and updated the original AMITT models. We've used DISARM in the CTI League's Covid19 responses, and tested it in trials with NATO, the EU, and several other countries' disinformation units. Pablo Breuer and are the current design authorities for the DISARM models.
* **MisinfosecWG**, aka the Credibility Coalition's [Misinfosec working group](https://github.com/credcoalition/community-site/wiki/Working-Groups) created the original DISARM frameworks. The Red Framework was started in December 2018, and refined in a Credibility Coalition Misinfosec seminar; the Blue Framework was started as a collection of potential disinformation countermeasures, at a Coalition Misinfosec seminar in November 2019. CogSecCollab is the nonprofit that spun out of MisinfosecWG.

View File

@ -1,30 +1,30 @@
P01,P01,P02,P02,P02,P02,P02,P03,P03,P03,P03,P04
TA01,TA02,TA03,TA04,TA05,TA06,TA07,TA08,TA09,TA10,TA11,TA12
C00006,C00009,C00034,C00047,C00065,C00014,C00090,C00100,C00109,,C00131,C00140
C00008,C00011,C00036,C00052,C00066,C00032,C00097,C00112,C00122,,C00138,C00148
C00010,C00028,C00040,C00053,C00130,C00071,C00098,C00113,C00123,,C00139,C00149
C00012,C00029,C00042,C00056,C00178,C00072,C00099,C00114,C00124,,C00143,
C00013,C00030,C00044,C00059,C00216,C00074,C00101,C00115,C00125,,,
C00016,C00031,C00046,C00062,,C00075,C00103,C00116,C00126,,,
C00017,C00060,C00048,C00135,,C00076,C00105,C00117,C00128,,,
C00019,C00070,C00051,C00162,,C00078,C00195,C00118,C00129,,,
C00021,C00092,C00058,C00172,,C00080,,C00119,C00147,,,
C00022,C00144,C00067,C00203,,C00081,,C00120,C00182,,,
C00024,C00156,C00077,,,C00082,,C00121,C00200,,,
C00026,C00164,C00093,,,C00084,,C00136,C00211,,,
C00027,C00169,C00133,,,C00085,,C00154,,,,
C00073,C00207,C00155,,,C00086,,C00184,,,,
C00096,C00222,C00160,,,C00087,,C00188,,,,
C00111,,C00189,,,C00091,,,,,,
C00153,,C00197,,,C00094,,,,,,
C00159,,,,,C00106,,,,,,
C00161,,,,,C00107,,,,,,
C00170,,,,,C00142,,,,,,
C00174,,,,,C00165,,,,,,
C00176,,,,,C00202,,,,,,
C00190,,,,,C00219,,,,,,
C00205,,,,,,,,,,,
C00212,,,,,,,,,,,
C00220,,,,,,,,,,,
C00221,,,,,,,,,,,
C00223,,,,,,,,,,,
P01,P01,P01,P02,P02,P02,P02,P02,P03,P03,P03,P03,P04
TA01,TA02,TA13,TA03,TA04,TA05,TA06,TA07,TA08,TA09,TA10,TA11,TA12
C00006,C00009,,C00034,C00047,C00065,C00014,C00090,C00100,C00109,,C00131,C00140
C00008,C00011,,C00036,C00052,C00066,C00032,C00097,C00112,C00122,,C00138,C00148
C00010,C00028,,C00040,C00053,C00130,C00071,C00098,C00113,C00123,,C00139,C00149
C00012,C00029,,C00042,C00056,C00178,C00072,C00099,C00114,C00124,,C00143,
C00013,C00030,,C00044,C00059,C00216,C00074,C00101,C00115,C00125,,,
C00016,C00031,,C00046,C00062,,C00075,C00103,C00116,C00126,,,
C00017,C00060,,C00048,C00135,,C00076,C00105,C00117,C00128,,,
C00019,C00070,,C00051,C00162,,C00078,C00195,C00118,C00129,,,
C00021,C00092,,C00058,C00172,,C00080,,C00119,C00147,,,
C00022,C00144,,C00067,C00203,,C00081,,C00120,C00182,,,
C00024,C00156,,C00077,,,C00082,,C00121,C00200,,,
C00026,C00164,,C00093,,,C00084,,C00136,C00211,,,
C00027,C00169,,C00133,,,C00085,,C00154,,,,
C00073,C00207,,C00155,,,C00086,,C00184,,,,
C00096,C00222,,C00160,,,C00087,,C00188,,,,
C00111,,,C00189,,,C00091,,,,,,
C00153,,,C00197,,,C00094,,,,,,
C00159,,,,,,C00106,,,,,,
C00161,,,,,,C00107,,,,,,
C00170,,,,,,C00142,,,,,,
C00174,,,,,,C00165,,,,,,
C00176,,,,,,C00202,,,,,,
C00190,,,,,,C00219,,,,,,
C00205,,,,,,,,,,,,
C00212,,,,,,,,,,,,
C00220,,,,,,,,,,,,
C00221,,,,,,,,,,,,
C00223,,,,,,,,,,,,

1 P01 P01 P01 P02 P02 P02 P02 P02 P03 P03 P03 P03 P04
2 TA01 TA02 TA13 TA03 TA04 TA05 TA06 TA07 TA08 TA09 TA10 TA11 TA12
3 C00006 C00009 C00034 C00047 C00065 C00014 C00090 C00100 C00109 C00131 C00140
4 C00008 C00011 C00036 C00052 C00066 C00032 C00097 C00112 C00122 C00138 C00148
5 C00010 C00028 C00040 C00053 C00130 C00071 C00098 C00113 C00123 C00139 C00149
6 C00012 C00029 C00042 C00056 C00178 C00072 C00099 C00114 C00124 C00143
7 C00013 C00030 C00044 C00059 C00216 C00074 C00101 C00115 C00125
8 C00016 C00031 C00046 C00062 C00075 C00103 C00116 C00126
9 C00017 C00060 C00048 C00135 C00076 C00105 C00117 C00128
10 C00019 C00070 C00051 C00162 C00078 C00195 C00118 C00129
11 C00021 C00092 C00058 C00172 C00080 C00119 C00147
12 C00022 C00144 C00067 C00203 C00081 C00120 C00182
13 C00024 C00156 C00077 C00082 C00121 C00200
14 C00026 C00164 C00093 C00084 C00136 C00211
15 C00027 C00169 C00133 C00085 C00154
16 C00073 C00207 C00155 C00086 C00184
17 C00096 C00222 C00160 C00087 C00188
18 C00111 C00189 C00091
19 C00153 C00197 C00094
20 C00159 C00106
21 C00161 C00107
22 C00170 C00142
23 C00174 C00165
24 C00176 C00202
25 C00190 C00219
26 C00205
27 C00212
28 C00220
29 C00221
30 C00223

View File

@ -26,6 +26,7 @@ function handleTechniqueClick(box) {
<tr bgcolor=fuchsia>
<td>P01 Plan</td>
<td>P01 Plan</td>
<td>P01 Plan</td>
<td>P02 Prepare</td>
<td>P02 Prepare</td>
<td>P02 Prepare</td>
@ -40,6 +41,7 @@ function handleTechniqueClick(box) {
<tr bgcolor=aqua>
<td>TA01 Strategic Planning</td>
<td>TA02 Objective Planning</td>
<td>TA13 Conduct Center of Gravity Analysis</td>
<td>TA03 Develop People</td>
<td>TA04 Develop Networks</td>
<td>TA05 Microtargeting</td>
@ -47,13 +49,14 @@ function handleTechniqueClick(box) {
<td>TA07 Channel Selection</td>
<td>TA08 Pump Priming</td>
<td>TA09 Exposure</td>
<td>TA10 Go Physical</td>
<td>TA10 Drive Offline Activity</td>
<td>TA11 Persistence</td>
<td>TA12 Measure Effectiveness</td>
</tr>
<tr>
<td id="C00006">C00006 Charge for social media<input type="checkbox" id="C00006check" onclick="handleTechniqueClick('C00006')"></td>
<td id="C00009">C00009 Educate high profile influencers on best practices<input type="checkbox" id="C00009check" onclick="handleTechniqueClick('C00009')"></td>
<td bgcolor=white> </td>
<td id="C00034">C00034 Create more friction at account creation<input type="checkbox" id="C00034check" onclick="handleTechniqueClick('C00034')"></td>
<td id="C00047">C00047 Honeypot with coordinated inauthentics<input type="checkbox" id="C00047check" onclick="handleTechniqueClick('C00047')"></td>
<td id="C00065">C00065 Reduce political targeting<input type="checkbox" id="C00065check" onclick="handleTechniqueClick('C00065')"></td>
@ -68,6 +71,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00008">C00008 Create shared fact-checking database<input type="checkbox" id="C00008check" onclick="handleTechniqueClick('C00008')"></td>
<td id="C00011">C00011 Media literacy. Games to identify fake news<input type="checkbox" id="C00011check" onclick="handleTechniqueClick('C00011')"></td>
<td bgcolor=white> </td>
<td id="C00036">C00036 Infiltrate the in-group to discredit leaders (divide)<input type="checkbox" id="C00036check" onclick="handleTechniqueClick('C00036')"></td>
<td id="C00052">C00052 Infiltrate platforms<input type="checkbox" id="C00052check" onclick="handleTechniqueClick('C00052')"></td>
<td id="C00066">C00066 Co-opt a hashtag and drown it out (hijack it back)<input type="checkbox" id="C00066check" onclick="handleTechniqueClick('C00066')"></td>
@ -82,6 +86,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00010">C00010 Enhanced privacy regulation for social media<input type="checkbox" id="C00010check" onclick="handleTechniqueClick('C00010')"></td>
<td id="C00028">C00028 Make information provenance available<input type="checkbox" id="C00028check" onclick="handleTechniqueClick('C00028')"></td>
<td bgcolor=white> </td>
<td id="C00040">C00040 third party verification for people<input type="checkbox" id="C00040check" onclick="handleTechniqueClick('C00040')"></td>
<td id="C00053">C00053 Delete old accounts / Remove unused social media accounts<input type="checkbox" id="C00053check" onclick="handleTechniqueClick('C00053')"></td>
<td id="C00130">C00130 Mentorship: elders, youth, credit. Learn vicariously.<input type="checkbox" id="C00130check" onclick="handleTechniqueClick('C00130')"></td>
@ -96,6 +101,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00012">C00012 Platform regulation<input type="checkbox" id="C00012check" onclick="handleTechniqueClick('C00012')"></td>
<td id="C00029">C00029 Create fake website to issue counter narrative and counter narrative through physical merchandise<input type="checkbox" id="C00029check" onclick="handleTechniqueClick('C00029')"></td>
<td bgcolor=white> </td>
<td id="C00042">C00042 Address truth contained in narratives<input type="checkbox" id="C00042check" onclick="handleTechniqueClick('C00042')"></td>
<td id="C00056">C00056 Encourage people to leave social media<input type="checkbox" id="C00056check" onclick="handleTechniqueClick('C00056')"></td>
<td id="C00178">C00178 Fill information voids with non-disinformation content<input type="checkbox" id="C00178check" onclick="handleTechniqueClick('C00178')"></td>
@ -110,6 +116,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00013">C00013 Rating framework for news<input type="checkbox" id="C00013check" onclick="handleTechniqueClick('C00013')"></td>
<td id="C00030">C00030 Develop a compelling counter narrative (truth based)<input type="checkbox" id="C00030check" onclick="handleTechniqueClick('C00030')"></td>
<td bgcolor=white> </td>
<td id="C00044">C00044 Keep people from posting to social media immediately<input type="checkbox" id="C00044check" onclick="handleTechniqueClick('C00044')"></td>
<td id="C00059">C00059 Verification of project before posting fund requests<input type="checkbox" id="C00059check" onclick="handleTechniqueClick('C00059')"></td>
<td id="C00216">C00216 Use advertiser controls to stem flow of funds to bad actors<input type="checkbox" id="C00216check" onclick="handleTechniqueClick('C00216')"></td>
@ -124,6 +131,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00016">C00016 Censorship<input type="checkbox" id="C00016check" onclick="handleTechniqueClick('C00016')"></td>
<td id="C00031">C00031 Dilute the core narrative - create multiple permutations, target / amplify<input type="checkbox" id="C00031check" onclick="handleTechniqueClick('C00031')"></td>
<td bgcolor=white> </td>
<td id="C00046">C00046 Marginalise and discredit extremist groups<input type="checkbox" id="C00046check" onclick="handleTechniqueClick('C00046')"></td>
<td id="C00062">C00062 Free open library sources worldwide<input type="checkbox" id="C00062check" onclick="handleTechniqueClick('C00062')"></td>
<td bgcolor=white> </td>
@ -138,6 +146,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00017">C00017 Repair broken social connections<input type="checkbox" id="C00017check" onclick="handleTechniqueClick('C00017')"></td>
<td id="C00060">C00060 Legal action against for-profit engagement factories<input type="checkbox" id="C00060check" onclick="handleTechniqueClick('C00060')"></td>
<td bgcolor=white> </td>
<td id="C00048">C00048 Name and Shame Influencers<input type="checkbox" id="C00048check" onclick="handleTechniqueClick('C00048')"></td>
<td id="C00135">C00135 Deplatform message groups and/or message boards<input type="checkbox" id="C00135check" onclick="handleTechniqueClick('C00135')"></td>
<td bgcolor=white> </td>
@ -152,6 +161,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00019">C00019 Reduce effect of division-enablers<input type="checkbox" id="C00019check" onclick="handleTechniqueClick('C00019')"></td>
<td id="C00070">C00070 Block access to disinformation resources<input type="checkbox" id="C00070check" onclick="handleTechniqueClick('C00070')"></td>
<td bgcolor=white> </td>
<td id="C00051">C00051 Counter social engineering training<input type="checkbox" id="C00051check" onclick="handleTechniqueClick('C00051')"></td>
<td id="C00162">C00162 Unravel/target the Potemkin villages<input type="checkbox" id="C00162check" onclick="handleTechniqueClick('C00162')"></td>
<td bgcolor=white> </td>
@ -166,6 +176,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00021">C00021 Encourage in-person communication<input type="checkbox" id="C00021check" onclick="handleTechniqueClick('C00021')"></td>
<td id="C00092">C00092 Establish a truth teller reputation score for influencers<input type="checkbox" id="C00092check" onclick="handleTechniqueClick('C00092')"></td>
<td bgcolor=white> </td>
<td id="C00058">C00058 Report crowdfunder as violator<input type="checkbox" id="C00058check" onclick="handleTechniqueClick('C00058')"></td>
<td id="C00172">C00172 social media source removal<input type="checkbox" id="C00172check" onclick="handleTechniqueClick('C00172')"></td>
<td bgcolor=white> </td>
@ -180,6 +191,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00022">C00022 Innoculate. Positive campaign to promote feeling of safety<input type="checkbox" id="C00022check" onclick="handleTechniqueClick('C00022')"></td>
<td id="C00144">C00144 Buy out troll farm employees / offer them jobs<input type="checkbox" id="C00144check" onclick="handleTechniqueClick('C00144')"></td>
<td bgcolor=white> </td>
<td id="C00067">C00067 Denigrate the recipient/ project (of online funding)<input type="checkbox" id="C00067check" onclick="handleTechniqueClick('C00067')"></td>
<td id="C00203">C00203 Stop offering press credentials to propaganda outlets<input type="checkbox" id="C00203check" onclick="handleTechniqueClick('C00203')"></td>
<td bgcolor=white> </td>
@ -194,6 +206,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00024">C00024 Promote healthy narratives<input type="checkbox" id="C00024check" onclick="handleTechniqueClick('C00024')"></td>
<td id="C00156">C00156 Better tell your country or organization story<input type="checkbox" id="C00156check" onclick="handleTechniqueClick('C00156')"></td>
<td bgcolor=white> </td>
<td id="C00077">C00077 Active defence: run TA03 "develop people” - not recommended<input type="checkbox" id="C00077check" onclick="handleTechniqueClick('C00077')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -208,6 +221,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00026">C00026 Shore up democracy based messages<input type="checkbox" id="C00026check" onclick="handleTechniqueClick('C00026')"></td>
<td id="C00164">C00164 compatriot policy<input type="checkbox" id="C00164check" onclick="handleTechniqueClick('C00164')"></td>
<td bgcolor=white> </td>
<td id="C00093">C00093 Influencer code of conduct<input type="checkbox" id="C00093check" onclick="handleTechniqueClick('C00093')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -222,6 +236,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00027">C00027 Create culture of civility<input type="checkbox" id="C00027check" onclick="handleTechniqueClick('C00027')"></td>
<td id="C00169">C00169 develop a creative content hub<input type="checkbox" id="C00169check" onclick="handleTechniqueClick('C00169')"></td>
<td bgcolor=white> </td>
<td id="C00133">C00133 Deplatform Account*<input type="checkbox" id="C00133check" onclick="handleTechniqueClick('C00133')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -236,6 +251,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00073">C00073 Inoculate populations through media literacy training<input type="checkbox" id="C00073check" onclick="handleTechniqueClick('C00073')"></td>
<td id="C00207">C00207 Run a competing disinformation campaign - not recommended<input type="checkbox" id="C00207check" onclick="handleTechniqueClick('C00207')"></td>
<td bgcolor=white> </td>
<td id="C00155">C00155 Ban incident actors from funding sites<input type="checkbox" id="C00155check" onclick="handleTechniqueClick('C00155')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -250,6 +266,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00096">C00096 Strengthen institutions that are always truth tellers<input type="checkbox" id="C00096check" onclick="handleTechniqueClick('C00096')"></td>
<td id="C00222">C00222 Tabletop simulations<input type="checkbox" id="C00222check" onclick="handleTechniqueClick('C00222')"></td>
<td bgcolor=white> </td>
<td id="C00160">C00160 find and train influencers<input type="checkbox" id="C00160check" onclick="handleTechniqueClick('C00160')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -264,6 +281,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00111">C00111 Reduce polarisation by connecting and presenting sympathetic renditions of opposite views<input type="checkbox" id="C00111check" onclick="handleTechniqueClick('C00111')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00189">C00189 Ensure that platforms are taking down flagged accounts<input type="checkbox" id="C00189check" onclick="handleTechniqueClick('C00189')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -278,6 +296,7 @@ function handleTechniqueClick(box) {
<tr>
<td id="C00153">C00153 Take pre-emptive action against actors' infrastructure<input type="checkbox" id="C00153check" onclick="handleTechniqueClick('C00153')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00197">C00197 remove suspicious accounts<input type="checkbox" id="C00197check" onclick="handleTechniqueClick('C00197')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -295,6 +314,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00106">C00106 Click-bait centrist content<input type="checkbox" id="C00106check" onclick="handleTechniqueClick('C00106')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -309,6 +329,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00107">C00107 Content moderation<input type="checkbox" id="C00107check" onclick="handleTechniqueClick('C00107')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -323,6 +344,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00142">C00142 Platform adds warning label and decision point when sharing content<input type="checkbox" id="C00142check" onclick="handleTechniqueClick('C00142')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -337,6 +359,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00165">C00165 Ensure integrity of official documents<input type="checkbox" id="C00165check" onclick="handleTechniqueClick('C00165')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -351,6 +374,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00202">C00202 Set data 'honeytraps'<input type="checkbox" id="C00202check" onclick="handleTechniqueClick('C00202')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -365,6 +389,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="C00219">C00219 Add metadata to content thats out of the control of disinformation creators<input type="checkbox" id="C00219check" onclick="handleTechniqueClick('C00219')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
@ -386,6 +411,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
</tr>
<tr>
<td id="C00212">C00212 build public resilience by making civil society more vibrant<input type="checkbox" id="C00212check" onclick="handleTechniqueClick('C00212')"></td>
@ -400,6 +426,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
</tr>
<tr>
<td id="C00220">C00220 Develop a monitoring and intelligence plan<input type="checkbox" id="C00220check" onclick="handleTechniqueClick('C00220')"></td>
@ -414,6 +441,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
</tr>
<tr>
<td id="C00221">C00221 Run a disinformation red team, and design mitigation factors<input type="checkbox" id="C00221check" onclick="handleTechniqueClick('C00221')"></td>
@ -428,6 +456,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
</tr>
<tr>
<td id="C00223">C00223 Strengthen Trust in social media platforms<input type="checkbox" id="C00223check" onclick="handleTechniqueClick('C00223')"></td>
@ -442,6 +471,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
</tr>
<tr>
</tr>

View File

@ -26,6 +26,7 @@ function handleTechniqueClick(box) {
<tr bgcolor=fuchsia>
<td>P01 Plan</td>
<td>P01 Plan</td>
<td>P01 Plan</td>
<td>P02 Prepare</td>
<td>P02 Prepare</td>
<td>P02 Prepare</td>
@ -40,6 +41,7 @@ function handleTechniqueClick(box) {
<tr bgcolor=aqua>
<td>TA01 Strategic Planning</td>
<td>TA02 Objective Planning</td>
<td>TA13 Conduct Center of Gravity Analysis</td>
<td>TA03 Develop People</td>
<td>TA04 Develop Networks</td>
<td>TA05 Microtargeting</td>
@ -47,13 +49,14 @@ function handleTechniqueClick(box) {
<td>TA07 Channel Selection</td>
<td>TA08 Pump Priming</td>
<td>TA09 Exposure</td>
<td>TA10 Go Physical</td>
<td>TA10 Drive Offline Activity</td>
<td>TA11 Persistence</td>
<td>TA12 Measure Effectiveness</td>
</tr>
<tr>
<td id="T0001">T0001 5Ds (dismiss, distort, distract, dismay, divide)<input type="checkbox" id="T0001check" onclick="handleTechniqueClick('T0001')"></td>
<td id="T0005">T0005 Center of Gravity Analysis<input type="checkbox" id="T0005check" onclick="handleTechniqueClick('T0005')"></td>
<td id="T0006">T0006 Develop Narrative Concepts<input type="checkbox" id="T0006check" onclick="handleTechniqueClick('T0006')"></td>
<td bgcolor=white> </td>
<td id="T0007">T0007 Create fake Social Media Profiles / Pages / Groups<input type="checkbox" id="T0007check" onclick="handleTechniqueClick('T0007')"></td>
<td id="T0010">T0010 Cultivate ignorant agents<input type="checkbox" id="T0010check" onclick="handleTechniqueClick('T0010')"></td>
<td id="T0016">T0016 Clickbait<input type="checkbox" id="T0016check" onclick="handleTechniqueClick('T0016')"></td>
@ -67,10 +70,11 @@ function handleTechniqueClick(box) {
</tr>
<tr>
<td id="T0002">T0002 Facilitate State Propaganda<input type="checkbox" id="T0002check" onclick="handleTechniqueClick('T0002')"></td>
<td id="T0006">T0006 Create Master Narratives<input type="checkbox" id="T0006check" onclick="handleTechniqueClick('T0006')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0008">T0008 Create fake or imposter news sites<input type="checkbox" id="T0008check" onclick="handleTechniqueClick('T0008')"></td>
<td id="T0011">T0011 Hijack legitimate account<input type="checkbox" id="T0011check" onclick="handleTechniqueClick('T0011')"></td>
<td id="T0017">T0017 Promote online funding<input type="checkbox" id="T0017check" onclick="handleTechniqueClick('T0017')"></td>
<td id="T0011">T0011 Compromise legitimate account<input type="checkbox" id="T0011check" onclick="handleTechniqueClick('T0011')"></td>
<td id="T0017">T0017 Conduct Fundraising Campaigns<input type="checkbox" id="T0017check" onclick="handleTechniqueClick('T0017')"></td>
<td id="T0020">T0020 Trial content<input type="checkbox" id="T0020check" onclick="handleTechniqueClick('T0020')"></td>
<td id="T0030">T0030 Backstop personas<input type="checkbox" id="T0030check" onclick="handleTechniqueClick('T0030')"></td>
<td id="T0040">T0040 Demand unsurmountable proof<input type="checkbox" id="T0040check" onclick="handleTechniqueClick('T0040')"></td>
@ -82,9 +86,10 @@ function handleTechniqueClick(box) {
<tr>
<td id="T0003">T0003 Leverage Existing Narratives<input type="checkbox" id="T0003check" onclick="handleTechniqueClick('T0003')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0009">T0009 Create fake experts<input type="checkbox" id="T0009check" onclick="handleTechniqueClick('T0009')"></td>
<td id="T0012">T0012 Use concealment<input type="checkbox" id="T0012check" onclick="handleTechniqueClick('T0012')"></td>
<td id="T0018">T0018 Paid targeted ads<input type="checkbox" id="T0018check" onclick="handleTechniqueClick('T0018')"></td>
<td id="T0018">T0018 Purchase advertisements<input type="checkbox" id="T0018check" onclick="handleTechniqueClick('T0018')"></td>
<td id="T0021">T0021 Memes<input type="checkbox" id="T0021check" onclick="handleTechniqueClick('T0021')"></td>
<td id="T0031">T0031 YouTube<input type="checkbox" id="T0031check" onclick="handleTechniqueClick('T0031')"></td>
<td id="T0041">T0041 Deny involvement<input type="checkbox" id="T0041check" onclick="handleTechniqueClick('T0041')"></td>
@ -94,7 +99,8 @@ function handleTechniqueClick(box) {
<td id="T0064">T0064 Social media engagement<input type="checkbox" id="T0064check" onclick="handleTechniqueClick('T0064')"></td>
</tr>
<tr>
<td id="T0004">T0004 Competing Narratives<input type="checkbox" id="T0004check" onclick="handleTechniqueClick('T0004')"></td>
<td id="T0004">T0004 Devise Competing Narratives<input type="checkbox" id="T0004check" onclick="handleTechniqueClick('T0004')"></td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0013">T0013 Create fake websites<input type="checkbox" id="T0013check" onclick="handleTechniqueClick('T0013')"></td>
@ -111,7 +117,8 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0014">T0014 Create funding campaigns<input type="checkbox" id="T0014check" onclick="handleTechniqueClick('T0014')"></td>
<td bgcolor=white> </td>
<td id="T0014">T0014 Prepare fundraising campaigns<input type="checkbox" id="T0014check" onclick="handleTechniqueClick('T0014')"></td>
<td bgcolor=white> </td>
<td id="T0023">T0023 Distort facts<input type="checkbox" id="T0023check" onclick="handleTechniqueClick('T0023')"></td>
<td id="T0033">T0033 Instagram<input type="checkbox" id="T0033check" onclick="handleTechniqueClick('T0033')"></td>
@ -125,7 +132,8 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0015">T0015 Create hashtag<input type="checkbox" id="T0015check" onclick="handleTechniqueClick('T0015')"></td>
<td bgcolor=white> </td>
<td id="T0015">T0015 Create hashtags<input type="checkbox" id="T0015check" onclick="handleTechniqueClick('T0015')"></td>
<td bgcolor=white> </td>
<td id="T0024">T0024 Create fake videos and images<input type="checkbox" id="T0024check" onclick="handleTechniqueClick('T0024')"></td>
<td id="T0034">T0034 LinkedIn<input type="checkbox" id="T0034check" onclick="handleTechniqueClick('T0034')"></td>
@ -140,6 +148,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0065">T0065 Use physical broadcast capabilities<input type="checkbox" id="T0065check" onclick="handleTechniqueClick('T0065')"></td>
<td bgcolor=white> </td>
<td id="T0025">T0025 Leak altered documents<input type="checkbox" id="T0025check" onclick="handleTechniqueClick('T0025')"></td>
<td id="T0035">T0035 Pinterest<input type="checkbox" id="T0035check" onclick="handleTechniqueClick('T0035')"></td>
@ -155,7 +164,8 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0026">T0026 Create fake research<input type="checkbox" id="T0026check" onclick="handleTechniqueClick('T0026')"></td>
<td bgcolor=white> </td>
<td id="T0026">T0026 Create pseudoscientific or disingenuous research<input type="checkbox" id="T0026check" onclick="handleTechniqueClick('T0026')"></td>
<td id="T0036">T0036 WhatsApp<input type="checkbox" id="T0036check" onclick="handleTechniqueClick('T0036')"></td>
<td id="T0046">T0046 Search Engine Optimization<input type="checkbox" id="T0046check" onclick="handleTechniqueClick('T0046')"></td>
<td id="T0054">T0054 Twitter bots amplify<input type="checkbox" id="T0054check" onclick="handleTechniqueClick('T0054')"></td>
@ -169,6 +179,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0027">T0027 Adapt existing narratives<input type="checkbox" id="T0027check" onclick="handleTechniqueClick('T0027')"></td>
<td id="T0037">T0037 Facebook<input type="checkbox" id="T0037check" onclick="handleTechniqueClick('T0037')"></td>
<td bgcolor=white> </td>
@ -183,6 +194,7 @@ function handleTechniqueClick(box) {
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td bgcolor=white> </td>
<td id="T0028">T0028 Create competing narratives<input type="checkbox" id="T0028check" onclick="handleTechniqueClick('T0028')"></td>
<td id="T0038">T0038 Twitter<input type="checkbox" id="T0038check" onclick="handleTechniqueClick('T0038')"></td>
<td bgcolor=white> </td>
@ -197,7 +209,7 @@ function handleTechniqueClick(box) {
<hr>
<ul>
<li id="T0001text" style="display:none">T0001: 5Ds (dismiss, distort, distract, dismay, divide)</li>
<li id="T0005text" style="display:none">T0005: Center of Gravity Analysis</li>
<li id="T0006text" style="display:none">T0006: Develop Narrative Concepts</li>
<li id="T0007text" style="display:none">T0007: Create fake Social Media Profiles / Pages / Groups</li>
<li id="T0010text" style="display:none">T0010: Cultivate ignorant agents</li>
<li id="T0016text" style="display:none">T0016: Clickbait</li>
@ -209,10 +221,9 @@ function handleTechniqueClick(box) {
<li id="T0058text" style="display:none">T0058: Legacy web content</li>
<li id="T0062text" style="display:none">T0062: Behaviour changes</li>
<li id="T0002text" style="display:none">T0002: Facilitate State Propaganda</li>
<li id="T0006text" style="display:none">T0006: Create Master Narratives</li>
<li id="T0008text" style="display:none">T0008: Create fake or imposter news sites</li>
<li id="T0011text" style="display:none">T0011: Hijack legitimate account</li>
<li id="T0017text" style="display:none">T0017: Promote online funding</li>
<li id="T0011text" style="display:none">T0011: Compromise legitimate account</li>
<li id="T0017text" style="display:none">T0017: Conduct Fundraising Campaigns</li>
<li id="T0020text" style="display:none">T0020: Trial content</li>
<li id="T0030text" style="display:none">T0030: Backstop personas</li>
<li id="T0040text" style="display:none">T0040: Demand unsurmountable proof</li>
@ -223,34 +234,35 @@ function handleTechniqueClick(box) {
<li id="T0003text" style="display:none">T0003: Leverage Existing Narratives</li>
<li id="T0009text" style="display:none">T0009: Create fake experts</li>
<li id="T0012text" style="display:none">T0012: Use concealment</li>
<li id="T0018text" style="display:none">T0018: Paid targeted ads</li>
<li id="T0018text" style="display:none">T0018: Purchase advertisements</li>
<li id="T0021text" style="display:none">T0021: Memes</li>
<li id="T0031text" style="display:none">T0031: YouTube</li>
<li id="T0041text" style="display:none">T0041: Deny involvement</li>
<li id="T0049text" style="display:none">T0049: Flooding</li>
<li id="T0060text" style="display:none">T0060: Continue to amplify</li>
<li id="T0064text" style="display:none">T0064: Social media engagement</li>
<li id="T0004text" style="display:none">T0004: Competing Narratives</li>
<li id="T0004text" style="display:none">T0004: Devise Competing Narratives</li>
<li id="T0013text" style="display:none">T0013: Create fake websites</li>
<li id="T0022text" style="display:none">T0022: Conspiracy narratives</li>
<li id="T0032text" style="display:none">T0032: Reddit</li>
<li id="T0042text" style="display:none">T0042: Kernel of Truth</li>
<li id="T0050text" style="display:none">T0050: Cheerleading domestic social media ops</li>
<li id="T0014text" style="display:none">T0014: Create funding campaigns</li>
<li id="T0014text" style="display:none">T0014: Prepare fundraising campaigns</li>
<li id="T0023text" style="display:none">T0023: Distort facts</li>
<li id="T0033text" style="display:none">T0033: Instagram</li>
<li id="T0043text" style="display:none">T0043: Use SMS/ WhatsApp/ Chat apps</li>
<li id="T0051text" style="display:none">T0051: Fabricate social media comment</li>
<li id="T0015text" style="display:none">T0015: Create hashtag</li>
<li id="T0015text" style="display:none">T0015: Create hashtags</li>
<li id="T0024text" style="display:none">T0024: Create fake videos and images</li>
<li id="T0034text" style="display:none">T0034: LinkedIn</li>
<li id="T0044text" style="display:none">T0044: Seed distortions</li>
<li id="T0052text" style="display:none">T0052: Tertiary sites amplify news</li>
<li id="T0065text" style="display:none">T0065: Use physical broadcast capabilities</li>
<li id="T0025text" style="display:none">T0025: Leak altered documents</li>
<li id="T0035text" style="display:none">T0035: Pinterest</li>
<li id="T0045text" style="display:none">T0045: Use fake experts</li>
<li id="T0053text" style="display:none">T0053: Twitter trolls amplify and manipulate</li>
<li id="T0026text" style="display:none">T0026: Create fake research</li>
<li id="T0026text" style="display:none">T0026: Create pseudoscientific or disingenuous research</li>
<li id="T0036text" style="display:none">T0036: WhatsApp</li>
<li id="T0046text" style="display:none">T0046: Search Engine Optimization</li>
<li id="T0054text" style="display:none">T0054: Twitter bots amplify</li>

View File

@ -1,12 +1,12 @@
P01,P01,P02,P02,P02,P02,P02,P03,P03,P03,P03,P04
TA01,TA02,TA03,TA04,TA05,TA06,TA07,TA08,TA09,TA10,TA11,TA12
T0001,T0005,T0007,T0010,T0016,T0019,T0029,T0039,T0047,T0057,T0058,T0062
T0002,T0006,T0008,T0011,T0017,T0020,T0030,T0040,T0048,T0061,T0059,T0063
T0003,,T0009,T0012,T0018,T0021,T0031,T0041,T0049,,T0060,T0064
T0004,,,T0013,,T0022,T0032,T0042,T0050,,,
,,,T0014,,T0023,T0033,T0043,T0051,,,
,,,T0015,,T0024,T0034,T0044,T0052,,,
,,,,,T0025,T0035,T0045,T0053,,,
,,,,,T0026,T0036,T0046,T0054,,,
,,,,,T0027,T0037,,T0055,,,
,,,,,T0028,T0038,,T0056,,,
P01,P01,P01,P02,P02,P02,P02,P02,P03,P03,P03,P03,P04
TA01,TA02,TA13,TA03,TA04,TA05,TA06,TA07,TA08,TA09,TA10,TA11,TA12
T0001,T0006,,T0007,T0010,T0016,T0019,T0029,T0039,T0047,T0057,T0058,T0062
T0002,,,T0008,T0011,T0017,T0020,T0030,T0040,T0048,T0061,T0059,T0063
T0003,,,T0009,T0012,T0018,T0021,T0031,T0041,T0049,,T0060,T0064
T0004,,,,T0013,,T0022,T0032,T0042,T0050,,,
,,,,T0014,,T0023,T0033,T0043,T0051,,,
,,,,T0015,,T0024,T0034,T0044,T0052,,,
,,,,T0065,,T0025,T0035,T0045,T0053,,,
,,,,,,T0026,T0036,T0046,T0054,,,
,,,,,,T0027,T0037,,T0055,,,
,,,,,,T0028,T0038,,T0056,,,

1 P01 P01 P01 P02 P02 P02 P02 P02 P03 P03 P03 P03 P04
2 TA01 TA02 TA13 TA03 TA04 TA05 TA06 TA07 TA08 TA09 TA10 TA11 TA12
3 T0001 T0005 T0006 T0007 T0010 T0016 T0019 T0029 T0039 T0047 T0057 T0058 T0062
4 T0002 T0006 T0008 T0011 T0017 T0020 T0030 T0040 T0048 T0061 T0059 T0063
5 T0003 T0009 T0012 T0018 T0021 T0031 T0041 T0049 T0060 T0064
6 T0004 T0013 T0022 T0032 T0042 T0050
7 T0014 T0023 T0033 T0043 T0051
8 T0015 T0024 T0034 T0044 T0052
9 T0065 T0025 T0035 T0045 T0053
10 T0026 T0036 T0046 T0054
11 T0027 T0037 T0055
12 T0028 T0038 T0056

View File

@ -25,8 +25,8 @@
| Counters these Techniques |
| ------------------------- |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0043 Use SMS/ WhatsApp/ Chat apps](../generated_pages/techniques/T0043.md) |
| [T0053 Twitter trolls amplify and manipulate](../generated_pages/techniques/T0053.md) |
| [T0054 Twitter bots amplify](../generated_pages/techniques/T0054.md) |

View File

@ -27,15 +27,15 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0051 Fabricate social media comment](../generated_pages/techniques/T0051.md) |
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |

View File

@ -24,8 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0005 Center of Gravity Analysis](../generated_pages/techniques/T0005.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |

View File

@ -29,14 +29,14 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0051 Fabricate social media comment](../generated_pages/techniques/T0051.md) |
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |

View File

@ -40,16 +40,16 @@
| [T0046 Search Engine Optimization](../generated_pages/techniques/T0046.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0043 Use SMS/ WhatsApp/ Chat apps](../generated_pages/techniques/T0043.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |

View File

@ -27,15 +27,15 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0051 Fabricate social media comment](../generated_pages/techniques/T0051.md) |
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |

View File

@ -35,16 +35,16 @@
| [T0043 Use SMS/ WhatsApp/ Chat apps](../generated_pages/techniques/T0043.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0058 Legacy web content](../generated_pages/techniques/T0058.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |

View File

@ -26,7 +26,7 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |

View File

@ -26,7 +26,7 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |

View File

@ -26,7 +26,7 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |

View File

@ -26,7 +26,7 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |

View File

@ -25,7 +25,7 @@
| ------------------------- |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |

View File

@ -26,7 +26,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| ------------------------- |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |

View File

@ -25,7 +25,7 @@
| ------------------------- |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |

View File

@ -23,7 +23,6 @@
| Counters these Techniques |
| ------------------------- |
| [T0005 Center of Gravity Analysis](../generated_pages/techniques/T0005.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |
| [T0012 Use concealment](../generated_pages/techniques/T0012.md) |

View File

@ -23,7 +23,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0019 Generate information pollution](../generated_pages/techniques/T0019.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |

View File

@ -26,7 +26,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |
| [T0030 Backstop personas](../generated_pages/techniques/T0030.md) |

View File

@ -23,7 +23,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0061 Sell merchandising](../generated_pages/techniques/T0061.md) |

View File

@ -23,7 +23,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |

View File

@ -24,7 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |

View File

@ -23,7 +23,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0055 Use hashtag](../generated_pages/techniques/T0055.md) |

View File

@ -23,7 +23,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0061 Sell merchandising](../generated_pages/techniques/T0061.md) |

View File

@ -32,9 +32,9 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| Counters these Techniques |
| ------------------------- |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0046 Search Engine Optimization](../generated_pages/techniques/T0046.md) |
| [T0052 Tertiary sites amplify news](../generated_pages/techniques/T0052.md) |
| [T0055 Use hashtag](../generated_pages/techniques/T0055.md) |

View File

@ -39,7 +39,7 @@
| [T0039 Bait legitimate influencers](../generated_pages/techniques/T0039.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0023 Distort facts](../generated_pages/techniques/T0023.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |

View File

@ -28,7 +28,7 @@
| [T0019 Generate information pollution](../generated_pages/techniques/T0019.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0043 Use SMS/ WhatsApp/ Chat apps](../generated_pages/techniques/T0043.md) |
| [T0050 Cheerleading domestic social media ops](../generated_pages/techniques/T0050.md) |

View File

@ -24,7 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0039 Bait legitimate influencers](../generated_pages/techniques/T0039.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |

View File

@ -24,7 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |

View File

@ -24,12 +24,12 @@
| Counters these Techniques |
| ------------------------- |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0023 Distort facts](../generated_pages/techniques/T0023.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0053 Twitter trolls amplify and manipulate](../generated_pages/techniques/T0053.md) |

View File

@ -25,13 +25,13 @@
| ------------------------- |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0023 Distort facts](../generated_pages/techniques/T0023.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0053 Twitter trolls amplify and manipulate](../generated_pages/techniques/T0053.md) |

View File

@ -25,9 +25,9 @@
| ------------------------- |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0059 Play the long game](../generated_pages/techniques/T0059.md) |

View File

@ -36,12 +36,12 @@ Online archives of content (archives of websites, social media profiles, media,
| [T0049 Flooding](../generated_pages/techniques/T0049.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0061 Sell merchandising](../generated_pages/techniques/T0061.md) |
| [T0060 Continue to amplify](../generated_pages/techniques/T0060.md) |

View File

@ -24,7 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0039 Bait legitimate influencers](../generated_pages/techniques/T0039.md) |
| [T0047 Muzzle social media as a political force](../generated_pages/techniques/T0047.md) |
| [T0048 Cow online opinion leaders](../generated_pages/techniques/T0048.md) |

View File

@ -23,7 +23,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |

View File

@ -25,7 +25,7 @@
| ------------------------- |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0023 Distort facts](../generated_pages/techniques/T0023.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |

View File

@ -25,7 +25,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0038 Twitter](../generated_pages/techniques/T0038.md) |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |

View File

@ -25,7 +25,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |

View File

@ -30,15 +30,15 @@
| [T0057 Organise remote rallies and events](../generated_pages/techniques/T0057.md) |
| [T0055 Use hashtag](../generated_pages/techniques/T0055.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |

View File

@ -28,7 +28,7 @@
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0060 Continue to amplify](../generated_pages/techniques/T0060.md) |

View File

@ -27,7 +27,7 @@
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0060 Continue to amplify](../generated_pages/techniques/T0060.md) |

View File

@ -35,16 +35,16 @@
| [T0049 Flooding](../generated_pages/techniques/T0049.md) |
| [T0044 Seed distortions](../generated_pages/techniques/T0044.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0061 Sell merchandising](../generated_pages/techniques/T0061.md) |
| [T0060 Continue to amplify](../generated_pages/techniques/T0060.md) |

View File

@ -33,7 +33,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |

View File

@ -33,7 +33,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |
| [T0057 Organise remote rallies and events](../generated_pages/techniques/T0057.md) |

View File

@ -25,9 +25,9 @@
| ------------------------- |
| [T0057 Organise remote rallies and events](../generated_pages/techniques/T0057.md) |
| [T0061 Sell merchandising](../generated_pages/techniques/T0061.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |

View File

@ -28,7 +28,7 @@
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |

View File

@ -26,11 +26,11 @@
| ------------------------- |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) |
| [T0049 Flooding](../generated_pages/techniques/T0049.md) |
| [T0052 Tertiary sites amplify news](../generated_pages/techniques/T0052.md) |

View File

@ -24,8 +24,8 @@
| Counters these Techniques |
| ------------------------- |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |

View File

@ -29,7 +29,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |

View File

@ -27,7 +27,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |

View File

@ -28,7 +28,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0039 Bait legitimate influencers](../generated_pages/techniques/T0039.md) |
| [T0052 Tertiary sites amplify news](../generated_pages/techniques/T0052.md) |
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) |

View File

@ -27,7 +27,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |

View File

@ -28,7 +28,7 @@
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0039 Bait legitimate influencers](../generated_pages/techniques/T0039.md) |

View File

@ -39,15 +39,15 @@
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) |
| [T0043 Use SMS/ WhatsApp/ Chat apps](../generated_pages/techniques/T0043.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |

View File

@ -24,8 +24,8 @@
| Counters these Techniques |
| ------------------------- |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0020 Trial content](../generated_pages/techniques/T0020.md) |

View File

@ -24,7 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |
| [T0054 Twitter bots amplify](../generated_pages/techniques/T0054.md) |

View File

@ -25,8 +25,8 @@
| ------------------------- |
| [T0008 Create fake or imposter news sites](../generated_pages/techniques/T0008.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |

View File

@ -25,12 +25,12 @@
| ------------------------- |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0045 Use fake experts](../generated_pages/techniques/T0045.md) |
| [T0046 Search Engine Optimization](../generated_pages/techniques/T0046.md) |
| [T0055 Use hashtag](../generated_pages/techniques/T0055.md) |

View File

@ -27,7 +27,7 @@
| ------------------------- |
| [T0009 Create fake experts](../generated_pages/techniques/T0009.md) |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |

View File

@ -32,8 +32,8 @@ https://internews.org/story/using-comedy-and-social-media-educate-disinformation
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0022 Conspiracy narratives](../generated_pages/techniques/T0022.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0021 Memes](../generated_pages/techniques/T0021.md) |
| [T0020 Trial content](../generated_pages/techniques/T0020.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |

View File

@ -24,11 +24,11 @@
| Counters these Techniques |
| ------------------------- |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0061 Sell merchandising](../generated_pages/techniques/T0061.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |
| [T0057 Organise remote rallies and events](../generated_pages/techniques/T0057.md) |

View File

@ -24,7 +24,7 @@
| Counters these Techniques |
| ------------------------- |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |

View File

@ -5,6 +5,7 @@
<tr style="background-color:blue;color:white;">
<td><a href="tactics/TA01.md">TA01 Strategic Planning</a></td>
<td><a href="tactics/TA02.md">TA02 Objective Planning</a></td>
<td><a href="tactics/TA13.md">TA13 Conduct Center of Gravity Analysis</a></td>
<td><a href="tactics/TA03.md">TA03 Develop People</a></td>
<td><a href="tactics/TA04.md">TA04 Develop Networks</a></td>
<td><a href="tactics/TA05.md">TA05 Microtargeting</a></td>
@ -12,13 +13,14 @@
<td><a href="tactics/TA07.md">TA07 Channel Selection</a></td>
<td><a href="tactics/TA08.md">TA08 Pump Priming</a></td>
<td><a href="tactics/TA09.md">TA09 Exposure</a></td>
<td><a href="tactics/TA10.md">TA10 Go Physical</a></td>
<td><a href="tactics/TA10.md">TA10 Drive Offline Activity</a></td>
<td><a href="tactics/TA11.md">TA11 Persistence</a></td>
<td><a href="tactics/TA12.md">TA12 Measure Effectiveness</a></td>
</tr>
<tr>
<td><a href="counters/C00006.md">C00006 Charge for social media</a></td>
<td><a href="counters/C00009.md">C00009 Educate high profile influencers on best practices</a></td>
<td> </td>
<td><a href="counters/C00034.md">C00034 Create more friction at account creation</a></td>
<td><a href="counters/C00047.md">C00047 Honeypot with coordinated inauthentics</a></td>
<td><a href="counters/C00065.md">C00065 Reduce political targeting</a></td>
@ -33,6 +35,7 @@
<tr>
<td><a href="counters/C00008.md">C00008 Create shared fact-checking database</a></td>
<td><a href="counters/C00011.md">C00011 Media literacy. Games to identify fake news</a></td>
<td> </td>
<td><a href="counters/C00036.md">C00036 Infiltrate the in-group to discredit leaders (divide)</a></td>
<td><a href="counters/C00052.md">C00052 Infiltrate platforms</a></td>
<td><a href="counters/C00066.md">C00066 Co-opt a hashtag and drown it out (hijack it back)</a></td>
@ -47,6 +50,7 @@
<tr>
<td><a href="counters/C00010.md">C00010 Enhanced privacy regulation for social media</a></td>
<td><a href="counters/C00028.md">C00028 Make information provenance available</a></td>
<td> </td>
<td><a href="counters/C00040.md">C00040 third party verification for people</a></td>
<td><a href="counters/C00053.md">C00053 Delete old accounts / Remove unused social media accounts</a></td>
<td><a href="counters/C00130.md">C00130 Mentorship: elders, youth, credit. Learn vicariously.</a></td>
@ -61,6 +65,7 @@
<tr>
<td><a href="counters/C00012.md">C00012 Platform regulation</a></td>
<td><a href="counters/C00029.md">C00029 Create fake website to issue counter narrative and counter narrative through physical merchandise</a></td>
<td> </td>
<td><a href="counters/C00042.md">C00042 Address truth contained in narratives</a></td>
<td><a href="counters/C00056.md">C00056 Encourage people to leave social media</a></td>
<td><a href="counters/C00178.md">C00178 Fill information voids with non-disinformation content</a></td>
@ -75,6 +80,7 @@
<tr>
<td><a href="counters/C00013.md">C00013 Rating framework for news</a></td>
<td><a href="counters/C00030.md">C00030 Develop a compelling counter narrative (truth based)</a></td>
<td> </td>
<td><a href="counters/C00044.md">C00044 Keep people from posting to social media immediately</a></td>
<td><a href="counters/C00059.md">C00059 Verification of project before posting fund requests</a></td>
<td><a href="counters/C00216.md">C00216 Use advertiser controls to stem flow of funds to bad actors</a></td>
@ -89,6 +95,7 @@
<tr>
<td><a href="counters/C00016.md">C00016 Censorship</a></td>
<td><a href="counters/C00031.md">C00031 Dilute the core narrative - create multiple permutations, target / amplify</a></td>
<td> </td>
<td><a href="counters/C00046.md">C00046 Marginalise and discredit extremist groups</a></td>
<td><a href="counters/C00062.md">C00062 Free open library sources worldwide</a></td>
<td> </td>
@ -103,6 +110,7 @@
<tr>
<td><a href="counters/C00017.md">C00017 Repair broken social connections</a></td>
<td><a href="counters/C00060.md">C00060 Legal action against for-profit engagement factories</a></td>
<td> </td>
<td><a href="counters/C00048.md">C00048 Name and Shame Influencers</a></td>
<td><a href="counters/C00135.md">C00135 Deplatform message groups and/or message boards</a></td>
<td> </td>
@ -117,6 +125,7 @@
<tr>
<td><a href="counters/C00019.md">C00019 Reduce effect of division-enablers</a></td>
<td><a href="counters/C00070.md">C00070 Block access to disinformation resources</a></td>
<td> </td>
<td><a href="counters/C00051.md">C00051 Counter social engineering training</a></td>
<td><a href="counters/C00162.md">C00162 Unravel/target the Potemkin villages</a></td>
<td> </td>
@ -131,6 +140,7 @@
<tr>
<td><a href="counters/C00021.md">C00021 Encourage in-person communication</a></td>
<td><a href="counters/C00092.md">C00092 Establish a truth teller reputation score for influencers</a></td>
<td> </td>
<td><a href="counters/C00058.md">C00058 Report crowdfunder as violator</a></td>
<td><a href="counters/C00172.md">C00172 social media source removal</a></td>
<td> </td>
@ -145,6 +155,7 @@
<tr>
<td><a href="counters/C00022.md">C00022 Innoculate. Positive campaign to promote feeling of safety</a></td>
<td><a href="counters/C00144.md">C00144 Buy out troll farm employees / offer them jobs</a></td>
<td> </td>
<td><a href="counters/C00067.md">C00067 Denigrate the recipient/ project (of online funding)</a></td>
<td><a href="counters/C00203.md">C00203 Stop offering press credentials to propaganda outlets</a></td>
<td> </td>
@ -159,6 +170,7 @@
<tr>
<td><a href="counters/C00024.md">C00024 Promote healthy narratives</a></td>
<td><a href="counters/C00156.md">C00156 Better tell your country or organization story</a></td>
<td> </td>
<td><a href="counters/C00077.md">C00077 Active defence: run TA03 "develop people” - not recommended</a></td>
<td> </td>
<td> </td>
@ -173,6 +185,7 @@
<tr>
<td><a href="counters/C00026.md">C00026 Shore up democracy based messages</a></td>
<td><a href="counters/C00164.md">C00164 compatriot policy</a></td>
<td> </td>
<td><a href="counters/C00093.md">C00093 Influencer code of conduct</a></td>
<td> </td>
<td> </td>
@ -187,6 +200,7 @@
<tr>
<td><a href="counters/C00027.md">C00027 Create culture of civility</a></td>
<td><a href="counters/C00169.md">C00169 develop a creative content hub</a></td>
<td> </td>
<td><a href="counters/C00133.md">C00133 Deplatform Account*</a></td>
<td> </td>
<td> </td>
@ -201,6 +215,7 @@
<tr>
<td><a href="counters/C00073.md">C00073 Inoculate populations through media literacy training</a></td>
<td><a href="counters/C00207.md">C00207 Run a competing disinformation campaign - not recommended</a></td>
<td> </td>
<td><a href="counters/C00155.md">C00155 Ban incident actors from funding sites</a></td>
<td> </td>
<td> </td>
@ -215,6 +230,7 @@
<tr>
<td><a href="counters/C00096.md">C00096 Strengthen institutions that are always truth tellers</a></td>
<td><a href="counters/C00222.md">C00222 Tabletop simulations</a></td>
<td> </td>
<td><a href="counters/C00160.md">C00160 find and train influencers</a></td>
<td> </td>
<td> </td>
@ -229,6 +245,7 @@
<tr>
<td><a href="counters/C00111.md">C00111 Reduce polarisation by connecting and presenting sympathetic renditions of opposite views</a></td>
<td> </td>
<td> </td>
<td><a href="counters/C00189.md">C00189 Ensure that platforms are taking down flagged accounts</a></td>
<td> </td>
<td> </td>
@ -243,6 +260,7 @@
<tr>
<td><a href="counters/C00153.md">C00153 Take pre-emptive action against actors' infrastructure</a></td>
<td> </td>
<td> </td>
<td><a href="counters/C00197.md">C00197 remove suspicious accounts</a></td>
<td> </td>
<td> </td>
@ -260,6 +278,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="counters/C00106.md">C00106 Click-bait centrist content</a></td>
<td> </td>
<td> </td>
@ -274,6 +293,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="counters/C00107.md">C00107 Content moderation</a></td>
<td> </td>
<td> </td>
@ -288,6 +308,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="counters/C00142.md">C00142 Platform adds warning label and decision point when sharing content</a></td>
<td> </td>
<td> </td>
@ -302,6 +323,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="counters/C00165.md">C00165 Ensure integrity of official documents</a></td>
<td> </td>
<td> </td>
@ -316,6 +338,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="counters/C00202.md">C00202 Set data 'honeytraps'</a></td>
<td> </td>
<td> </td>
@ -330,6 +353,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="counters/C00219.md">C00219 Add metadata to content thats out of the control of disinformation creators</a></td>
<td> </td>
<td> </td>
@ -351,6 +375,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><a href="counters/C00212.md">C00212 build public resilience by making civil society more vibrant</a></td>
@ -365,6 +390,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><a href="counters/C00220.md">C00220 Develop a monitoring and intelligence plan</a></td>
@ -379,6 +405,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><a href="counters/C00221.md">C00221 Run a disinformation red team, and design mitigation factors</a></td>
@ -393,6 +420,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><a href="counters/C00223.md">C00223 Strengthen Trust in social media platforms</a></td>
@ -407,6 +435,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
</tr>

View File

@ -5,6 +5,7 @@
<tr style="background-color:blue;color:white;">
<td><a href="tactics/TA01.md">TA01 Strategic Planning</a></td>
<td><a href="tactics/TA02.md">TA02 Objective Planning</a></td>
<td><a href="tactics/TA13.md">TA13 Conduct Center of Gravity Analysis</a></td>
<td><a href="tactics/TA03.md">TA03 Develop People</a></td>
<td><a href="tactics/TA04.md">TA04 Develop Networks</a></td>
<td><a href="tactics/TA05.md">TA05 Microtargeting</a></td>
@ -12,13 +13,14 @@
<td><a href="tactics/TA07.md">TA07 Channel Selection</a></td>
<td><a href="tactics/TA08.md">TA08 Pump Priming</a></td>
<td><a href="tactics/TA09.md">TA09 Exposure</a></td>
<td><a href="tactics/TA10.md">TA10 Go Physical</a></td>
<td><a href="tactics/TA10.md">TA10 Drive Offline Activity</a></td>
<td><a href="tactics/TA11.md">TA11 Persistence</a></td>
<td><a href="tactics/TA12.md">TA12 Measure Effectiveness</a></td>
</tr>
<tr>
<td><a href="techniques/T0001.md">T0001 5Ds (dismiss, distort, distract, dismay, divide)</a></td>
<td><a href="techniques/T0005.md">T0005 Center of Gravity Analysis</a></td>
<td><a href="techniques/T0006.md">T0006 Develop Narrative Concepts</a></td>
<td> </td>
<td><a href="techniques/T0007.md">T0007 Create fake Social Media Profiles / Pages / Groups</a></td>
<td><a href="techniques/T0010.md">T0010 Cultivate ignorant agents</a></td>
<td><a href="techniques/T0016.md">T0016 Clickbait</a></td>
@ -32,10 +34,11 @@
</tr>
<tr>
<td><a href="techniques/T0002.md">T0002 Facilitate State Propaganda</a></td>
<td><a href="techniques/T0006.md">T0006 Create Master Narratives</a></td>
<td> </td>
<td> </td>
<td><a href="techniques/T0008.md">T0008 Create fake or imposter news sites</a></td>
<td><a href="techniques/T0011.md">T0011 Hijack legitimate account</a></td>
<td><a href="techniques/T0017.md">T0017 Promote online funding</a></td>
<td><a href="techniques/T0011.md">T0011 Compromise legitimate account</a></td>
<td><a href="techniques/T0017.md">T0017 Conduct Fundraising Campaigns</a></td>
<td><a href="techniques/T0020.md">T0020 Trial content</a></td>
<td><a href="techniques/T0030.md">T0030 Backstop personas</a></td>
<td><a href="techniques/T0040.md">T0040 Demand unsurmountable proof</a></td>
@ -47,9 +50,10 @@
<tr>
<td><a href="techniques/T0003.md">T0003 Leverage Existing Narratives</a></td>
<td> </td>
<td> </td>
<td><a href="techniques/T0009.md">T0009 Create fake experts</a></td>
<td><a href="techniques/T0012.md">T0012 Use concealment</a></td>
<td><a href="techniques/T0018.md">T0018 Paid targeted ads</a></td>
<td><a href="techniques/T0018.md">T0018 Purchase advertisements</a></td>
<td><a href="techniques/T0021.md">T0021 Memes</a></td>
<td><a href="techniques/T0031.md">T0031 YouTube</a></td>
<td><a href="techniques/T0041.md">T0041 Deny involvement</a></td>
@ -59,7 +63,8 @@
<td><a href="techniques/T0064.md">T0064 Social media engagement</a></td>
</tr>
<tr>
<td><a href="techniques/T0004.md">T0004 Competing Narratives</a></td>
<td><a href="techniques/T0004.md">T0004 Devise Competing Narratives</a></td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0013.md">T0013 Create fake websites</a></td>
@ -76,7 +81,8 @@
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0014.md">T0014 Create funding campaigns</a></td>
<td> </td>
<td><a href="techniques/T0014.md">T0014 Prepare fundraising campaigns</a></td>
<td> </td>
<td><a href="techniques/T0023.md">T0023 Distort facts</a></td>
<td><a href="techniques/T0033.md">T0033 Instagram</a></td>
@ -90,7 +96,8 @@
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0015.md">T0015 Create hashtag</a></td>
<td> </td>
<td><a href="techniques/T0015.md">T0015 Create hashtags</a></td>
<td> </td>
<td><a href="techniques/T0024.md">T0024 Create fake videos and images</a></td>
<td><a href="techniques/T0034.md">T0034 LinkedIn</a></td>
@ -105,6 +112,7 @@
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0065.md">T0065 Use physical broadcast capabilities</a></td>
<td> </td>
<td><a href="techniques/T0025.md">T0025 Leak altered documents</a></td>
<td><a href="techniques/T0035.md">T0035 Pinterest</a></td>
@ -120,7 +128,8 @@
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0026.md">T0026 Create fake research</a></td>
<td> </td>
<td><a href="techniques/T0026.md">T0026 Create pseudoscientific or disingenuous research</a></td>
<td><a href="techniques/T0036.md">T0036 WhatsApp</a></td>
<td><a href="techniques/T0046.md">T0046 Search Engine Optimization</a></td>
<td><a href="techniques/T0054.md">T0054 Twitter bots amplify</a></td>
@ -134,6 +143,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0027.md">T0027 Adapt existing narratives</a></td>
<td><a href="techniques/T0037.md">T0037 Facebook</a></td>
<td> </td>
@ -148,6 +158,7 @@
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><a href="techniques/T0028.md">T0028 Create competing narratives</a></td>
<td><a href="techniques/T0038.md">T0038 Twitter</a></td>
<td> </td>

View File

@ -15,8 +15,8 @@
| Technique | Description given for this incident |
| --------- | ------------------------- |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) | IT00000002 Promote "funding" campaign |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) | IT00000001 buy FB targeted ads |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) | IT00000002 Promote "funding" campaign |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) | IT00000001 buy FB targeted ads |
| [T0019 Generate information pollution](../generated_pages/techniques/T0019.md) | IT00000003 create web-site - information pollution |
| [T0046 Search Engine Optimization](../generated_pages/techniques/T0046.md) | IT00000005 SEO optimisation/manipulation ("key words") |
| [T0056 Dedicated channels disseminate information pollution](../generated_pages/techniques/T0056.md) | IT00000004 create web-site - information pollution |

View File

@ -26,7 +26,7 @@ The report adds that although officially the Russian government asserted its neu
| --------- | ------------------------- |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) | IT00000011 Fake FB groups + dark content |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) | IT00000016 cultivate, manipulate, exploit useful idiots |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) | IT00000010 Targeted FB paid ads |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) | IT00000010 Targeted FB paid ads |
| [T0019 Generate information pollution](../generated_pages/techniques/T0019.md) | IT00000014 RT & Sputnik generate information pollution |
| [T0021 Memes](../generated_pages/techniques/T0021.md) | IT00000023 Memes... anti-immigration; euroskepticism; fear, outrage, conspiracy narratives |
| [T0029 Manipulate online polls](../generated_pages/techniques/T0029.md) | IT00000013 manipulate social media "online polls"? |

View File

@ -16,7 +16,7 @@
| Technique | Description given for this incident |
| --------- | ------------------------- |
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) | IT00000029 Fake twitter profiles to amplify |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) | IT00000027 Create and use hashtag |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) | IT00000027 Create and use hashtag |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) | IT00000026 Fake video/images |
| [T0039 Bait legitimate influencers](../generated_pages/techniques/T0039.md) | IT00000030 bait journalists/media/politicians |
| [T0043 Use SMS/ WhatsApp/ Chat apps](../generated_pages/techniques/T0043.md) | IT00000025 Use SMS/text messages |

View File

@ -18,7 +18,7 @@
| [T0007 Create fake Social Media Profiles / Pages / Groups](../generated_pages/techniques/T0007.md) | IT00000058 Fake FB groups + dark content |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) | IT00000063 cultivate, manipulate, exploit useful idiots |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) | IT00000073 Click-bait (economic actors) fake news sites (ie: Denver Guardian; Macedonian teens) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) | IT00000057 Targeted FB paid ads |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) | IT00000057 Targeted FB paid ads |
| [T0019 Generate information pollution](../generated_pages/techniques/T0019.md) | IT00000061 RT & Sputnik generate information pollution |
| [T0020 Trial content](../generated_pages/techniques/T0020.md) | IT00000070 4Chan/8Chan - trial content |
| [T0021 Memes](../generated_pages/techniques/T0021.md) | IT00000072 Memes... anti-immigration; euroskepticism; fear, outrage, conspiracy narratives |

View File

@ -15,7 +15,7 @@
| Technique | Description given for this incident |
| --------- | ------------------------- |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) | IT00000114 “hack” of Qatars official news agency |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) | IT00000114 “hack” of Qatars official news agency |
| [T0021 Memes](../generated_pages/techniques/T0021.md) | IT00000117 memes |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) | IT00000116 photoshopped/fake images |
| [T0054 Twitter bots amplify](../generated_pages/techniques/T0054.md) | IT00000115 Twitter bots amplify & manipulate |

View File

@ -20,7 +20,7 @@
| [T0001 5Ds (dismiss, distort, distract, dismay, divide)](../generated_pages/techniques/T0001.md) |
| [T0002 Facilitate State Propaganda](../generated_pages/techniques/T0002.md) |
| [T0003 Leverage Existing Narratives](../generated_pages/techniques/T0003.md) |
| [T0004 Competing Narratives](../generated_pages/techniques/T0004.md) |
| [T0004 Devise Competing Narratives](../generated_pages/techniques/T0004.md) |

View File

@ -24,8 +24,7 @@
| Techniques |
| ---------- |
| [T0005 Center of Gravity Analysis](../generated_pages/techniques/T0005.md) |
| [T0006 Create Master Narratives](../generated_pages/techniques/T0006.md) |
| [T0006 Develop Narrative Concepts](../generated_pages/techniques/T0006.md) |

View File

@ -18,11 +18,12 @@
| Techniques |
| ---------- |
| [T0010 Cultivate ignorant agents](../generated_pages/techniques/T0010.md) |
| [T0011 Hijack legitimate account](../generated_pages/techniques/T0011.md) |
| [T0011 Compromise legitimate account](../generated_pages/techniques/T0011.md) |
| [T0012 Use concealment](../generated_pages/techniques/T0012.md) |
| [T0013 Create fake websites](../generated_pages/techniques/T0013.md) |
| [T0014 Create funding campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtag](../generated_pages/techniques/T0015.md) |
| [T0014 Prepare fundraising campaigns](../generated_pages/techniques/T0014.md) |
| [T0015 Create hashtags](../generated_pages/techniques/T0015.md) |
| [T0065 Use physical broadcast capabilities](../generated_pages/techniques/T0065.md) |

View File

@ -15,8 +15,8 @@
| Techniques |
| ---------- |
| [T0016 Clickbait](../generated_pages/techniques/T0016.md) |
| [T0017 Promote online funding](../generated_pages/techniques/T0017.md) |
| [T0018 Paid targeted ads](../generated_pages/techniques/T0018.md) |
| [T0017 Conduct Fundraising Campaigns](../generated_pages/techniques/T0017.md) |
| [T0018 Purchase advertisements](../generated_pages/techniques/T0018.md) |

View File

@ -23,7 +23,7 @@
| [T0023 Distort facts](../generated_pages/techniques/T0023.md) |
| [T0024 Create fake videos and images](../generated_pages/techniques/T0024.md) |
| [T0025 Leak altered documents](../generated_pages/techniques/T0025.md) |
| [T0026 Create fake research](../generated_pages/techniques/T0026.md) |
| [T0026 Create pseudoscientific or disingenuous research](../generated_pages/techniques/T0026.md) |
| [T0027 Adapt existing narratives](../generated_pages/techniques/T0027.md) |
| [T0028 Create competing narratives](../generated_pages/techniques/T0028.md) |

View File

@ -1,6 +1,6 @@
# Tactic TA08: Pump Priming
* **Summary:** Release content on a targetted small scale, prior to general release, including releasing seed narratives
* **Summary:** Release content on a targetted small scale, prior to general release, including releasing seed. Used for preparation before broader release, and as message honing. Used for preparation before broader release, and as message honing.
* **Belongs to phase:** P03

View File

@ -1,4 +1,4 @@
# Tactic TA10: Go Physical
# Tactic TA10: Drive Offline Activity
* **Summary:** Move incident into offline world

View File

@ -0,0 +1,23 @@
# Tactic TA13: Conduct Center of Gravity Analysis
* **Summary:** Recon/research to identify "the source of power that provides moral or physical strength, freedom of action, or will to act." Thus, the center of gravity is usually seen as the "source of strength". Includes demographic and network analysis of communities
* **Belongs to phase:** P01
| Tasks |
| ----- |
| Techniques |
| ---------- |
| Counters | Response types |
| -------- | -------------- |
DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW

View File

@ -24,6 +24,12 @@
<td>P01</td>
</tr>
<tr>
<td><a href="tactics/TA13.md">TA13</a></td>
<td>Conduct Center of Gravity Analysis</td>
<td>Recon/research to identify "the source of power that provides moral or physical strength, freedom of action, or will to act." Thus, the center of gravity is usually seen as the "source of strength". Includes demographic and network analysis of communities</td>
<td>P01</td>
</tr>
<tr>
<td><a href="tactics/TA03.md">TA03</a></td>
<td>Develop People</td>
<td>Develop online and offline users and agents, including automated personas</td>
@ -56,7 +62,7 @@
<tr>
<td><a href="tactics/TA08.md">TA08</a></td>
<td>Pump Priming</td>
<td>Release content on a targetted small scale, prior to general release, including releasing seed narratives</td>
<td>Release content on a targetted small scale, prior to general release, including releasing seed. Used for preparation before broader release, and as message honing. Used for preparation before broader release, and as message honing. </td>
<td>P03</td>
</tr>
<tr>
@ -67,7 +73,7 @@
</tr>
<tr>
<td><a href="tactics/TA10.md">TA10</a></td>
<td>Go Physical</td>
<td>Drive Offline Activity</td>
<td>Move incident into offline world</td>
<td>P03</td>
</tr>

View File

@ -1,4 +1,4 @@
# Technique T0004: Competing Narratives
# Technique T0004: Devise Competing Narratives
* **Summary**: Advance competing narratives connected to same issue ie: on one hand deny incident while at same time expresses dismiss.

View File

@ -1,4 +1,4 @@
# Technique T0006: Create Master Narratives
# Technique T0006: Develop Narrative Concepts
* **Summary**: The promotion of beneficial master narratives is perhaps the most effective method for achieving long-term strategic narrative dominance. From a "whole of society" perspective the promotion of the society's core master narratives should occupy a central strategic role. From a misinformation campaign / cognitive security perpectve the tactics around master narratives center more precisely on the day-to-day promotion and reinforcement of this messaging. In other words, beneficial, high-coverage master narratives are a central strategic goal and their promotion consitutes an ongoing tactical struggle carried out at a whole-of-society level. Tactically, their promotion covers a broad spectrum of activities both on- and offline.

View File

@ -1,4 +1,4 @@
# Technique T0011: Hijack legitimate account
# Technique T0011: Compromise legitimate account
* **Summary**: Hack or take over legimate accounts to distribute misinformation or damaging content.

View File

@ -1,6 +1,6 @@
# Technique T0014: Create funding campaigns
# Technique T0014: Prepare fundraising campaigns
* **Summary**: Generate revenue through online funding campaigns. e.g. Gather data, advance credible persona via Gofundme; Patreon; or via fake website connecting via PayPal or Stripe.
* **Summary**: Generate revenue through new or existing funding campaigns. e.g. Gather data, advance credible persona via Gofundme; Patreon; or via fake website connecting via PayPal or Stripe.
* **Belongs to tactic stage**: TA04

View File

@ -1,12 +1,6 @@
# Technique T0015: Create hashtag
# Technique T0015: Create hashtags
* **Summary**: Many incident-based campaigns will create a hashtag to promote their fabricated event.
Creating a hashtag for an incident can have two important effects:
1. Create a perception of reality around an event. Certainly only "real" events would be discussed in a hashtag. After all, the event has a name!
2. Publicize the story more widely through trending lists and search behavior
Asset needed to direct/control/manage "conversation" connected to launching new incident/campaign with new hashtag for applicable social media sites ie: Twitter, LinkedIn)
* **Summary**: Create one or more hashtags and/or hashtag groups. Many incident-based campaigns will create hashtags to promote their fabricated event. Creating a hashtag for an incident can have two important effects: 1. Create a perception of reality around an event. Certainly only "real" events would be discussed in a hashtag. After all, the event has a name!, and 2. Publicize the story more widely through trending lists and search behavior. Asset needed to direct/control/manage "conversation" connected to launching new incident/campaign with new hashtag for applicable social media sites).
* **Belongs to tactic stage**: TA04

View File

@ -1,4 +1,4 @@
# Technique T0017: Promote online funding
# Technique T0017: Conduct Fundraising Campaigns
* **Summary**: Drive traffic/engagement to funding campaign sites; helps provide measurable metrics to assess conversion rates

View File

@ -1,4 +1,4 @@
# Technique T0018: Paid targeted ads
# Technique T0018: Purchase advertisements
* **Summary**: Create or fund advertisements targeted at specific populations

View File

@ -1,4 +1,4 @@
# Technique T0026: Create fake research
# Technique T0026: Create pseudoscientific or disingenuous research
* **Summary**: Create fake academic research. Example: fake social science research is often aimed at hot-button social issues such as gender, race and sexuality. Fake science research can target Climate Science debate or pseudoscience like anti-vaxx

View File

@ -0,0 +1,17 @@
# Technique T0065: Use physical broadcast capabilities
* **Summary**: Create or coopt broadcast capabilities (e.g. TV, radio etc).
* **Belongs to tactic stage**: TA04
| Incident | Descriptions given for this incident |
| -------- | -------------------- |
| Counters | Response types |
| -------- | -------------- |
DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW

View File

@ -27,7 +27,7 @@
</tr>
<tr>
<td><a href="techniques/T0004.md">T0004</a></td>
<td>Competing Narratives</td>
<td>Devise Competing Narratives</td>
<td>Advance competing narratives connected to same issue ie: on one hand deny incident while at same time expresses dismiss.
Suppressing or discouraging narratives already spreading requires an alternative. The most simple set of narrative techniques in response would be the construction and promotion of contradictory alternatives centered on denial, deflection, dismissal, counter-charges, excessive standards of proof, bias in prohibition or enforcement, and so on.
@ -36,14 +36,8 @@ These competing narratives allow loyalists cover, but are less compelling to opp
<td>TA01</td>
</tr>
<tr>
<td><a href="techniques/T0005.md">T0005</a></td>
<td>Center of Gravity Analysis</td>
<td>Recon/research to identify "the source of power that provides moral or physical strength, freedom of action, or will to act." Thus, the center of gravity is usually seen as the "source of strength". Includes demographic and network analysis of communities</td>
<td>TA02</td>
</tr>
<tr>
<td><a href="techniques/T0006.md">T0006</a></td>
<td>Create Master Narratives</td>
<td>Develop Narrative Concepts</td>
<td>The promotion of beneficial master narratives is perhaps the most effective method for achieving long-term strategic narrative dominance. From a "whole of society" perspective the promotion of the society's core master narratives should occupy a central strategic role. From a misinformation campaign / cognitive security perpectve the tactics around master narratives center more precisely on the day-to-day promotion and reinforcement of this messaging. In other words, beneficial, high-coverage master narratives are a central strategic goal and their promotion consitutes an ongoing tactical struggle carried out at a whole-of-society level. Tactically, their promotion covers a broad spectrum of activities both on- and offline.</td>
<td>TA02</td>
</tr>
@ -76,7 +70,7 @@ Computational propaganda depends substantially on false perceptions of credibili
</tr>
<tr>
<td><a href="techniques/T0011.md">T0011</a></td>
<td>Hijack legitimate account</td>
<td>Compromise legitimate account</td>
<td>Hack or take over legimate accounts to distribute misinformation or damaging content. </td>
<td>TA04</td>
</tr>
@ -94,20 +88,14 @@ Computational propaganda depends substantially on false perceptions of credibili
</tr>
<tr>
<td><a href="techniques/T0014.md">T0014</a></td>
<td>Create funding campaigns</td>
<td>Generate revenue through online funding campaigns. e.g. Gather data, advance credible persona via Gofundme; Patreon; or via fake website connecting via PayPal or Stripe.</td>
<td>Prepare fundraising campaigns</td>
<td>Generate revenue through new or existing funding campaigns. e.g. Gather data, advance credible persona via Gofundme; Patreon; or via fake website connecting via PayPal or Stripe.</td>
<td>TA04</td>
</tr>
<tr>
<td><a href="techniques/T0015.md">T0015</a></td>
<td>Create hashtag</td>
<td>Many incident-based campaigns will create a hashtag to promote their fabricated event.
Creating a hashtag for an incident can have two important effects:
1. Create a perception of reality around an event. Certainly only "real" events would be discussed in a hashtag. After all, the event has a name!
2. Publicize the story more widely through trending lists and search behavior
Asset needed to direct/control/manage "conversation" connected to launching new incident/campaign with new hashtag for applicable social media sites ie: Twitter, LinkedIn)</td>
<td>Create hashtags</td>
<td>Create one or more hashtags and/or hashtag groups. Many incident-based campaigns will create hashtags to promote their fabricated event. Creating a hashtag for an incident can have two important effects: 1. Create a perception of reality around an event. Certainly only "real" events would be discussed in a hashtag. After all, the event has a name!, and 2. Publicize the story more widely through trending lists and search behavior. Asset needed to direct/control/manage "conversation" connected to launching new incident/campaign with new hashtag for applicable social media sites). </td>
<td>TA04</td>
</tr>
<tr>
@ -118,13 +106,13 @@ Asset needed to direct/control/manage "conversation" connected to launching new
</tr>
<tr>
<td><a href="techniques/T0017.md">T0017</a></td>
<td>Promote online funding</td>
<td>Conduct Fundraising Campaigns</td>
<td>Drive traffic/engagement to funding campaign sites; helps provide measurable metrics to assess conversion rates</td>
<td>TA05</td>
</tr>
<tr>
<td><a href="techniques/T0018.md">T0018</a></td>
<td>Paid targeted ads</td>
<td>Purchase advertisements</td>
<td>Create or fund advertisements targeted at specific populations</td>
<td>TA05</td>
</tr>
@ -172,7 +160,7 @@ Asset needed to direct/control/manage "conversation" connected to launching new
</tr>
<tr>
<td><a href="techniques/T0026.md">T0026</a></td>
<td>Create fake research</td>
<td>Create pseudoscientific or disingenuous research</td>
<td>Create fake academic research. Example: fake social science research is often aimed at hot-button social issues such as gender, race and sexuality. Fake science research can target Climate Science debate or pseudoscience like anti-vaxx</td>
<td>TA06</td>
</tr>
@ -416,4 +404,10 @@ When messaging makes use of factual reporting to promote these adjustments in th
<td>Monitor and evaluate social media engagement in misinformation incidents. </td>
<td>TA12</td>
</tr>
<tr>
<td><a href="techniques/T0065.md">T0065</a></td>
<td>Use physical broadcast capabilities</td>
<td>Create or coopt broadcast capabilities (e.g. TV, radio etc). </td>
<td>TA04</td>
</tr>
</table>