diff --git a/AMITT_MASTER_DATA/AMITT_TTPs_MASTER.xlsx b/AMITT_MASTER_DATA/AMITT_TTPs_MASTER.xlsx
index 0423f79..f03d451 100644
Binary files a/AMITT_MASTER_DATA/AMITT_TTPs_MASTER.xlsx and b/AMITT_MASTER_DATA/AMITT_TTPs_MASTER.xlsx differ
diff --git a/HTML_GENERATING_CODE/.ipynb_checkpoints/AMITT_code_testbed-checkpoint.ipynb b/HTML_GENERATING_CODE/.ipynb_checkpoints/AMITT_code_testbed-checkpoint.ipynb
new file mode 100644
index 0000000..44d87b8
--- /dev/null
+++ b/HTML_GENERATING_CODE/.ipynb_checkpoints/AMITT_code_testbed-checkpoint.ipynb
@@ -0,0 +1,1019 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Test area for AMITT code"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "dict_keys(['df_phases', 'df_techniques', 'df_tasks', 'df_incidents', 'df_counters', 'df_detections', 'df_actortypes', 'df_resources', 'df_responsetypes', 'df_metatechniques', 'it', 'df_tactics', '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'])\n"
+ ]
+ },
+ {
+ "data": {
+ "text/plain": [
+ "{'TA01': 'Strategic Planning',\n",
+ " 'TA02': 'Objective Planning',\n",
+ " 'TA03': 'Develop People',\n",
+ " 'TA04': 'Develop Networks',\n",
+ " 'TA05': 'Microtargeting',\n",
+ " 'TA06': 'Develop Content',\n",
+ " 'TA07': 'Channel Selection',\n",
+ " 'TA08': 'Pump Priming',\n",
+ " 'TA09': 'Exposure',\n",
+ " 'TA10': 'Go Physical',\n",
+ " 'TA11': 'Persistence',\n",
+ " 'TA12': 'Measure Effectiveness'}"
+ ]
+ },
+ "execution_count": 1,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "import pandas as pd\n",
+ "import sqlite3 as sql\n",
+ "from generate_amitt_ttps import Amitt\n",
+ "\n",
+ "\n",
+ "# Generate AMITT datasets\n",
+ "amitt = Amitt()\n",
+ "\n",
+ "# Check which amitt variables we can see from here\n",
+ "print('{}'.format(vars(amitt).keys()))\n",
+ "vars(amitt)['tactics']"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 45,
+ "metadata": {
+ "scrolled": true
+ },
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
-| id |
+amitt_id |
name |
summary |
metatechnique |
@@ -20,7 +20,7 @@
| C00006 |
Censorship |
-Alter and/or block the publication/dissemination of adversary controlled information |
+Alter and/or block the publication/dissemination of information controlled by disinformation creators. Not recommended. |
M005 - removal |
TA01 Strategic Planning |
D2 Deny |
@@ -28,7 +28,7 @@
| C00008 |
Create shared fact-checking database |
-Snopes is best-known example |
+Share fact-checking resources - tips, responses, countermessages, across respose groups. Snopes is best-known example of fact-checking sites. |
M006 - scoring |
TA01 Strategic Planning |
D4 Degrade |
@@ -36,7 +36,7 @@
| C00009 |
Educate high profile influencers on best practices |
- |
+Find online influencers. Provide training in the mechanisms of disinformation, how to spot campaigns, and/or how to contribute to responses by countermessaging, boosting information sites etc. |
M001 - resilience |
TA02 Objective Planning |
D2 Deny |
@@ -44,7 +44,7 @@
| C00010 |
Enhanced privacy regulation for social media |
-Privacy standards |
+Implement stronger privacy standards, to reduce the ability to microtarget community members. |
M004 - friction |
TA01 Strategic Planning |
D2 Deny |
@@ -52,7 +52,7 @@
| C00011 |
Media literacy. Games to identify fake news |
- |
+Create and use games to show people the mechanics of disinformation, and how to counter them. |
M001 - resilience |
TA02 Objective Planning |
D2 Deny |
@@ -76,7 +76,7 @@
| C00014 |
Real-time updates to fact-checking database |
-existing examples at Buzzfeed and Fema, especially during disasters |
+Update fact-checking databases and resources in real time. Especially import for time-limited events like natural disasters. Existing examples at Buzzfeed and Fema. |
M006 - scoring |
TA06 Develop Content |
D4 Degrade |
@@ -84,7 +84,7 @@
| C00017 |
Repair broken social connections |
-For example, use a media campaign to promote in-group to out-group in person communication / activities . Technique could be in terms of forcing a reality-check by talking to people instead of reading about bogeymen. |
+Technique could be in terms of forcing a reality-check by talking to people instead of reading about bogeymen. |
M010 - countermessaging |
TA01 Strategic Planning |
D3 Disrupt |
@@ -100,7 +100,7 @@
| C00021 |
Encourage in-person communication |
- |
+Encourage offline communication |
M001 - resilience |
TA01 Strategic Planning |
D4 Degrade |
@@ -150,7 +150,7 @@ This could be used to adjust upvote weight via a trust factor of people and orga
| C00029 |
Create fake website to issue counter narrative and counter narrative through physical merchandise |
- |
+Create websites in disinformation voids - spaces where people are looking for known disinformation. |
M002 - diversion |
TA02 Objective Planning |
D3 Disrupt |
@@ -207,7 +207,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00042 |
Address truth contained in narratives |
- |
+Focus on and boost truths in misinformation narratives, removing misinformation from them. |
M010 - countermessaging |
TA03 Develop People |
D3 Disrupt |
@@ -215,7 +215,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00044 |
Keep people from posting to social media immediately |
-My interpretation is that this is method would be used to slow down activities or force a small delay between posts or replies to new posts. |
+Use this to slow down activities or force a small delay between posts or replies to new posts. |
M004 - friction |
TA03 Develop People |
D3 Disrupt |
@@ -223,7 +223,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00046 |
Marginalise and discredit extremist groups |
- |
+Reduce the credibility of extremist groups posting misinformation. |
M013 - targeting |
TA03 Develop People |
D4 Degrade |
@@ -231,7 +231,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00047 |
Coordinated inauthentics |
- |
+Flood disinformation spaces with obviously fake content, to dilute core misinformation narratives in them. |
M008 - data pollution |
TA04 Develop Networks |
D5 Deceive |
@@ -263,7 +263,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00053 |
Delete old accounts / Remove unused social media accounts |
- |
+remove or remove access to (e.g. stop the ability to update) old social media accounts, to reduce the pool of accounts available for takeover, botnets etc. |
M012 - cleaning |
TA04 Develop Networks |
D4 Degrade |
@@ -271,7 +271,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00056 |
Get off social media |
-We don't expect this to work |
+Encourage people to leave spcial media. We don't expect this to work |
M004 - friction |
TA04 Develop Networks |
D2 Deny |
@@ -287,7 +287,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00059 |
Verification of project before posting (counters funding campaigns) |
- |
+third-party verification of projects posting funding campaigns before those campaigns can be posted. |
M011 - verification |
TA04 Develop Networks |
D2 Deny |
@@ -295,7 +295,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00060 |
Legal action against for-profit engagement factories |
- |
+Take legal action against for-profit "factories" creating misinformation. |
M013 - targeting |
TA02 Objective Planning |
D3 Disrupt |
@@ -319,7 +319,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00066 |
Co-opt a hashtag and drown it out (hijack it back) |
- |
+Flood a disinformation-related hashtag with other content. Examples include kPop stans flooding extremist hashtags with pop videos and images. |
M009 - dilution |
TA05 Microtargeting |
D3 Disrupt |
@@ -327,7 +327,7 @@ https://www.isdglobal.org/wp-content/uploads/2016/06/Counter-narrative-Handbook_
| C00067 |
Denigrate the recipient/ project (of online funding) |
- |
+Reduce the credibility of groups behind misinformation-linked funding campaigns. |
M013 - targeting |
TA03 Develop People |
D3 Disrupt |
@@ -351,7 +351,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00071 |
Block source of pollution |
- |
+Block websites, accounts, groups etc connected to misinformation and other information pollution. |
M005 - removal |
TA06 Develop Content |
D2 Deny |
@@ -359,7 +359,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00072 |
Remove non-relevant content from special interest groups – not recommended |
- |
+Check special-interest groups (e.g. medical, knitting) for unrelated and misinformation-linked content, and remove it. |
M005 - removal |
TA06 Develop Content |
D2 Deny |
@@ -375,7 +375,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00074 |
Identify and delete or rate limit identical content |
-
+ | Search for repeated content (text, images, videos etc); check for misinformation, rate-limit or delete repeats.
|
M012 - cleaning |
TA06 Develop Content |
@@ -384,7 +384,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00075 |
normalise language |
- |
+normalise the language around disinformation and misinformation; give people the words for artifact and effect types. |
M010 - countermessaging |
TA06 Develop Content |
D2 Deny |
@@ -392,7 +392,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00076 |
Prohibit images in political discourse channels |
- |
+Make political discussion channels text-only. |
M005 - removal |
TA06 Develop Content |
D2 Deny |
@@ -400,7 +400,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00077 |
Active defence: run TA03 "develop people” - not recommended |
- |
+Develop networks of communities and influencers around counter-misinformation. Match them to misinformation creators |
M013 - targeting |
TA03 Develop People |
D3 Disrupt |
@@ -416,7 +416,7 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
| C00080 |
Create competing narrative |
-Could also be degrade |
+Create counternarratives, or narratives that compete in the same spaces as misinformation narratives. Could also be degrade |
M002 - diversion |
TA06 Develop Content |
D3 Disrupt |
@@ -476,7 +476,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00090 |
Fake engagement system |
- |
+Create honeypots for misinformation creators to engage with, and reduce the resources they have available for misinformation campaigns. |
M002 - diversion |
TA07 Channel Selection |
D5 Deceive |
@@ -516,7 +516,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00096 |
Strengthen institutions that are always truth tellers |
- |
+Increase credibility, visibility, and reach of positive influencers in the information space. |
M006 - scoring |
TA01 Strategic Planning |
D7 Deter |
@@ -524,7 +524,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00097 |
Require use of verified identities to contribute to poll or comment |
- |
+Reduce poll flooding by online taking comments or poll entries from verified accounts. |
M004 - friction |
TA07 Channel Selection |
D2 Deny |
@@ -532,7 +532,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00098 |
Revocation of allowlisted or "verified" status |
- |
+remove blue checkmarks etc from known misinformation accounts. |
M004 - friction |
TA07 Channel Selection |
D2 Deny |
@@ -540,7 +540,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00099 |
Strengthen verification methods |
- |
+Improve content veerification methods available to groups, individuals etc. |
M004 - friction |
TA07 Channel Selection |
D2 Deny |
@@ -548,7 +548,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00100 |
Hashtag jacking |
- |
+Post large volumes of unrelated content on known misinformation hashtags |
M002 - diversion |
TA08 Pump Priming |
D3 Disrupt |
@@ -571,8 +571,8 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00105 |
-Buy more advertising than the adversary to shift influence and algorithms |
- |
+Buy more advertising than misinformation creators |
+Shift influence and algorithms by posting more adverts into spaces than misinformation creators. |
M009 - dilution |
TA07 Channel Selection |
D3 Disrupt |
@@ -596,7 +596,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00109 |
Dampen Emotional Reaction |
- |
+Reduce emotional responses to misinformation through calming messages, etc. |
M001 - resilience |
TA09 Exposure |
D3 Disrupt |
@@ -612,15 +612,15 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00112 |
"Prove they are not an op!" |
- |
+Challenge misinformation creators to prove they're not an information operation. |
M004 - friction |
TA08 Pump Priming |
D2 Deny |
| C00113 |
-Debunk and defuse a fake expert / credentials. Attack audience quality of fake expert |
- |
+Debunk and defuse a fake expert / credentials. |
+Debunk fake experts, their credentials, and potentially also their audience quality |
M003 - daylight |
TA08 Pump Priming |
D2 Deny |
@@ -628,7 +628,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00114 |
Don't engage with payloads |
- |
+Stop passing on misinformation |
M004 - friction |
TA08 Pump Priming |
D2 Deny |
@@ -636,7 +636,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00115 |
Expose actor and intentions |
- |
+Debunk misinformation creators and posters. |
M003 - daylight |
TA08 Pump Priming |
D2 Deny |
@@ -644,7 +644,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00116 |
Provide proof of involvement |
- |
+Build and post information about groups etc's involvement in misinformation incidents. |
M003 - daylight |
TA08 Pump Priming |
D2 Deny |
@@ -660,15 +660,15 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00118 |
Repurpose images with new text |
- |
+Add countermessage text to iamges used in misinformation incidents. |
M010 - countermessaging |
TA08 Pump Priming |
D4 Degrade |
| C00119 |
-Engage payload and debunk. Provide link to facts. |
-Might be okay. |
+Engage payload and debunk. |
+debunk misinformation content. Provide link to facts. |
M010 - countermessaging |
TA08 Pump Priming |
D7 Deter |
@@ -676,7 +676,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00120 |
Open dialogue about design of platforms to produce different outcomes |
- |
+Redesign platforms and algorithms to reduce the effectiveness of disinformation |
M007 - metatechnique |
TA08 Pump Priming |
D7 Deter |
@@ -684,7 +684,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00121 |
Tool transparency and literacy for channels people follow. |
- |
+Make algorithms in platforms explainable, and visible to people using those platforms. |
M001 - resilience |
TA08 Pump Priming |
D7 Deter |
@@ -700,7 +700,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00123 |
Remove or rate limit botnets |
- |
+reduce the visibility of known botnets online. |
M004 - friction |
TA09 Exposure |
D3 Disrupt |
@@ -708,7 +708,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00124 |
Don't feed the trolls |
- |
+Don't engage with individuals relaying misinformation. |
M004 - friction |
TA09 Exposure |
D3 Disrupt |
@@ -716,7 +716,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00125 |
Prebunking |
- |
+Produce material in advance of misinformation incidents, by anticipating the narratives used in them, and debunking them. |
M001 - resilience |
TA09 Exposure |
D3 Disrupt |
@@ -724,7 +724,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00126 |
Social media amber alert |
- |
+Create an alert system around disinformation and misinformation artifacts, narratives, and incidents |
M003 - daylight |
TA09 Exposure |
D3 Disrupt |
@@ -732,7 +732,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00128 |
Create friction by marking content with ridicule or other "decelerants" |
- |
+Repost or comment on misinformation artifacts, using ridicule or other content to reduce the likelihood of reposting. |
M009 - dilution |
TA09 Exposure |
D3 Disrupt |
@@ -748,7 +748,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00130 |
Mentorship: elders, youth, credit. Learn vicariously. |
- |
+Train local influencers in countering misinformation. |
M001 - resilience |
TA05 Microtargeting |
D7 Deter |
@@ -756,7 +756,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00131 |
Seize and analyse botnet servers |
- |
+Take botnet servers offline by seizing them. |
M005 - removal |
TA11 Persistence |
D2 Deny |
@@ -780,7 +780,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00136 |
Microtarget most likely targets then send them countermessages |
- |
+Find communities likely to be targetted by misinformation campaigns, and send them countermessages or pointers to information sources. |
M010 - countermessaging |
TA08 Pump Priming |
D3 Disrupt |
@@ -788,7 +788,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00138 |
Spam domestic actors with lawsuits |
- |
+File multiple lawsuits against known misinformation creators and posters, to distract them from disinformation creation. |
M014 - reduce resources |
TA11 Persistence |
D3 Disrupt |
@@ -835,8 +835,8 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00147 |
-Make amplification of social media ports expire (e.g. can't like/ retweet after n days) |
- |
+Make amplification of social media posts expire (e.g. can't like/ retweet after n days) |
+Stop new community activity (likes, comments) on old social media posts. |
M004 - friction |
TA09 Exposure |
D3 Disrupt |
@@ -868,7 +868,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00154 |
Ask media not to report false information |
- |
+Train media to spot and respond to misinformation, and ask them not to post or transmit misinformation they've found. |
M005 - removal |
TA08 Pump Priming |
D2 Deny |
@@ -876,7 +876,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00155 |
Ban incident actors from funding sites |
- |
+Ban misinformation creators and posters from funding sites |
M005 - removal |
TA03 Develop People |
D2 Deny |
@@ -996,7 +996,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00184 |
Media exposure |
- |
+highlight misinformation activities and actors in media |
M003 - daylight |
TA08 Pump Priming |
D4 Degrade |
@@ -1060,7 +1060,7 @@ Note: This sounds eerlily like many Reddit communities where the most upvoted co
| C00203 |
Stop offering press credentials to propaganda outlets |
- |
+Remove access to official press events from known misinformation actors. |
M004 - friction |
TA04 Develop Networks |
D3 Disrupt |
@@ -1122,7 +1122,7 @@ https://internews.org/story/using-comedy-and-social-media-educate-disinformation
| C00220 |
Develop a monitoring and intelligence plan |
- |
+Create a plan for misinformation and disinformation response, before it's needed. Include connections / contacts needed, expected counteremessages etc. |
M007 - metatechnique |
TA01 Strategic Planning |
D3 Disrupt |
@@ -1138,7 +1138,7 @@ https://internews.org/story/using-comedy-and-social-media-educate-disinformation
| C00222 |
Tabletop simulations |
- |
+Simulate misinformation and disinformation campaigns, and responses to them, before campaigns happen. |
M007 - metatechnique |
TA02 Objective Planning |
D3 Disrupt |
@@ -1146,7 +1146,7 @@ https://internews.org/story/using-comedy-and-social-media-educate-disinformation
| C00223 |
Strengthen Trust in social media platforms |
- |
+Improve trust in the misinformation responses from social media and other platforms. Examples include creating greater transparancy on their actions and algorithms. |
M001 - resilience |
TA01 Strategic Planning |
D3 Disrupt |
diff --git a/detections_index.md b/detections_index.md
index e684c25..1c705f5 100644
--- a/detections_index.md
+++ b/detections_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
metatechnique |
@@ -12,7 +12,7 @@
| F00001 |
Analyse aborted / failed campaigns |
- |
+Examine failed campaigns. How did they fail? Can we create useful activities that increase these failures? |
|
TA01 Strategic Planning |
D1 Detect |
diff --git a/incidents_index.md b/incidents_index.md
index 22c9283..ece2eda 100644
--- a/incidents_index.md
+++ b/incidents_index.md
@@ -2,12 +2,12 @@
-| id |
+amitt_id |
name |
type |
-Year Started |
-To country |
-Found via |
+year_started |
+to_country |
+found_via |
| I00001 |
diff --git a/metatechniques/M003.md b/metatechniques/M003.md
index 1af8872..9073a1d 100644
--- a/metatechniques/M003.md
+++ b/metatechniques/M003.md
@@ -5,7 +5,7 @@
| Counters | Response types |
| -------- | -------------- |
-| [C00113 Debunk and defuse a fake expert / credentials. Attack audience quality of fake expert](../counters/C00113.md) | D2 Deny |
+| [C00113 Debunk and defuse a fake expert / credentials.](../counters/C00113.md) | D2 Deny |
| [C00115 Expose actor and intentions](../counters/C00115.md) | D2 Deny |
| [C00116 Provide proof of involvement](../counters/C00116.md) | D2 Deny |
| [C00019 Reduce effect of division-enablers](../counters/C00019.md) | D3 Disrupt |
diff --git a/metatechniques/M004.md b/metatechniques/M004.md
index e01fe70..c7eaf10 100644
--- a/metatechniques/M004.md
+++ b/metatechniques/M004.md
@@ -20,7 +20,7 @@
| [C00123 Remove or rate limit botnets](../counters/C00123.md) | D3 Disrupt |
| [C00124 Don't feed the trolls](../counters/C00124.md) | D3 Disrupt |
| [C00139 Weaponise youtube content matrices](../counters/C00139.md) | D3 Disrupt |
-| [C00147 Make amplification of social media ports expire (e.g. can't like/ retweet after n days)](../counters/C00147.md) | D3 Disrupt |
+| [C00147 Make amplification of social media posts expire (e.g. can't like/ retweet after n days)](../counters/C00147.md) | D3 Disrupt |
| [C00203 Stop offering press credentials to propaganda outlets](../counters/C00203.md) | D3 Disrupt |
| [C00101 Create friction by rate-limiting engagement](../counters/C00101.md) | D4 Degrade |
| [C00142 Platform adds warning label and decision point when sharing content](../counters/C00142.md) | D4 Degrade |
diff --git a/metatechniques/M009.md b/metatechniques/M009.md
index 00d9ced..219220e 100644
--- a/metatechniques/M009.md
+++ b/metatechniques/M009.md
@@ -7,7 +7,7 @@
| -------- | -------------- |
| [C00031 Dilute the core narrative - create multiple permutations, target / amplify](../counters/C00031.md) | D3 Disrupt |
| [C00066 Co-opt a hashtag and drown it out (hijack it back)](../counters/C00066.md) | D3 Disrupt |
-| [C00105 Buy more advertising than the adversary to shift influence and algorithms](../counters/C00105.md) | D3 Disrupt |
+| [C00105 Buy more advertising than misinformation creators](../counters/C00105.md) | D3 Disrupt |
| [C00128 Create friction by marking content with ridicule or other "decelerants"](../counters/C00128.md) | D3 Disrupt |
| [C00087 Make more noise than the disinformation](../counters/C00087.md) | D4 Degrade |
| [C00178 Fill information voids with non-disinformation content](../counters/C00178.md) | D4 Degrade |
diff --git a/metatechniques/M010.md b/metatechniques/M010.md
index 85619a4..7fd3516 100644
--- a/metatechniques/M010.md
+++ b/metatechniques/M010.md
@@ -18,7 +18,7 @@
| [C00062 Free open library sources worldwide](../counters/C00062.md) | D4 Degrade |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
| [C00118 Repurpose images with new text](../counters/C00118.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
diff --git a/metatechniques_index.md b/metatechniques_index.md
index 8fd9ebc..7485e2b 100644
--- a/metatechniques_index.md
+++ b/metatechniques_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
diff --git a/phases_index.md b/phases_index.md
index 709b8d4..78226fa 100644
--- a/phases_index.md
+++ b/phases_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
diff --git a/responsetype_index.md b/responsetype_index.md
index 4278758..fe66d01 100644
--- a/responsetype_index.md
+++ b/responsetype_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
diff --git a/tactics/TA01.md b/tactics/TA01.md
index c0a1080..4a364fd 100644
--- a/tactics/TA01.md
+++ b/tactics/TA01.md
@@ -11,6 +11,7 @@
| [TK0001 Goal setting](../tasks/TK0001.md) |
| [TK0002 Population research / audience analysis (centre of gravity)](../tasks/TK0002.md) |
| [TK0003 Campaign design (objective design)](../tasks/TK0003.md) |
+| [TK0031 OPSEC for TA01](../tasks/TK0031.md) |
diff --git a/tactics/TA02.md b/tactics/TA02.md
index e451eb4..507fc03 100644
--- a/tactics/TA02.md
+++ b/tactics/TA02.md
@@ -18,6 +18,7 @@
| [TK0007 Decide on techniques (4Ds etc)](../tasks/TK0007.md) |
| [TK0008 Create subnarratives](../tasks/TK0008.md) |
| [TK0009 4chan/8chan coordinating content](../tasks/TK0009.md) |
+| [TK0032 OPSEC for TA02](../tasks/TK0032.md) |
diff --git a/tactics/TA03.md b/tactics/TA03.md
index b9b536c..9b3629d 100644
--- a/tactics/TA03.md
+++ b/tactics/TA03.md
@@ -12,6 +12,7 @@
| [TK0011 Recruit contractors](../tasks/TK0011.md) |
| [TK0012 Recruit partisans](../tasks/TK0012.md) |
| [TK0013 find influencers](../tasks/TK0013.md) |
+| [TK0033 OPSEC for TA03](../tasks/TK0033.md) |
diff --git a/tactics/TA04.md b/tactics/TA04.md
index 8b60ff5..907dd6a 100644
--- a/tactics/TA04.md
+++ b/tactics/TA04.md
@@ -11,6 +11,7 @@
| [TK0014 Network building](../tasks/TK0014.md) |
| [TK0015 Network infiltration](../tasks/TK0015.md) |
| [TK0016 identify targets - susceptible audience members in networks](../tasks/TK0016.md) |
+| [TK0034 OPSEC for TA04](../tasks/TK0034.md) |
diff --git a/tactics/TA05.md b/tactics/TA05.md
index 8b435be..c6cf694 100644
--- a/tactics/TA05.md
+++ b/tactics/TA05.md
@@ -8,6 +8,7 @@
| Tasks |
| ----- |
+| [TK0035 OPSEC for TA05](../tasks/TK0035.md) |
diff --git a/tactics/TA06.md b/tactics/TA06.md
index de896a4..cae8fee 100644
--- a/tactics/TA06.md
+++ b/tactics/TA06.md
@@ -10,6 +10,7 @@
| ----- |
| [TK0017 content creation](../tasks/TK0017.md) |
| [TK0018 content appropriation](../tasks/TK0018.md) |
+| [TK0036 OPSEC for TA06](../tasks/TK0036.md) |
diff --git a/tactics/TA07.md b/tactics/TA07.md
index d4949d7..9e3ecbe 100644
--- a/tactics/TA07.md
+++ b/tactics/TA07.md
@@ -8,6 +8,7 @@
| Tasks |
| ----- |
+| [TK0037 OPSEC for TA07](../tasks/TK0037.md) |
@@ -32,7 +33,7 @@
| [C00098 Revocation of allowlisted or "verified" status](../counters/C00098.md) | D2 Deny |
| [C00099 Strengthen verification methods](../counters/C00099.md) | D2 Deny |
| [C00195 Redirect searches away from disinformation or extremist content ](../counters/C00195.md) | D2 Deny |
-| [C00105 Buy more advertising than the adversary to shift influence and algorithms](../counters/C00105.md) | D3 Disrupt |
+| [C00105 Buy more advertising than misinformation creators](../counters/C00105.md) | D3 Disrupt |
| [C00101 Create friction by rate-limiting engagement](../counters/C00101.md) | D4 Degrade |
| [C00090 Fake engagement system](../counters/C00090.md) | D5 Deceive |
| [C00103 Create a bot that engages / distract trolls](../counters/C00103.md) | D5 Deceive |
diff --git a/tactics/TA08.md b/tactics/TA08.md
index 93140c2..6e2a5db 100644
--- a/tactics/TA08.md
+++ b/tactics/TA08.md
@@ -10,6 +10,7 @@
| ----- |
| [TK0019 anchor trust / credibility](../tasks/TK0019.md) |
| [TK0020 insert themes](../tasks/TK0020.md) |
+| [TK0038 OPSEC for TA08](../tasks/TK0038.md) |
@@ -29,7 +30,7 @@
| Counters | Response types |
| -------- | -------------- |
| [C00112 "Prove they are not an op!"](../counters/C00112.md) | D2 Deny |
-| [C00113 Debunk and defuse a fake expert / credentials. Attack audience quality of fake expert](../counters/C00113.md) | D2 Deny |
+| [C00113 Debunk and defuse a fake expert / credentials.](../counters/C00113.md) | D2 Deny |
| [C00114 Don't engage with payloads](../counters/C00114.md) | D2 Deny |
| [C00115 Expose actor and intentions](../counters/C00115.md) | D2 Deny |
| [C00116 Provide proof of involvement](../counters/C00116.md) | D2 Deny |
@@ -40,7 +41,7 @@
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
| [C00118 Repurpose images with new text](../counters/C00118.md) | D4 Degrade |
| [C00184 Media exposure](../counters/C00184.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00120 Open dialogue about design of platforms to produce different outcomes](../counters/C00120.md) | D7 Deter |
| [C00121 Tool transparency and literacy for channels people follow. ](../counters/C00121.md) | D7 Deter |
diff --git a/tactics/TA09.md b/tactics/TA09.md
index 0af07a1..bcd449f 100644
--- a/tactics/TA09.md
+++ b/tactics/TA09.md
@@ -10,6 +10,7 @@
| ----- |
| [TK0021 deamplification (suppression, censoring)](../tasks/TK0021.md) |
| [TK0022 amplification](../tasks/TK0022.md) |
+| [TK0039 OPSEC for TA09](../tasks/TK0039.md) |
@@ -39,7 +40,7 @@
| [C00125 Prebunking](../counters/C00125.md) | D3 Disrupt |
| [C00126 Social media amber alert](../counters/C00126.md) | D3 Disrupt |
| [C00128 Create friction by marking content with ridicule or other "decelerants"](../counters/C00128.md) | D3 Disrupt |
-| [C00147 Make amplification of social media ports expire (e.g. can't like/ retweet after n days)](../counters/C00147.md) | D3 Disrupt |
+| [C00147 Make amplification of social media posts expire (e.g. can't like/ retweet after n days)](../counters/C00147.md) | D3 Disrupt |
| [C00200 Respected figure (influencer) disavows misinfo](../counters/C00200.md) | D3 Disrupt |
| [C00211 Use humorous counter-narratives](../counters/C00211.md) | D3 Disrupt |
diff --git a/tactics/TA10.md b/tactics/TA10.md
index 6eebbac..5b60221 100644
--- a/tactics/TA10.md
+++ b/tactics/TA10.md
@@ -8,6 +8,7 @@
| Tasks |
| ----- |
+| [TK0040 OPSEC for TA10](../tasks/TK0040.md) |
diff --git a/tactics/TA11.md b/tactics/TA11.md
index a7e362d..8aa488e 100644
--- a/tactics/TA11.md
+++ b/tactics/TA11.md
@@ -13,6 +13,7 @@
| [TK0025 advocacy/ zealotry](../tasks/TK0025.md) |
| [TK0026 conversion](../tasks/TK0026.md) |
| [TK0027 keep recruiting/prospecting](../tasks/TK0027.md) |
+| [TK0041 OPSEC for TA11](../tasks/TK0041.md) |
diff --git a/tactics/TA12.md b/tactics/TA12.md
index 8b8e3b0..1bcd3e2 100644
--- a/tactics/TA12.md
+++ b/tactics/TA12.md
@@ -11,6 +11,7 @@
| [TK0028 evaluation](../tasks/TK0028.md) |
| [TK0029 post-mortem](../tasks/TK0029.md) |
| [TK0030 after-action analysis](../tasks/TK0030.md) |
+| [TK0042 OPSEC for TA12](../tasks/TK0042.md) |
diff --git a/tactics_index.md b/tactics_index.md
index 8fa4a9a..eb02edd 100644
--- a/tactics_index.md
+++ b/tactics_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
phase_id |
diff --git a/tasks/TK0031.md b/tasks/TK0031.md
new file mode 100644
index 0000000..9bea86e
--- /dev/null
+++ b/tasks/TK0031.md
@@ -0,0 +1,7 @@
+# Task TK0031: OPSEC for TA01
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA01
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0032.md b/tasks/TK0032.md
new file mode 100644
index 0000000..44599ad
--- /dev/null
+++ b/tasks/TK0032.md
@@ -0,0 +1,7 @@
+# Task TK0032: OPSEC for TA02
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA02
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0033.md b/tasks/TK0033.md
new file mode 100644
index 0000000..4eef41d
--- /dev/null
+++ b/tasks/TK0033.md
@@ -0,0 +1,7 @@
+# Task TK0033: OPSEC for TA03
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA03
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0034.md b/tasks/TK0034.md
new file mode 100644
index 0000000..6c5e50d
--- /dev/null
+++ b/tasks/TK0034.md
@@ -0,0 +1,7 @@
+# Task TK0034: OPSEC for TA04
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA04
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0035.md b/tasks/TK0035.md
new file mode 100644
index 0000000..65f672c
--- /dev/null
+++ b/tasks/TK0035.md
@@ -0,0 +1,7 @@
+# Task TK0035: OPSEC for TA05
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA05
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0036.md b/tasks/TK0036.md
new file mode 100644
index 0000000..ccdf56e
--- /dev/null
+++ b/tasks/TK0036.md
@@ -0,0 +1,7 @@
+# Task TK0036: OPSEC for TA06
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA06
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0037.md b/tasks/TK0037.md
new file mode 100644
index 0000000..d206e42
--- /dev/null
+++ b/tasks/TK0037.md
@@ -0,0 +1,7 @@
+# Task TK0037: OPSEC for TA07
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA07
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0038.md b/tasks/TK0038.md
new file mode 100644
index 0000000..a870cae
--- /dev/null
+++ b/tasks/TK0038.md
@@ -0,0 +1,7 @@
+# Task TK0038: OPSEC for TA08
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA08
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0039.md b/tasks/TK0039.md
new file mode 100644
index 0000000..d491130
--- /dev/null
+++ b/tasks/TK0039.md
@@ -0,0 +1,7 @@
+# Task TK0039: OPSEC for TA09
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA09
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0040.md b/tasks/TK0040.md
new file mode 100644
index 0000000..fd573af
--- /dev/null
+++ b/tasks/TK0040.md
@@ -0,0 +1,7 @@
+# Task TK0040: OPSEC for TA10
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA10
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0041.md b/tasks/TK0041.md
new file mode 100644
index 0000000..f16046f
--- /dev/null
+++ b/tasks/TK0041.md
@@ -0,0 +1,7 @@
+# Task TK0041: OPSEC for TA11
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA11
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks/TK0042.md b/tasks/TK0042.md
new file mode 100644
index 0000000..5e744d5
--- /dev/null
+++ b/tasks/TK0042.md
@@ -0,0 +1,7 @@
+# Task TK0042: OPSEC for TA12
+
+* **Summary:**
+
+* **Belongs to tactic stage:** TA12
+
+DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/tasks_index.md b/tasks_index.md
index 8877165..dad2ea5 100644
--- a/tasks_index.md
+++ b/tasks_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
tactic_id |
@@ -188,69 +188,75 @@
TA12 |
- |
- |
- |
+TK0031 |
+OPSEC for TA01 |
|
+TA01 |
- |
- |
- |
+TK0032 |
+OPSEC for TA02 |
|
+TA02 |
- |
- |
- |
+TK0033 |
+OPSEC for TA03 |
|
+TA03 |
- |
- |
- |
+TK0034 |
+OPSEC for TA04 |
|
+TA04 |
- |
- |
- |
+TK0035 |
+OPSEC for TA05 |
|
+TA05 |
- |
- |
- |
+TK0036 |
+OPSEC for TA06 |
|
+TA06 |
- |
- |
- |
+TK0037 |
+OPSEC for TA07 |
|
+TA07 |
- |
- |
- |
+TK0038 |
+OPSEC for TA08 |
|
+TA08 |
- |
- |
- |
+TK0039 |
+OPSEC for TA09 |
|
+TA09 |
- |
- |
- |
+TK0040 |
+OPSEC for TA10 |
|
+TA10 |
- |
- |
+TK0041 |
+OPSEC for TA11 |
|
+TA11 |
+
+
+| TK0042 |
+OPSEC for TA12 |
|
+TA12 |
diff --git a/techniques/T0016.md b/techniques/T0016.md
index 034db6f..4214819 100644
--- a/techniques/T0016.md
+++ b/techniques/T0016.md
@@ -18,7 +18,7 @@
| [C00012 Platform regulation](../counters/C00012.md) | D2 Deny |
| [C00073 Inoculate populations through media literacy training](../counters/C00073.md) | D2 Deny |
| [C00076 Prohibit images in political discourse channels](../counters/C00076.md) | D2 Deny |
-| [C00105 Buy more advertising than the adversary to shift influence and algorithms](../counters/C00105.md) | D3 Disrupt |
+| [C00105 Buy more advertising than misinformation creators](../counters/C00105.md) | D3 Disrupt |
| [C00106 Click-bait centrist content](../counters/C00106.md) | D3 Disrupt |
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
diff --git a/techniques/T0018.md b/techniques/T0018.md
index bb98dcd..4859f4a 100644
--- a/techniques/T0018.md
+++ b/techniques/T0018.md
@@ -20,7 +20,7 @@
| [C00012 Platform regulation](../counters/C00012.md) | D2 Deny |
| [C00065 Reduce political targeting](../counters/C00065.md) | D3 Disrupt |
| [C00076 Prohibit images in political discourse channels](../counters/C00076.md) | D2 Deny |
-| [C00105 Buy more advertising than the adversary to shift influence and algorithms](../counters/C00105.md) | D3 Disrupt |
+| [C00105 Buy more advertising than misinformation creators](../counters/C00105.md) | D3 Disrupt |
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00129 Use banking to cut off access ](../counters/C00129.md) | D2 Deny |
diff --git a/techniques/T0021.md b/techniques/T0021.md
index 0eb9296..890a3e7 100644
--- a/techniques/T0021.md
+++ b/techniques/T0021.md
@@ -27,7 +27,7 @@
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
| [C00118 Repurpose images with new text](../counters/C00118.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00176 Improve Coordination amongst stakeholders: public and private](../counters/C00176.md) | D7 Deter |
| [C00211 Use humorous counter-narratives](../counters/C00211.md) | D3 Disrupt |
diff --git a/techniques/T0022.md b/techniques/T0022.md
index 31c7381..5df4ff2 100644
--- a/techniques/T0022.md
+++ b/techniques/T0022.md
@@ -32,7 +32,7 @@ Example: QAnon: conspiracy theory is an explanation of an event or situation tha
| [C00096 Strengthen institutions that are always truth tellers](../counters/C00096.md) | D7 Deter |
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00125 Prebunking](../counters/C00125.md) | D3 Disrupt |
| [C00126 Social media amber alert](../counters/C00126.md) | D3 Disrupt |
diff --git a/techniques/T0024.md b/techniques/T0024.md
index 3488715..21708bf 100644
--- a/techniques/T0024.md
+++ b/techniques/T0024.md
@@ -22,7 +22,7 @@
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
| [C00118 Repurpose images with new text](../counters/C00118.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00143 (botnet) DMCA takedown requests to waste group time](../counters/C00143.md) | D4 Degrade |
| [C00176 Improve Coordination amongst stakeholders: public and private](../counters/C00176.md) | D7 Deter |
diff --git a/techniques/T0025.md b/techniques/T0025.md
index 4ad409d..7f8b84b 100644
--- a/techniques/T0025.md
+++ b/techniques/T0025.md
@@ -30,7 +30,7 @@ Example (2019) DFRLab report "Secondary Infektion” highlights incident with ke
| [C00096 Strengthen institutions that are always truth tellers](../counters/C00096.md) | D7 Deter |
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00165 Ensure integrity of official documents](../counters/C00165.md) | D2 Deny |
| [C00176 Improve Coordination amongst stakeholders: public and private](../counters/C00176.md) | D7 Deter |
diff --git a/techniques/T0026.md b/techniques/T0026.md
index 1b24b5a..a2c608c 100644
--- a/techniques/T0026.md
+++ b/techniques/T0026.md
@@ -25,7 +25,7 @@
| [C00096 Strengthen institutions that are always truth tellers](../counters/C00096.md) | D7 Deter |
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00176 Improve Coordination amongst stakeholders: public and private](../counters/C00176.md) | D7 Deter |
| [C00195 Redirect searches away from disinformation or extremist content ](../counters/C00195.md) | D2 Deny |
diff --git a/techniques/T0044.md b/techniques/T0044.md
index 240ff18..0cead4d 100644
--- a/techniques/T0044.md
+++ b/techniques/T0044.md
@@ -28,7 +28,7 @@ Examples: (2019) China formally arrests Canadians Spavor and Kovrig, accuses the
| [C00092 Establish a truth teller reputation score for influencers](../counters/C00092.md) | D7 Deter |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
| [C00118 Repurpose images with new text](../counters/C00118.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00174 Create a healthier news environment](../counters/C00174.md) | D2 Deny |
| [C00184 Media exposure](../counters/C00184.md) | D4 Degrade |
diff --git a/techniques/T0045.md b/techniques/T0045.md
index 2a7524d..ecaa195 100644
--- a/techniques/T0045.md
+++ b/techniques/T0045.md
@@ -22,9 +22,9 @@
| [C00097 Require use of verified identities to contribute to poll or comment](../counters/C00097.md) | D2 Deny |
| [C00099 Strengthen verification methods](../counters/C00099.md) | D2 Deny |
| [C00107 Content moderation](../counters/C00107.md) | D2 Deny |
-| [C00113 Debunk and defuse a fake expert / credentials. Attack audience quality of fake expert](../counters/C00113.md) | D2 Deny |
+| [C00113 Debunk and defuse a fake expert / credentials.](../counters/C00113.md) | D2 Deny |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00125 Prebunking](../counters/C00125.md) | D3 Disrupt |
| [C00126 Social media amber alert](../counters/C00126.md) | D3 Disrupt |
diff --git a/techniques/T0060.md b/techniques/T0060.md
index 7c745d6..676fac2 100644
--- a/techniques/T0060.md
+++ b/techniques/T0060.md
@@ -17,13 +17,13 @@
| [C00078 Change Search Algorithms for Disinformation Content](../counters/C00078.md) | D3 Disrupt |
| [C00085 Mute content](../counters/C00085.md) | D3 Disrupt |
| [C00117 Downgrade / de-amplify so message is seen by fewer people](../counters/C00117.md) | D4 Degrade |
-| [C00119 Engage payload and debunk. Provide link to facts. ](../counters/C00119.md) | D7 Deter |
+| [C00119 Engage payload and debunk. ](../counters/C00119.md) | D7 Deter |
| [C00122 Content moderation](../counters/C00122.md) | D2 Deny |
| [C00123 Remove or rate limit botnets](../counters/C00123.md) | D3 Disrupt |
| [C00131 Seize and analyse botnet servers](../counters/C00131.md) | D2 Deny |
| [C00138 Spam domestic actors with lawsuits](../counters/C00138.md) | D3 Disrupt |
| [C00143 (botnet) DMCA takedown requests to waste group time](../counters/C00143.md) | D4 Degrade |
-| [C00147 Make amplification of social media ports expire (e.g. can't like/ retweet after n days)](../counters/C00147.md) | D3 Disrupt |
+| [C00147 Make amplification of social media posts expire (e.g. can't like/ retweet after n days)](../counters/C00147.md) | D3 Disrupt |
DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
\ No newline at end of file
diff --git a/techniques/T0062.md b/techniques/T0062.md
index a689479..a91deaa 100644
--- a/techniques/T0062.md
+++ b/techniques/T0062.md
@@ -1,6 +1,6 @@
# Technique T0062: Behaviour changes
-* **Summary**:
+* **Summary**: Monitor and evaluate behaviour changes from misinformation incidents.
* **Belongs to tactic stage**: TA12
diff --git a/techniques/T0063.md b/techniques/T0063.md
index 6d37fdc..da6e335 100644
--- a/techniques/T0063.md
+++ b/techniques/T0063.md
@@ -1,6 +1,6 @@
# Technique T0063: Message reach
-* **Summary**:
+* **Summary**: Monitor and evaluate message reach in misinformation incidents.
* **Belongs to tactic stage**: TA12
diff --git a/techniques/T0064.md b/techniques/T0064.md
index cec5331..b42e84b 100644
--- a/techniques/T0064.md
+++ b/techniques/T0064.md
@@ -1,6 +1,6 @@
# Technique T0064: Social media engagement
-* **Summary**:
+* **Summary**: Monitor and evaluate social media engagement in misinformation incidents.
* **Belongs to tactic stage**: TA12
diff --git a/techniques_index.md b/techniques_index.md
index e9a1a19..69260a0 100644
--- a/techniques_index.md
+++ b/techniques_index.md
@@ -2,7 +2,7 @@
-| id |
+amitt_id |
name |
summary |
tactic_id |
@@ -421,19 +421,19 @@ Examples of tertiary sites include Russia Insider, The Duran, geopolitica.ru, Mi
| T0062 |
Behaviour changes |
- |
+Monitor and evaluate behaviour changes from misinformation incidents. |
TA12 |
| T0063 |
Message reach |
- |
+Monitor and evaluate message reach in misinformation incidents. |
TA12 |
| T0064 |
Social media engagement |
- |
+Monitor and evaluate social media engagement in misinformation incidents. |
TA12 |
diff --git a/visualisations/cross_counterid_techniqueid.csv b/visualisations/cross_counterid_techniqueid.csv
index 5f12d17..41359b4 100644
--- a/visualisations/cross_counterid_techniqueid.csv
+++ b/visualisations/cross_counterid_techniqueid.csv
@@ -21,17 +21,36 @@ C00011,T0059,1
C00012,TA07,1
C00012,TA09,1
C00012,TA10,1
+C00012,T0001,1
C00012,T0002,1
C00012,T0007,1
+C00012,T0008,1
+C00012,T0009,1
+C00012,T0013,1
C00012,T0014,1
C00012,T0015,1
+C00012,T0016,1
+C00012,T0017,1
+C00012,T0018,1
+C00012,T0021,1
+C00012,T0022,1
+C00012,T0024,1
C00012,T0025,1
+C00012,T0026,1
C00012,T0043,1
+C00012,T0045,1
C00012,T0046,1
C00012,T0047,1
C00012,T0048,1
+C00012,T0049,1
C00012,T0051,1
+C00012,T0052,1
+C00012,T0053,1
+C00012,T0054,1
C00012,T0055,1
+C00012,T0056,1
+C00012,T0057,1
+C00012,T0061,1
C00014,TA01,1
C00014,TA06,1
C00014,TA08,1
@@ -40,8 +59,31 @@ C00014,T0009,1
C00014,T0008,1
C00014,T0013,1
C00014,T0014,1
-C00016,TA07,1
-C00016,T0043,1
+C00006,T0009,1
+C00006,T0008,1
+C00006,T0007,1
+C00006,T0013,1
+C00006,T0014,1
+C00006,T0015,1
+C00006,T0016,1
+C00006,T0017,1
+C00006,T0018,1
+C00006,T0022,1
+C00006,T0021,1
+C00006,T0025,1
+C00006,T0024,1
+C00006,T0026,1
+C00006,T0045,1
+C00006,T0043,1
+C00006,T0056,1
+C00006,T0051,1
+C00006,T0049,1
+C00006,T0052,1
+C00006,T0054,1
+C00006,T0053,1
+C00006,T0055,1
+C00006,T0058,1
+C00006,T0057,1
C00019,TA08,1
C00019,TA09,1
C00019,TA10,1
@@ -115,51 +157,163 @@ C00070,T0046,1
C00070,T0052,1
C00070,T0055,1
C00070,T0057,1
-C00070,T0061,1
+C00070,T0056,1
C00071,T0019,1
C00071,T0056,1
+C00072,T0019,1
+C00072,T0010,1
+C00072,T0044,1
+C00072,T0021,1
C00072,T0022,1
-C00073,T0012,1
+C00072,T0023,1
+C00072,T0026,1
+C00072,T0025,1
+C00072,T0027,1
+C00072,T0039,1
+C00072,T0055,1
+C00072,T0049,1
+C00073,T0016,1
C00073,T0019,1
C00073,T0056,1
+C00073,T0010,1
+C00073,T0021,1
+C00073,T0022,1
+C00073,T0023,1
+C00073,T0026,1
+C00073,T0025,1
+C00073,T0027,1
+C00073,T0039,1
+C00073,T0040,1
+C00073,T0044,1
+C00073,T0045,1
+C00073,T0048,1
+C00073,T0053,1
+C00073,T0056,1
+C00073,T0060,1
+C00074,T0019,1
+C00074,T0021,1
C00074,T0022,1
C00074,T0026,1
C00074,T0025,1
+C00074,T0043,1
+C00074,T0050,1
+C00074,T0051,1
+C00074,T0049,1
+C00074,T0052,1
+C00074,T0053,1
+C00074,T0054,1
+C00074,T0055,1
+C00074,T0057,1
+C00074,T0061,1
+C00074,T0060,1
+C00076,T0016,1
+C00076,T0018,1
+C00076,T0039,1
+C00076,T0044,1
C00076,T0021,1
-C00076,T0024,1
C00078,TA07,1
+C00078,T0044,1
C00078,T0046,1
-C00078,T0021,1
-C00080,adapt,1
-C00081,info,1
+C00078,T0056,1
+C00078,T0052,1
+C00078,T0060,1
+C00080,T0003,1
+C00080,T0004,1
+C00080,T0028,1
+C00080,T0022,1
+C00080,T0027,1
+C00081,T0003,1
+C00081,T0004,1
+C00081,T0028,1
+C00081,T0006,1
+C00081,T0022,1
+C00081,T0023,1
+C00081,T0026,1
+C00081,T0027,1
+C00081,T0044,1
+C00081,T0053,1
+C00081,T0054,1
+C00081,T0055,1
+C00081,T0056,1
+C00082,T0002,1
+C00082,T0003,1
+C00082,T0004,1
+C00082,T0028,1
+C00082,T0006,1
+C00082,T0022,1
+C00082,T0023,1
+C00082,T0025,1
+C00082,T0026,1
+C00082,T0027,1
+C00082,T0044,1
+C00082,T0053,1
+C00082,T0054,1
+C00082,T0055,1
+C00082,T0056,1
C00084,T0002,1
+C00084,T0003,1
+C00084,T0004,1
+C00084,T0028,1
C00084,T0006,1
-C00084,T0015,1
-C00084,T0017,1
-C00084,T0057,1
+C00084,T0022,1
+C00084,T0027,1
C00084,T0059,1
-C00085,TA03,1
-C00085,TA04,1
-C00085,TA05,1
-C00085,TA06,1
-C00085,TA07,1
-C00085,TA08,1
-C00085,TA09,1
-C00085,TA10,1
-C00085,TA11,1
-C00086,TA09,1
-C00089,T0021,1
+C00085,T0008,1
+C00085,T0007,1
+C00085,T0017,1
+C00085,T0022,1
+C00085,T0021,1
+C00085,T0025,1
+C00085,T0024,1
+C00085,T0026,1
+C00085,T0045,1
+C00085,T0044,1
+C00085,T0049,1
+C00085,T0051,1
+C00085,T0052,1
+C00085,T0053,1
+C00085,T0054,1
+C00085,T0055,1
+C00085,T0056,1
+C00085,T0057,1
+C00085,T0061,1
+C00085,T0060,1
+C00086,T0044,1
+C00086,T0050,1
+C00086,T0051,1
+C00086,T0049,1
+C00086,T0054,1
+C00086,T0053,1
+C00086,T0055,1
+C00087,T0039,1
+C00087,T0044,1
+C00087,T0048,1
+C00087,T0050,1
+C00087,T0051,1
+C00087,T0049,1
+C00087,T0052,1
+C00087,T0054,1
+C00087,T0053,1
+C00087,T0055,1
+C00087,T0056,1
C00090,T0020,1
-C00091,T0019,1
+C00090,T0062,1
+C00090,T0063,1
+C00091,T0062,1
+C00091,T0063,1
+C00091,T0054,1
+C00091,T0053,1
+C00091,T0049,1
C00092,TA07,1
C00092,TA08,1
+C00092,T0010,1
C00092,T0023,1
-C00092,T0024,1
-C00092,T0025,1
-C00092,T0026,1
+C00092,T0039,1
C00092,T0045,1
-C00092,T0047,1
+C00092,T0044,1
+C00092,T0054,1
C00092,T0053,1
+C00092,T0056,1
C00093,TA07,1
C00093,T0010,1
C00093,T0017,1
@@ -169,30 +323,89 @@ C00093,T0048,1
C00093,T0053,1
C00094,T0026,1
C00096,T0022,1
+C00096,T0027,1
+C00096,T0026,1
+C00096,T0024,1
+C00096,T0023,1
+C00096,T0025,1
C00097,T0029,1
+C00097,T0030,1
+C00097,T0045,1
+C00097,T0009,1
+C00097,T0007,1
+C00097,T0054,1
+C00097,T0053,1
C00098,T0038,1
+C00098,T0011,1
C00099,T0030,1
-C00100,use,1
+C00099,T0045,1
+C00099,T0009,1
+C00099,T0008,1
+C00099,T0007,1
+C00100,T0055,1
C00101,T0029,1
-C00102,T0029,1
+C00101,T0049,1
+C00101,T0053,1
+C00101,T0054,1
C00103,T0029,1
-C00107,T0032,1
-C00107,T0035,1
+C00103,T0062,1
+C00103,T0063,1
+C00103,T0053,1
+C00105,T0016,1
+C00105,T0018,1
+C00106,T0016,1
+C00107,T0009,1
+C00107,T0008,1
+C00107,T0007,1
+C00107,T0013,1
+C00107,T0014,1
+C00107,T0015,1
+C00107,T0016,1
+C00107,T0017,1
+C00107,T0018,1
+C00107,T0021,1
+C00107,T0025,1
+C00107,T0024,1
+C00107,T0026,1
+C00107,T0045,1
+C00107,T0055,1
+C00107,T0057,1
+C00107,T0001,1
+C00107,T0022,1
+C00107,T0027,1
+C00107,T0061,1
+C00111,T0010,1
C00112,T0040,1
C00112,T0042,1
C00113,T0045,1
C00114,T0039,1
-C00115,T0046,1
+C00114,T0048,1
+C00115,T0041,1
C00115,T0048,1
C00115,T0052,1
C00115,T0053,1
-C00115,T0054,1
-C00115,T0055,1
C00115,T0056,1
C00116,T0041,1
C00117,T0046,1
+C00117,T0022,1
+C00117,T0021,1
+C00117,T0025,1
+C00117,T0024,1
+C00117,T0026,1
+C00117,T0045,1
+C00117,T0044,1
+C00117,T0060,1
C00118,T0044,1
+C00118,T0021,1
+C00118,T0024,1
+C00119,T0022,1
+C00119,T0021,1
+C00119,T0025,1
+C00119,T0024,1
+C00119,T0026,1
+C00119,T0045,1
C00119,T0044,1
+C00119,T0060,1
C00120,T0047,1
C00120,T0052,1
C00120,T0053,1
@@ -200,49 +413,102 @@ C00120,T0054,1
C00120,T0055,1
C00120,T0056,1
C00121,T0043,1
+C00122,T0008,1
+C00122,T0007,1
+C00122,T0014,1
+C00122,T0015,1
+C00122,T0016,1
+C00122,T0017,1
+C00122,T0018,1
+C00122,T0022,1
+C00122,T0021,1
+C00122,T0025,1
+C00122,T0024,1
+C00122,T0026,1
+C00122,T0045,1
+C00122,T0044,1
+C00122,T0049,1
+C00122,T0051,1
+C00122,T0052,1
+C00122,T0053,1
+C00122,T0054,1
+C00122,T0055,1
+C00122,T0056,1
+C00122,T0057,1
+C00122,T0061,1
+C00122,T0060,1
+C00123,T0029,1
C00123,T0049,1
-C00123,T0051,1
-C00123,T0052,1
-C00123,T0053,1
C00123,T0054,1
-C00123,T0055,1
-C00123,T0056,1
+C00123,T0060,1
C00124,TA08,1
C00124,TA09,1
-C00125,distort,1
-C00126,T0052,1
-C00126,T0053,1
-C00126,T0054,1
-C00126,T0055,1
+C00124,T0053,1
+C00124,T0063,1
+C00125,T0056,1
+C00125,T0052,1
+C00125,T0054,1
+C00125,T0053,1
+C00125,T0055,1
+C00125,T0045,1
+C00125,T0022,1
+C00125,T0027,1
+C00125,T0002,1
+C00125,T0003,1
+C00125,T0004,1
+C00125,T0010,1
C00126,T0056,1
+C00126,T0052,1
+C00126,T0054,1
+C00126,T0053,1
+C00126,T0055,1
+C00126,T0045,1
+C00126,T0022,1
+C00126,T0027,1
+C00126,T0002,1
+C00126,T0003,1
+C00126,T0004,1
+C00126,T0010,1
+C00126,T0057,1
+C00128,T0050,1
+C00128,T0056,1
+C00128,T0049,1
+C00128,T0052,1
+C00128,T0054,1
+C00128,T0053,1
+C00128,T0055,1
+C00128,T0057,1
+C00128,T0061,1
C00129,T0057,1
C00129,T0061,1
+C00129,T0014,1
+C00129,T0017,1
+C00129,T0018,1
+C00130,T0010,1
C00131,T0049,1
C00131,T0054,1
+C00131,T0060,1
C00133,TA07,1
C00133,TA09,1
C00133,TA10,1
C00133,T0007,1
C00133,T0009,1
+C00133,T0045,1
C00133,T0011,1
-C00133,T0014,1
-C00133,T0017,1
-C00133,T0018,1
C00133,T0045,1
C00135,TA07,1
C00135,TA09,1
C00135,TA10,1
C00135,T0007,1
-C00135,T0011,1
-C00135,T0017,1
-C00135,T0045,1
+C00135,T0043,1
C00136,TA08,1
C00136,TA09,1
C00136,TA10,1
-C00136,T0005,1
C00136,T0010,1
-C00136,T0029,1
-C00137,T0020,1
+C00136,T0020,1
+C00136,T0063,1
+C00138,T0060,1
+C00138,T0056,1
C00140,TA05,1
C00140,TA09,1
C00140,TA10,1
@@ -250,15 +516,203 @@ C00142,TA05,1
C00142,TA09,1
C00142,TA10,1
C00142,TA11,1
-C00142,T00016,1
+C00142,T0016,1
+C00143,T0060,1
+C00143,T0058,1
+C00143,T0024,1
C00144,T0053,1
-C00145,T0015,1
-C00145,T0046,1
C00147,T0060,1
+C00148,T0062,1
+C00148,T0063,1
C00149,TA12,1
C00149,T0020,1
-C00165,T00025,1
+C00149,T0046,1
+C00149,T0057,1
+C00149,T0063,1
+C00153,T0008,1
+C00153,T0007,1
+C00153,T0011,1
+C00153,T0013,1
+C00153,T0014,1
+C00153,T0017,1
+C00153,T0018,1
+C00153,T0056,1
+C00153,T0049,1
+C00153,T0052,1
+C00153,T0054,1
+C00153,T0053,1
+C00153,T0058,1
+C00153,T0057,1
+C00153,T0061,1
+C00154,T0039,1
+C00154,T0048,1
+C00154,T0045,1
+C00155,T0014,1
+C00155,T0017,1
+C00156,T0022,1
+C00156,T0027,1
+C00156,T0002,1
+C00156,T0003,1
+C00156,T0004,1
+C00156,T0010,1
+C00160,T0039,1
+C00160,T0010,1
+C00160,T0048,1
+C00161,T0022,1
+C00161,T0027,1
+C00161,T0002,1
+C00161,T0003,1
+C00161,T0004,1
+C00162,T0010,1
+C00162,T0022,1
+C00162,T0027,1
+C00162,T0002,1
+C00162,T0003,1
+C00162,T0004,1
+C00162,T0039,1
+C00162,T0052,1
+C00162,T0056,1
+C00162,T0050,1
+C00164,T0022,1
+C00164,T0027,1
+C00164,T0002,1
+C00164,T0003,1
+C00164,T0004,1
+C00165,T0025,1
+C00169,T0010,1
+C00169,T0022,1
+C00169,T0027,1
+C00169,T0002,1
+C00169,T0003,1
+C00169,T0004,1
+C00169,T0039,1
+C00172,T0008,1
+C00172,T0007,1
+C00172,T0013,1
C00174,T0001,1
+C00174,T0045,1
+C00174,T0010,1
+C00174,T0022,1
+C00174,T0027,1
+C00174,T0044,1
+C00176,T0009,1
+C00176,T0008,1
+C00176,T0007,1
+C00176,T0013,1
+C00176,T0014,1
+C00176,T0015,1
+C00176,T0016,1
+C00176,T0017,1
+C00176,T0018,1
+C00176,T0021,1
+C00176,T0025,1
+C00176,T0024,1
+C00176,T0026,1
+C00176,T0045,1
+C00176,T0043,1
+C00176,T0056,1
+C00176,T0051,1
+C00176,T0049,1
+C00176,T0052,1
+C00176,T0054,1
+C00176,T0053,1
+C00176,T0055,1
+C00176,T0058,1
+C00176,T0057,1
+C00176,T0001,1
+C00176,T0003,1
+C00176,T0010,1
+C00176,T0022,1
+C00176,T0027,1
+C00176,T0061,1
+C00178,T0016,1
+C00178,T0017,1
+C00178,T0018,1
+C00178,T0020,1
+C00182,T0011,1
+C00182,T0054,1
+C00184,T0045,1
+C00184,T0055,1
+C00184,T0039,1
+C00184,T0041,1
+C00184,T0044,1
+C00184,T0045,1
+C00184,T0010,1
+C00188,T0001,1
+C00188,T0003,1
+C00188,T0022,1
+C00188,T0027,1
+C00188,T0045,1
+C00188,T0008,1
+C00188,T0010,1
+C00188,T0039,1
+C00188,T0046,1
+C00189,T0008,1
+C00189,T0007,1
+C00189,T0011,1
+C00189,T0014,1
+C00189,T0009,1
+C00190,T0001,1
+C00190,T0003,1
+C00190,T0010,1
+C00190,T0022,1
+C00190,T0027,1
+C00190,T0025,1
+C00195,T0010,1
+C00195,T0016,1
+C00195,T0018,1
+C00195,T0022,1
+C00195,T0027,1
+C00195,T0025,1
+C00195,T0024,1
+C00195,T0026,1
+C00195,T0045,1
+C00195,T0046,1
+C00195,T0055,1
+C00197,T0009,1
C00197,T0007,1
C00197,T0011,1
+C00200,T0010,1
+C00200,T0027,1
+C00200,T0022,1
+C00200,T0045,1
+C00200,T0025,1
C00202,T0025,1
+C00203,T0010,1
+C00203,T0027,1
+C00203,T0022,1
+C00203,T0028,1
+C00203,T0039,1
+C00203,T0045,1
+C00203,T0056,1
+C00203,T0052,1
+C00205,T0001,1
+C00205,T0003,1
+C00205,T0022,1
+C00205,T0025,1
+C00205,T0027,1
+C00211,T0027,1
+C00211,T0022,1
+C00211,T0028,1
+C00211,T0026,1
+C00211,T0021,1
+C00211,T0020,1
+C00211,T0025,1
+C00211,T0024,1
+C00211,T0026,1
+C00211,T0045,1
+C00211,T0055,1
+C00211,T0057,1
+C00212,T0001,1
+C00212,T0003,1
+C00212,T0010,1
+C00212,T0022,1
+C00216,T0014,1
+C00216,T0016,1
+C00216,T0017,1
+C00216,T0061,1
+C00216,T0018,1
+C00216,T0057,1
+C00219,T0024,1
+C00219,T0026,1
+C00219,T0025,1