mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2024-12-24 06:49:47 -05:00
Convert Excel master to British English and metatechnique names to title case
This commit is contained in:
parent
382df9325a
commit
7a65c376bb
@ -56,7 +56,7 @@ function handleTechniqueClick(box) {
|
||||
<td>TA14 Develop Narratives</td>
|
||||
<td>TA15 Establish Social Assets</td>
|
||||
<td>TA16 Establish Legitimacy</td>
|
||||
<td>TA17 Maximize Exposure</td>
|
||||
<td>TA17 Maximise Exposure</td>
|
||||
<td>TA18 Drive Online Harms</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -190,9 +190,9 @@ function handleTechniqueClick(box) {
|
||||
<td id="C00070">C00070 Block access to disinformation resources<input type="checkbox" id="C00070check" onclick="handleTechniqueClick('C00070')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="C00078">C00078 Change Search Algorithms for Disinformation Content<input type="checkbox" id="C00078check" onclick="handleTechniqueClick('C00078')"></td>
|
||||
<td id="C00195">C00195 Redirect searches away from disinformation or extremist content <input type="checkbox" id="C00195check" onclick="handleTechniqueClick('C00195')"></td>
|
||||
<td id="C00195">C00195 Redirect searches away from disinformation or extremist content<input type="checkbox" id="C00195check" onclick="handleTechniqueClick('C00195')"></td>
|
||||
<td id="C00118">C00118 Repurpose images with new text<input type="checkbox" id="C00118check" onclick="handleTechniqueClick('C00118')"></td>
|
||||
<td id="C00129">C00129 Use banking to cut off access <input type="checkbox" id="C00129check" onclick="handleTechniqueClick('C00129')"></td>
|
||||
<td id="C00129">C00129 Use banking to cut off access<input type="checkbox" id="C00129check" onclick="handleTechniqueClick('C00129')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -241,11 +241,11 @@ function handleTechniqueClick(box) {
|
||||
</tr>
|
||||
<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 id="C00156">C00156 Better tell your country or organisation story<input type="checkbox" id="C00156check" onclick="handleTechniqueClick('C00156')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="C00082">C00082 Ground truthing as automated response to pollution<input type="checkbox" id="C00082check" onclick="handleTechniqueClick('C00082')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="C00121">C00121 Tool transparency and literacy for channels people follow. <input type="checkbox" id="C00121check" onclick="handleTechniqueClick('C00121')"></td>
|
||||
<td id="C00121">C00121 Tool transparency and literacy for channels people follow.<input type="checkbox" id="C00121check" onclick="handleTechniqueClick('C00121')"></td>
|
||||
<td id="C00200">C00200 Respected figure (influencer) disavows misinfo<input type="checkbox" id="C00200check" onclick="handleTechniqueClick('C00200')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -632,9 +632,9 @@ function handleTechniqueClick(box) {
|
||||
<li id="C00019text" style="display:none">C00019: Reduce effect of division-enablers</li>
|
||||
<li id="C00070text" style="display:none">C00070: Block access to disinformation resources</li>
|
||||
<li id="C00078text" style="display:none">C00078: Change Search Algorithms for Disinformation Content</li>
|
||||
<li id="C00195text" style="display:none">C00195: Redirect searches away from disinformation or extremist content </li>
|
||||
<li id="C00195text" style="display:none">C00195: Redirect searches away from disinformation or extremist content</li>
|
||||
<li id="C00118text" style="display:none">C00118: Repurpose images with new text</li>
|
||||
<li id="C00129text" style="display:none">C00129: Use banking to cut off access </li>
|
||||
<li id="C00129text" style="display:none">C00129: Use banking to cut off access</li>
|
||||
<li id="C00048text" style="display:none">C00048: Name and Shame Influencers</li>
|
||||
<li id="C00021text" style="display:none">C00021: Encourage in-person communication</li>
|
||||
<li id="C00092text" style="display:none">C00092: Establish a truth teller reputation score for influencers</li>
|
||||
@ -649,9 +649,9 @@ function handleTechniqueClick(box) {
|
||||
<li id="C00182text" style="display:none">C00182: Redirection / malware detection/ remediation</li>
|
||||
<li id="C00052text" style="display:none">C00052: Infiltrate platforms</li>
|
||||
<li id="C00024text" style="display:none">C00024: Promote healthy narratives</li>
|
||||
<li id="C00156text" style="display:none">C00156: Better tell your country or organization story</li>
|
||||
<li id="C00156text" style="display:none">C00156: Better tell your country or organisation story</li>
|
||||
<li id="C00082text" style="display:none">C00082: Ground truthing as automated response to pollution</li>
|
||||
<li id="C00121text" style="display:none">C00121: Tool transparency and literacy for channels people follow. </li>
|
||||
<li id="C00121text" style="display:none">C00121: Tool transparency and literacy for channels people follow.</li>
|
||||
<li id="C00200text" style="display:none">C00200: Respected figure (influencer) disavows misinfo</li>
|
||||
<li id="C00053text" style="display:none">C00053: Delete old accounts / Remove unused social media accounts</li>
|
||||
<li id="C00026text" style="display:none">C00026: Shore up democracy based messages</li>
|
||||
|
@ -56,14 +56,14 @@ function handleTechniqueClick(box) {
|
||||
<td>TA14 Develop Narratives</td>
|
||||
<td>TA15 Establish Social Assets</td>
|
||||
<td>TA16 Establish Legitimacy</td>
|
||||
<td>TA17 Maximize Exposure</td>
|
||||
<td>TA17 Maximise Exposure</td>
|
||||
<td>TA18 Drive Online Harms</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="T0073">T0073 Determine Target Audiences<input type="checkbox" id="T0073check" onclick="handleTechniqueClick('T0073')"></td>
|
||||
<td id="T0002">T0002 Facilitate State Propaganda<input type="checkbox" id="T0002check" onclick="handleTechniqueClick('T0002')"></td>
|
||||
<td id="T0016">T0016 Create Clickbait<input type="checkbox" id="T0016check" onclick="handleTechniqueClick('T0016')"></td>
|
||||
<td id="T0015">T0015 Create Hashtags and Search Artifacts<input type="checkbox" id="T0015check" onclick="handleTechniqueClick('T0015')"></td>
|
||||
<td id="T0015">T0015 Create Hashtags and Search Artefacts<input type="checkbox" id="T0015check" onclick="handleTechniqueClick('T0015')"></td>
|
||||
<td id="T0029">T0029 Online Polls<input type="checkbox" id="T0029check" onclick="handleTechniqueClick('T0029')"></td>
|
||||
<td id="T0020">T0020 Trial Content<input type="checkbox" id="T0020check" onclick="handleTechniqueClick('T0020')"></td>
|
||||
<td id="T0114">T0114 Deliver Ads<input type="checkbox" id="T0114check" onclick="handleTechniqueClick('T0114')"></td>
|
||||
@ -83,7 +83,7 @@ function handleTechniqueClick(box) {
|
||||
<td id="T0018">T0018 Purchase Targeted Advertisements<input type="checkbox" id="T0018check" onclick="handleTechniqueClick('T0018')"></td>
|
||||
<td id="T0019">T0019 Generate Information Pollution<input type="checkbox" id="T0019check" onclick="handleTechniqueClick('T0019')"></td>
|
||||
<td id="T0043">T0043 Chat Apps<input type="checkbox" id="T0043check" onclick="handleTechniqueClick('T0043')"></td>
|
||||
<td id="T0039 ">T0039 Bait Legitimate Influencers<input type="checkbox" id="T0039 check" onclick="handleTechniqueClick('T0039 ')"></td>
|
||||
<td id="T0039">T0039 Bait Legitimate Influencers<input type="checkbox" id="T0039check" onclick="handleTechniqueClick('T0039')"></td>
|
||||
<td id="T0114.001">T0114.001 Social Media<input type="checkbox" id="T0114.001check" onclick="handleTechniqueClick('T0114.001')"></td>
|
||||
<td id="T0017.001">T0017.001 Conduct Crowdfunding Campaigns<input type="checkbox" id="T0017.001check" onclick="handleTechniqueClick('T0017.001')"></td>
|
||||
<td id="T0060">T0060 Continue to Amplify<input type="checkbox" id="T0060check" onclick="handleTechniqueClick('T0060')"></td>
|
||||
@ -91,19 +91,19 @@ function handleTechniqueClick(box) {
|
||||
<td id="T0072.001">T0072.001 Geographic Segmentation<input type="checkbox" id="T0072.001check" onclick="handleTechniqueClick('T0072.001')"></td>
|
||||
<td id="T0004">T0004 Develop Competing Narratives<input type="checkbox" id="T0004check" onclick="handleTechniqueClick('T0004')"></td>
|
||||
<td id="T0010">T0010 Cultivate Ignorant Agents<input type="checkbox" id="T0010check" onclick="handleTechniqueClick('T0010')"></td>
|
||||
<td id="T0009.001">T0009.001 Utilize Academic/Pseudoscientific Justifications<input type="checkbox" id="T0009.001check" onclick="handleTechniqueClick('T0009.001')"></td>
|
||||
<td id="T0009.001">T0009.001 Utilise Academic/Pseudoscientific Justifications<input type="checkbox" id="T0009.001check" onclick="handleTechniqueClick('T0009.001')"></td>
|
||||
<td id="T0049.001">T0049.001 Trolls Amplify and Manipulate<input type="checkbox" id="T0049.001check" onclick="handleTechniqueClick('T0049.001')"></td>
|
||||
<td id="T0048">T0048 Harass<input type="checkbox" id="T0048check" onclick="handleTechniqueClick('T0048')"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0075">T0075 Dismiss<input type="checkbox" id="T0075check" onclick="handleTechniqueClick('T0075')"></td>
|
||||
<td id="T0101">T0101 Create Localized Content<input type="checkbox" id="T0101check" onclick="handleTechniqueClick('T0101')"></td>
|
||||
<td id="T0101">T0101 Create Localised Content<input type="checkbox" id="T0101check" onclick="handleTechniqueClick('T0101')"></td>
|
||||
<td id="T0019.001">T0019.001 Create Fake Research<input type="checkbox" id="T0019.001check" onclick="handleTechniqueClick('T0019.001')"></td>
|
||||
<td id="T0043.001">T0043.001 Use Encrypted Chat Apps<input type="checkbox" id="T0043.001check" onclick="handleTechniqueClick('T0043.001')"></td>
|
||||
<td id="T0042">T0042 Seed Kernel of Truth<input type="checkbox" id="T0042check" onclick="handleTechniqueClick('T0042')"></td>
|
||||
<td id="T0114.002">T0114.002 Traditional Media<input type="checkbox" id="T0114.002check" onclick="handleTechniqueClick('T0114.002')"></td>
|
||||
<td id="T0057">T0057 Organize Events<input type="checkbox" id="T0057check" onclick="handleTechniqueClick('T0057')"></td>
|
||||
<td id="T0057">T0057 Organise Events<input type="checkbox" id="T0057check" onclick="handleTechniqueClick('T0057')"></td>
|
||||
<td id="T0128">T0128 Conceal People<input type="checkbox" id="T0128check" onclick="handleTechniqueClick('T0128')"></td>
|
||||
<td id="T0132.002">T0132.002 Content Focused<input type="checkbox" id="T0132.002check" onclick="handleTechniqueClick('T0132.002')"></td>
|
||||
<td id="T0072.002">T0072.002 Demographic Segmentation<input type="checkbox" id="T0072.002check" onclick="handleTechniqueClick('T0072.002')"></td>
|
||||
@ -146,7 +146,7 @@ function handleTechniqueClick(box) {
|
||||
<td id="T0022.002">T0022.002 Develop Original Conspiracy Theory Narratives<input type="checkbox" id="T0022.002check" onclick="handleTechniqueClick('T0022.002')"></td>
|
||||
<td id="T0014.001">T0014.001 Raise Funds from Malign Actors<input type="checkbox" id="T0014.001check" onclick="handleTechniqueClick('T0014.001')"></td>
|
||||
<td id="T0097.001">T0097.001 Backstop Personas<input type="checkbox" id="T0097.001check" onclick="handleTechniqueClick('T0097.001')"></td>
|
||||
<td id="T0049.004">T0049.004 Utilize Spamoflauge<input type="checkbox" id="T0049.004check" onclick="handleTechniqueClick('T0049.004')"></td>
|
||||
<td id="T0049.004">T0049.004 Utilise Spamoflauge<input type="checkbox" id="T0049.004check" onclick="handleTechniqueClick('T0049.004')"></td>
|
||||
<td id="T0048.003">T0048.003 Threaten to Dox<input type="checkbox" id="T0048.003check" onclick="handleTechniqueClick('T0048.003')"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -155,11 +155,11 @@ function handleTechniqueClick(box) {
|
||||
<td id="T0102.002">T0102.002 Create Echo Chambers/Filter Bubbles<input type="checkbox" id="T0102.002check" onclick="handleTechniqueClick('T0102.002')"></td>
|
||||
<td id="T0023.001">T0023.001 Reframe Context<input type="checkbox" id="T0023.001check" onclick="handleTechniqueClick('T0023.001')"></td>
|
||||
<td id="T0103.001">T0103.001 Video Livestream<input type="checkbox" id="T0103.001check" onclick="handleTechniqueClick('T0103.001')"></td>
|
||||
<td id="T0046">T0046 Use Search Engine Optimization<input type="checkbox" id="T0046check" onclick="handleTechniqueClick('T0046')"></td>
|
||||
<td id="T0046">T0046 Use Search Engine Optimisation<input type="checkbox" id="T0046check" onclick="handleTechniqueClick('T0046')"></td>
|
||||
<td id="T0115.002">T0115.002 Post Violative Content to Provoke Takedown and Backlash<input type="checkbox" id="T0115.002check" onclick="handleTechniqueClick('T0115.002')"></td>
|
||||
<td id="T0061">T0061 Sell Merchandise<input type="checkbox" id="T0061check" onclick="handleTechniqueClick('T0061')"></td>
|
||||
<td id="T0128.003">T0128.003 Distance Reputable Individuals from Operation<input type="checkbox" id="T0128.003check" onclick="handleTechniqueClick('T0128.003')"></td>
|
||||
<td id="T0133.001">T0133.001 Behavior Changes<input type="checkbox" id="T0133.001check" onclick="handleTechniqueClick('T0133.001')"></td>
|
||||
<td id="T0133.001">T0133.001 Behaviour Changes<input type="checkbox" id="T0133.001check" onclick="handleTechniqueClick('T0133.001')"></td>
|
||||
<td id="T0072.005">T0072.005 Political Segmentation<input type="checkbox" id="T0072.005check" onclick="handleTechniqueClick('T0072.005')"></td>
|
||||
<td id="T0040">T0040 Demand Insurmountable Proof<input type="checkbox" id="T0040check" onclick="handleTechniqueClick('T0040')"></td>
|
||||
<td id="T0014.002">T0014.002 Raise Funds from Ignorant Agents<input type="checkbox" id="T0014.002check" onclick="handleTechniqueClick('T0014.002')"></td>
|
||||
@ -225,7 +225,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0084.002">T0084.002 Plagiarize Content<input type="checkbox" id="T0084.002check" onclick="handleTechniqueClick('T0084.002')"></td>
|
||||
<td id="T0084.002">T0084.002 Plagiarise Content<input type="checkbox" id="T0084.002check" onclick="handleTechniqueClick('T0084.002')"></td>
|
||||
<td id="T0104.002">T0104.002 Dating Apps<input type="checkbox" id="T0104.002check" onclick="handleTechniqueClick('T0104.002')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0117">T0117 Attract Traditional Media<input type="checkbox" id="T0117check" onclick="handleTechniqueClick('T0117')"></td>
|
||||
@ -243,7 +243,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0084.003">T0084.003 Deceptively Labeled or Translated<input type="checkbox" id="T0084.003check" onclick="handleTechniqueClick('T0084.003')"></td>
|
||||
<td id="T0084.003">T0084.003 Deceptively Labelled or Translated<input type="checkbox" id="T0084.003check" onclick="handleTechniqueClick('T0084.003')"></td>
|
||||
<td id="T0104.003">T0104.003 Private/Closed Social Networks<input type="checkbox" id="T0104.003check" onclick="handleTechniqueClick('T0104.003')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -326,7 +326,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0091.002">T0091.002 Recruit Partisans<input type="checkbox" id="T0091.002check" onclick="handleTechniqueClick('T0091.002')"></td>
|
||||
<td id="T0100.003">T0100.003 Co-Opt Influencers<input type="checkbox" id="T0100.003check" onclick="handleTechniqueClick('T0100.003')"></td>
|
||||
<td id="T0120.001">T0120.001 Use Affiliate Marketing Programs<input type="checkbox" id="T0120.001check" onclick="handleTechniqueClick('T0120.001')"></td>
|
||||
<td id="T0120.001">T0120.001 Use Affiliate Marketing Programmes<input type="checkbox" id="T0120.001check" onclick="handleTechniqueClick('T0120.001')"></td>
|
||||
<td id="T0124.003">T0124.003 Exploit Platform TOS/Content Moderation<input type="checkbox" id="T0124.003check" onclick="handleTechniqueClick('T0124.003')"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -378,7 +378,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0081.005">T0081.005 Identify Existing Conspiracy Narratives/Suspicions<input type="checkbox" id="T0081.005check" onclick="handleTechniqueClick('T0081.005')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0092.001">T0092.001 Create Organizations<input type="checkbox" id="T0092.001check" onclick="handleTechniqueClick('T0092.001')"></td>
|
||||
<td id="T0092.001">T0092.001 Create Organisations<input type="checkbox" id="T0092.001check" onclick="handleTechniqueClick('T0092.001')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0121.001">T0121.001 Bypass Content Blocking<input type="checkbox" id="T0121.001check" onclick="handleTechniqueClick('T0121.001')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -446,7 +446,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0130.002">T0130.002 Utilize Bulletproof Hosting<input type="checkbox" id="T0130.002check" onclick="handleTechniqueClick('T0130.002')"></td>
|
||||
<td id="T0130.002">T0130.002 Utilise Bulletproof Hosting<input type="checkbox" id="T0130.002check" onclick="handleTechniqueClick('T0130.002')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -464,7 +464,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0130.003">T0130.003 Use Shell Organizations<input type="checkbox" id="T0130.003check" onclick="handleTechniqueClick('T0130.003')"></td>
|
||||
<td id="T0130.003">T0130.003 Use Shell Organisations<input type="checkbox" id="T0130.003check" onclick="handleTechniqueClick('T0130.003')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -522,7 +522,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0094.002">T0094.002 Utilize Butterfly Attacks<input type="checkbox" id="T0094.002check" onclick="handleTechniqueClick('T0094.002')"></td>
|
||||
<td id="T0094.002">T0094.002 Utilise Butterfly Attacks<input type="checkbox" id="T0094.002check" onclick="handleTechniqueClick('T0094.002')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -594,7 +594,7 @@ function handleTechniqueClick(box) {
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td id="T0096.002">T0096.002 Outsource Content Creation to External Organizations<input type="checkbox" id="T0096.002check" onclick="handleTechniqueClick('T0096.002')"></td>
|
||||
<td id="T0096.002">T0096.002 Outsource Content Creation to External Organisations<input type="checkbox" id="T0096.002check" onclick="handleTechniqueClick('T0096.002')"></td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
<td bgcolor=white> </td>
|
||||
@ -625,7 +625,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0073text" style="display:none">T0073: Determine Target Audiences</li>
|
||||
<li id="T0002text" style="display:none">T0002: Facilitate State Propaganda</li>
|
||||
<li id="T0016text" style="display:none">T0016: Create Clickbait</li>
|
||||
<li id="T0015text" style="display:none">T0015: Create Hashtags and Search Artifacts</li>
|
||||
<li id="T0015text" style="display:none">T0015: Create Hashtags and Search Artefacts</li>
|
||||
<li id="T0029text" style="display:none">T0029: Online Polls</li>
|
||||
<li id="T0020text" style="display:none">T0020: Trial Content</li>
|
||||
<li id="T0114text" style="display:none">T0114: Deliver Ads</li>
|
||||
@ -643,7 +643,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0018text" style="display:none">T0018: Purchase Targeted Advertisements</li>
|
||||
<li id="T0019text" style="display:none">T0019: Generate Information Pollution</li>
|
||||
<li id="T0043text" style="display:none">T0043: Chat Apps</li>
|
||||
<li id="T0039 text" style="display:none">T0039 : Bait Legitimate Influencers</li>
|
||||
<li id="T0039text" style="display:none">T0039: Bait Legitimate Influencers</li>
|
||||
<li id="T0114.001text" style="display:none">T0114.001: Social Media</li>
|
||||
<li id="T0017.001text" style="display:none">T0017.001: Conduct Crowdfunding Campaigns</li>
|
||||
<li id="T0060text" style="display:none">T0060: Continue to Amplify</li>
|
||||
@ -651,16 +651,16 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0072.001text" style="display:none">T0072.001: Geographic Segmentation</li>
|
||||
<li id="T0004text" style="display:none">T0004: Develop Competing Narratives</li>
|
||||
<li id="T0010text" style="display:none">T0010: Cultivate Ignorant Agents</li>
|
||||
<li id="T0009.001text" style="display:none">T0009.001: Utilize Academic/Pseudoscientific Justifications</li>
|
||||
<li id="T0009.001text" style="display:none">T0009.001: Utilise Academic/Pseudoscientific Justifications</li>
|
||||
<li id="T0049.001text" style="display:none">T0049.001: Trolls Amplify and Manipulate</li>
|
||||
<li id="T0048text" style="display:none">T0048: Harass</li>
|
||||
<li id="T0075text" style="display:none">T0075: Dismiss</li>
|
||||
<li id="T0101text" style="display:none">T0101: Create Localized Content</li>
|
||||
<li id="T0101text" style="display:none">T0101: Create Localised Content</li>
|
||||
<li id="T0019.001text" style="display:none">T0019.001: Create Fake Research</li>
|
||||
<li id="T0043.001text" style="display:none">T0043.001: Use Encrypted Chat Apps</li>
|
||||
<li id="T0042text" style="display:none">T0042: Seed Kernel of Truth</li>
|
||||
<li id="T0114.002text" style="display:none">T0114.002: Traditional Media</li>
|
||||
<li id="T0057text" style="display:none">T0057: Organize Events</li>
|
||||
<li id="T0057text" style="display:none">T0057: Organise Events</li>
|
||||
<li id="T0128text" style="display:none">T0128: Conceal People</li>
|
||||
<li id="T0132.002text" style="display:none">T0132.002: Content Focused</li>
|
||||
<li id="T0072.002text" style="display:none">T0072.002: Demographic Segmentation</li>
|
||||
@ -697,17 +697,17 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0022.002text" style="display:none">T0022.002: Develop Original Conspiracy Theory Narratives</li>
|
||||
<li id="T0014.001text" style="display:none">T0014.001: Raise Funds from Malign Actors</li>
|
||||
<li id="T0097.001text" style="display:none">T0097.001: Backstop Personas</li>
|
||||
<li id="T0049.004text" style="display:none">T0049.004: Utilize Spamoflauge</li>
|
||||
<li id="T0049.004text" style="display:none">T0049.004: Utilise Spamoflauge</li>
|
||||
<li id="T0048.003text" style="display:none">T0048.003: Threaten to Dox</li>
|
||||
<li id="T0077text" style="display:none">T0077: Distract</li>
|
||||
<li id="T0102.002text" style="display:none">T0102.002: Create Echo Chambers/Filter Bubbles</li>
|
||||
<li id="T0023.001text" style="display:none">T0023.001: Reframe Context</li>
|
||||
<li id="T0103.001text" style="display:none">T0103.001: Video Livestream</li>
|
||||
<li id="T0046text" style="display:none">T0046: Use Search Engine Optimization</li>
|
||||
<li id="T0046text" style="display:none">T0046: Use Search Engine Optimisation</li>
|
||||
<li id="T0115.002text" style="display:none">T0115.002: Post Violative Content to Provoke Takedown and Backlash</li>
|
||||
<li id="T0061text" style="display:none">T0061: Sell Merchandise</li>
|
||||
<li id="T0128.003text" style="display:none">T0128.003: Distance Reputable Individuals from Operation</li>
|
||||
<li id="T0133.001text" style="display:none">T0133.001: Behavior Changes</li>
|
||||
<li id="T0133.001text" style="display:none">T0133.001: Behaviour Changes</li>
|
||||
<li id="T0072.005text" style="display:none">T0072.005: Political Segmentation</li>
|
||||
<li id="T0040text" style="display:none">T0040: Demand Insurmountable Proof</li>
|
||||
<li id="T0014.002text" style="display:none">T0014.002: Raise Funds from Ignorant Agents</li>
|
||||
@ -754,7 +754,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0099text" style="display:none">T0099: Prepare Assets Impersonating Legitimate Entities</li>
|
||||
<li id="T0118text" style="display:none">T0118: Amplify Existing Narrative</li>
|
||||
<li id="T0123.002text" style="display:none">T0123.002: Block Content</li>
|
||||
<li id="T0084.002text" style="display:none">T0084.002: Plagiarize Content</li>
|
||||
<li id="T0084.002text" style="display:none">T0084.002: Plagiarise Content</li>
|
||||
<li id="T0104.002text" style="display:none">T0104.002: Dating Apps</li>
|
||||
<li id="T0117text" style="display:none">T0117: Attract Traditional Media</li>
|
||||
<li id="T0127text" style="display:none">T0127: Physical Violence</li>
|
||||
@ -765,7 +765,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0099.001text" style="display:none">T0099.001: Astroturfing</li>
|
||||
<li id="T0119text" style="display:none">T0119: Cross-Posting</li>
|
||||
<li id="T0123.003text" style="display:none">T0123.003: Destroy Information Generation Capabilities</li>
|
||||
<li id="T0084.003text" style="display:none">T0084.003: Deceptively Labeled or Translated</li>
|
||||
<li id="T0084.003text" style="display:none">T0084.003: Deceptively Labelled or Translated</li>
|
||||
<li id="T0104.003text" style="display:none">T0104.003: Private/Closed Social Networks</li>
|
||||
<li id="T0127.001text" style="display:none">T0127.001: Conduct Physical Violence</li>
|
||||
<li id="T0129.002text" style="display:none">T0129.002: Generate Content Unrelated to Narrative</li>
|
||||
@ -808,7 +808,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0081.002text" style="display:none">T0081.002: Identify Data Voids</li>
|
||||
<li id="T0091.002text" style="display:none">T0091.002: Recruit Partisans</li>
|
||||
<li id="T0100.003text" style="display:none">T0100.003: Co-Opt Influencers</li>
|
||||
<li id="T0120.001text" style="display:none">T0120.001: Use Affiliate Marketing Programs</li>
|
||||
<li id="T0120.001text" style="display:none">T0120.001: Use Affiliate Marketing Programmes</li>
|
||||
<li id="T0124.003text" style="display:none">T0124.003: Exploit Platform TOS/Content Moderation</li>
|
||||
<li id="T0085.003text" style="display:none">T0085.003: Develop Inauthentic News Articles</li>
|
||||
<li id="T0105.001text" style="display:none">T0105.001: Photo Sharing</li>
|
||||
@ -827,7 +827,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0105.003text" style="display:none">T0105.003: Audio Sharing</li>
|
||||
<li id="T0129.009text" style="display:none">T0129.009: Remove Post Origins</li>
|
||||
<li id="T0081.005text" style="display:none">T0081.005: Identify Existing Conspiracy Narratives/Suspicions</li>
|
||||
<li id="T0092.001text" style="display:none">T0092.001: Create Organizations</li>
|
||||
<li id="T0092.001text" style="display:none">T0092.001: Create Organisations</li>
|
||||
<li id="T0121.001text" style="display:none">T0121.001: Bypass Content Blocking</li>
|
||||
<li id="T0086.002text" style="display:none">T0086.002: Develop AI-Generated Images (Deepfakes)</li>
|
||||
<li id="T0106text" style="display:none">T0106: Discussion Forums</li>
|
||||
@ -847,11 +847,11 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0093text" style="display:none">T0093: Acquire/Recruit Network</li>
|
||||
<li id="T0087text" style="display:none">T0087: Develop Video-Based Content</li>
|
||||
<li id="T0108text" style="display:none">T0108: Blogging and Publishing Networks</li>
|
||||
<li id="T0130.002text" style="display:none">T0130.002: Utilize Bulletproof Hosting</li>
|
||||
<li id="T0130.002text" style="display:none">T0130.002: Utilise Bulletproof Hosting</li>
|
||||
<li id="T0093.001text" style="display:none">T0093.001: Fund Proxies</li>
|
||||
<li id="T0087.001text" style="display:none">T0087.001: Develop AI-Generated Videos (Deepfakes)</li>
|
||||
<li id="T0109text" style="display:none">T0109: Consumer Review Networks</li>
|
||||
<li id="T0130.003text" style="display:none">T0130.003: Use Shell Organizations</li>
|
||||
<li id="T0130.003text" style="display:none">T0130.003: Use Shell Organisations</li>
|
||||
<li id="T0093.002text" style="display:none">T0093.002: Acquire Botnets</li>
|
||||
<li id="T0087.002text" style="display:none">T0087.002: Deceptively Edit Video (Cheap Fakes)</li>
|
||||
<li id="T0110text" style="display:none">T0110: Formal Diplomatic Channels</li>
|
||||
@ -864,7 +864,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0088.001text" style="display:none">T0088.001: Develop AI-Generated Audio (Deepfakes)</li>
|
||||
<li id="T0111.001text" style="display:none">T0111.001: TV</li>
|
||||
<li id="T0131text" style="display:none">T0131: Exploit TOS/Content Moderation</li>
|
||||
<li id="T0094.002text" style="display:none">T0094.002: Utilize Butterfly Attacks</li>
|
||||
<li id="T0094.002text" style="display:none">T0094.002: Utilise Butterfly Attacks</li>
|
||||
<li id="T0088.002text" style="display:none">T0088.002: Deceptively Edit Audio (Cheap Fakes)</li>
|
||||
<li id="T0111.002text" style="display:none">T0111.002: Newspaper</li>
|
||||
<li id="T0131.001text" style="display:none">T0131.001: Legacy Web Content</li>
|
||||
@ -877,7 +877,7 @@ function handleTechniqueClick(box) {
|
||||
<li id="T0112text" style="display:none">T0112: Email</li>
|
||||
<li id="T0096.001text" style="display:none">T0096.001: Create Content Farms</li>
|
||||
<li id="T0089.002text" style="display:none">T0089.002: Create Inauthentic Documents</li>
|
||||
<li id="T0096.002text" style="display:none">T0096.002: Outsource Content Creation to External Organizations</li>
|
||||
<li id="T0096.002text" style="display:none">T0096.002: Outsource Content Creation to External Organisations</li>
|
||||
<li id="T0089.003text" style="display:none">T0089.003: Alter Authentic Documents</li>
|
||||
</ul>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
P01,P01,P02,P02,P02,P03,P03,P03,P03,P04,P01,P02,P02,P02,P03,P03
|
||||
TA01,TA02,TA05,TA06,TA07,TA08,TA09,TA10,TA11,TA12,TA13,TA14,TA15,TA16,TA17,TA18
|
||||
T0073,T0002,T0016,T0015,T0029,T0020,T0114,T0017,T0059,T0132,T0072,T0003,T0007,T0009,T0049,T0047
|
||||
T0074,T0066,T0018,T0019,T0043,T0039 ,T0114.001,T0017.001,T0060,T0132.001,T0072.001,T0004,T0010,T0009.001,T0049.001,T0048
|
||||
T0074,T0066,T0018,T0019,T0043,T0039,T0114.001,T0017.001,T0060,T0132.001,T0072.001,T0004,T0010,T0009.001,T0049.001,T0048
|
||||
,T0075,T0101,T0019.001,T0043.001,T0042,T0114.002,T0057,T0128,T0132.002,T0072.002,T0022,T0013,T0011,T0049.002,T0048.001
|
||||
,T0075.001,T0102,T0019.002,T0043.002,T0044,T0115,T0057.001,T0128.001,T0132.003,T0072.003,T0022.001,T0014,T0097,T0049.003,T0048.002
|
||||
,T0076,T0102.001,T0023,T0103,T0045,T0115.001,T0057.002,T0128.002,T0133,T0072.004,T0022.002,T0014.001,T0097.001,T0049.004,T0048.003
|
||||
|
|
@ -4,8 +4,7 @@
|
||||
|
||||
* **Sector:** S006
|
||||
|
||||
* **Viewpoint:** FW01
|
||||
FW02
|
||||
* **Viewpoint:** FW01 FW02
|
||||
|
||||
|
||||
| Counters | Response types |
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
* **Sector:** S006
|
||||
|
||||
* **Viewpoint:** FW01
|
||||
FW02
|
||||
* **Viewpoint:** FW01 FW02
|
||||
|
||||
|
||||
| Counters | Response types |
|
||||
|
@ -4,8 +4,7 @@
|
||||
|
||||
* **Sector:** S006
|
||||
|
||||
* **Viewpoint:** FW01
|
||||
FW02
|
||||
* **Viewpoint:** FW01 FW02
|
||||
|
||||
|
||||
| Counters | Response types |
|
||||
|
@ -4,14 +4,13 @@
|
||||
|
||||
* **Sector:** S003
|
||||
|
||||
* **Viewpoint:** FW01
|
||||
FW02
|
||||
* **Viewpoint:** FW01 FW02
|
||||
|
||||
|
||||
| Counters | Response types |
|
||||
| -------- | -------------- |
|
||||
| [C00012 Platform regulation](../../generated_pages/counters/C00012.md) | D02 |
|
||||
| [C00156 Better tell your country or organization story](../../generated_pages/counters/C00156.md) | D03 |
|
||||
| [C00156 Better tell your country or organisation story](../../generated_pages/counters/C00156.md) | D03 |
|
||||
| [C00203 Stop offering press credentials to propaganda outlets](../../generated_pages/counters/C00203.md) | D03 |
|
||||
| [C00205 strong dialogue between the federal government and private sector to encourage better reporting](../../generated_pages/counters/C00205.md) | D03 |
|
||||
| [C00207 Run a competing disinformation campaign - not recommended](../../generated_pages/counters/C00207.md) | D07 |
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
| Counters | Response types |
|
||||
| -------- | -------------- |
|
||||
| [C00156 Better tell your country or organization story](../../generated_pages/counters/C00156.md) | D03 |
|
||||
| [C00156 Better tell your country or organisation story](../../generated_pages/counters/C00156.md) | D03 |
|
||||
|
||||
|
||||
DO NOT EDIT ABOVE THIS LINE - PLEASE ADD NOTES BELOW
|
@ -4,8 +4,7 @@
|
||||
|
||||
* **Sector:** S010
|
||||
|
||||
* **Viewpoint:** FW01
|
||||
FW02
|
||||
* **Viewpoint:** FW01 FW02
|
||||
|
||||
|
||||
| Counters | Response types |
|
||||
|
@ -9,7 +9,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A001.md">A001</a></td>
|
||||
<td>data scientist </td>
|
||||
<td>data scientist</td>
|
||||
<td>Person who can wrangle data, implement machine learning algorithms etc</td>
|
||||
<td>S001, S002, S003, S004, S005, S006, S007, S008, S009, S010</td>
|
||||
</tr>
|
||||
@ -21,7 +21,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A003.md">A003</a></td>
|
||||
<td>trusted authority </td>
|
||||
<td>trusted authority</td>
|
||||
<td>Influencer</td>
|
||||
<td>S001, S002, S003, S004, S005, S006, S007, S008, S009, S010</td>
|
||||
</tr>
|
||||
@ -63,13 +63,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A010.md">A010</a></td>
|
||||
<td>religious organisation </td>
|
||||
<td>religious organisation</td>
|
||||
<td></td>
|
||||
<td>S002</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A011.md">A011</a></td>
|
||||
<td>school </td>
|
||||
<td>school</td>
|
||||
<td></td>
|
||||
<td>S002</td>
|
||||
</tr>
|
||||
@ -81,7 +81,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A013.md">A013</a></td>
|
||||
<td>content creator </td>
|
||||
<td>content creator</td>
|
||||
<td></td>
|
||||
<td>S006</td>
|
||||
</tr>
|
||||
@ -111,13 +111,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A018.md">A018</a></td>
|
||||
<td>government </td>
|
||||
<td>government</td>
|
||||
<td>Government agencies</td>
|
||||
<td>S003</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A019.md">A019</a></td>
|
||||
<td>military </td>
|
||||
<td>military</td>
|
||||
<td></td>
|
||||
<td>S003</td>
|
||||
</tr>
|
||||
@ -177,25 +177,25 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A029.md">A029</a></td>
|
||||
<td>server admininistrator </td>
|
||||
<td>server admininistrator</td>
|
||||
<td></td>
|
||||
<td>S008</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A030.md">A030</a></td>
|
||||
<td>platforms </td>
|
||||
<td>platforms</td>
|
||||
<td></td>
|
||||
<td>S007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A031.md">A031</a></td>
|
||||
<td>social media platform adminstrator</td>
|
||||
<td>Person with the authority to make changes to algorithms, take down content etc. </td>
|
||||
<td>Person with the authority to make changes to algorithms, take down content etc.</td>
|
||||
<td>S007</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="actortypes/A032.md">A032</a></td>
|
||||
<td>social media platform outreach </td>
|
||||
<td>social media platform outreach</td>
|
||||
<td></td>
|
||||
<td>S007</td>
|
||||
</tr>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -25,9 +25,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0043 Chat Apps](../../generated_pages/techniques/T0043.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M006 - scoring
|
||||
* **Metatechnique**: M006 - Scoring
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,13 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0013 Create Inauthentic Websites](../../generated_pages/techniques/T0013.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -26,9 +26,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0042 Seed Kernel of Truth](../../generated_pages/techniques/T0042.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -26,12 +26,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0013 Create Inauthentic Websites](../../generated_pages/techniques/T0013.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M007 - metatechnique
|
||||
* **Metatechnique**: M007 - Metatechnique
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
| Actor types | Sectors |
|
||||
| ----------- | ------- |
|
||||
| [A018 government ](../../generated_pages/actortypes/A018.md) | S003 |
|
||||
| [A018 government](../../generated_pages/actortypes/A018.md) | S003 |
|
||||
| [A020 policy maker](../../generated_pages/actortypes/A020.md) | S003 |
|
||||
| [A033 social media platform owner](../../generated_pages/actortypes/A033.md) | S007 |
|
||||
|
||||
@ -26,25 +26,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0047 Censor Social Media as a Political Force](../../generated_pages/techniques/T0047.md) |
|
||||
| [T0046 Use Search Engine Optimization](../../generated_pages/techniques/T0046.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0043 Chat Apps](../../generated_pages/techniques/T0043.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0013 Create Inauthentic Websites](../../generated_pages/techniques/T0013.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Counter C00013: Rating framework for news
|
||||
|
||||
* **Summary**: This is "strategic innoculation", raising the standards of what people expect in terms of evidence when consuming news. Example: journalistic ethics, or journalistic licensing body. Include full transcripts, link source, add items.
|
||||
* **Summary**: This is "strategic innoculation", raising the standards of what people expect in terms of evidence when consuming news. Example: journalistic ethics, or journalistic licencing body. Include full transcripts, link source, add items.
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M006 - scoring
|
||||
* **Metatechnique**: M006 - Scoring
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,8 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M006 - scoring
|
||||
* **Metatechnique**: M006 - Scoring
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,13 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0013 Create Inauthentic Websites](../../generated_pages/techniques/T0013.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,22 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0013 Create Inauthentic Websites](../../generated_pages/techniques/T0013.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0043 Chat Apps](../../generated_pages/techniques/T0043.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,10 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,11 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,11 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,11 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,11 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,12 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
# Counter C00028: Make information provenance available
|
||||
|
||||
* **Summary**: Blockchain audit log and validation with collaborative decryption to post comments. Use blockchain technology to require collaborative validation before posts or comments are submitted.
|
||||
|
||||
This could be used to adjust upvote weight via a trust factor of people and organisations you trust, or other criteria.
|
||||
* **Summary**: Blockchain audit log and validation with collaborative decryption to post comments. Use blockchain technology to require collaborative validation before posts or comments are submitted. This could be used to adjust upvote weight via a trust factor of people and organisations you trust, or other criteria.
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M011 - verification
|
||||
* **Metatechnique**: M011 - Verification
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M009 - dilution
|
||||
* **Metatechnique**: M009 - Dilution
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M013 - targeting
|
||||
* **Metatechnique**: M013 - Targeting
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,10 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M011 - verification
|
||||
* **Metatechnique**: M011 - Verification
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,11 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0019 Generate Information Pollution](../../generated_pages/techniques/T0019.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0042 Seed Kernel of Truth](../../generated_pages/techniques/T0042.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0059 Play the Long Game](../../generated_pages/techniques/T0059.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:** R004 - platform algorithms
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0029 Online Polls](../../generated_pages/techniques/T0029.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M013 - targeting
|
||||
* **Metatechnique**: M013 - Targeting
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,14 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M008 - data pollution
|
||||
* **Metatechnique**: M008 - Data Pollution
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,11 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M013 - targeting
|
||||
* **Metatechnique**: M013 - Targeting
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M012 - cleaning
|
||||
* **Metatechnique**: M012 - Cleaning
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M011 - verification
|
||||
* **Metatechnique**: M011 - Verification
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M013 - targeting
|
||||
* **Metatechnique**: M013 - Targeting
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0047 Censor Social Media as a Political Force](../../generated_pages/techniques/T0047.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M009 - dilution
|
||||
* **Metatechnique**: M009 - Dilution
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0015 Create Hashtags and Search Artefacts](../../generated_pages/techniques/T0015.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M013 - targeting
|
||||
* **Metatechnique**: M013 - Targeting
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,18 +1,10 @@
|
||||
# Counter C00070: Block access to disinformation resources
|
||||
|
||||
* **Summary**: Resources = accounts, channels etc. Block access to platform. DDOS an attacker.
|
||||
|
||||
TA02*: DDOS at the critical time, to deny an adversary's time-bound objective.
|
||||
|
||||
T0008: A quick response to a proto-viral story will affect it's ability to spread and raise questions about their legitimacy.
|
||||
|
||||
Hashtag: Against the platform, by drowning the hashtag.
|
||||
|
||||
T0046 - Search Engine Optimization: Sub-optimal website performance affect its search engine rank, which I interpret as "blocking access to a platform".
|
||||
* **Summary**: Resources = accounts, channels etc. Block access to platform. DDOS an attacker. TA02*: DDOS at the critical time, to deny an adversary's time-bound objective. T0008: A quick response to a proto-viral story will affect it's ability to spread and raise questions about their legitimacy. Hashtag: Against the platform, by drowning the hashtag. T0046 - Search Engine Optimisation: Sub-optimal website performance affect its search engine rank, which I interpret as "blocking access to a platform".
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -31,11 +23,6 @@ T0046 - Search Engine Optimization: Sub-optimal website performance affect its s
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0046 Use Search Engine Optimization](../../generated_pages/techniques/T0046.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,11 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0019 Generate Information Pollution](../../generated_pages/techniques/T0019.md) |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Counter C00073: Inoculate populations through media literacy training
|
||||
|
||||
* **Summary**: Use training to build the resilience of at-risk populations. Educate on how to handle info pollution. Push out targeted education on why it's pollution. Build cultural resistance to false content, e.g. cultural resistance to bullshit. Influence literacy training, to inoculate against “cult” recruiting. Media literacy training: leverage librarians / library for media literacy training. Inoculate at language. Strategic planning included as inoculating population has strategic value. Concepts of media literacy to a mass audience that authorities launch a public information campaign that teaches the program will take time to develop and establish impact, recommends curriculum-based training. Covers detect, deny, and degrade.
|
||||
* **Summary**: Use training to build the resilience of at-risk populations. Educate on how to handle info pollution. Push out targeted education on why it's pollution. Build cultural resistance to false content, e.g. cultural resistance to bullshit. Influence literacy training, to inoculate against “cult” recruiting. Media literacy training: leverage librarians / library for media literacy training. Inoculate at language. Strategic planning included as inoculating population has strategic value. Concepts of media literacy to a mass audience that authorities launch a public information campaign that teaches the programme will take time to develop and establish impact, recommends curriculum-based training. Covers detect, deny, and degrade.
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -17,10 +17,10 @@
|
||||
| [A006 educator](../../generated_pages/actortypes/A006.md) | S002 |
|
||||
| [A008 library](../../generated_pages/actortypes/A008.md) | S002 |
|
||||
| [A009 NGO](../../generated_pages/actortypes/A009.md) | S002 |
|
||||
| [A010 religious organisation ](../../generated_pages/actortypes/A010.md) | S002 |
|
||||
| [A010 religious organisation](../../generated_pages/actortypes/A010.md) | S002 |
|
||||
| [A017 coordinating body](../../generated_pages/actortypes/A017.md) | S003 |
|
||||
| [A021 media organisation](../../generated_pages/actortypes/A021.md) | S010 |
|
||||
| [A032 social media platform outreach ](../../generated_pages/actortypes/A032.md) | S007 |
|
||||
| [A032 social media platform outreach](../../generated_pages/actortypes/A032.md) | S007 |
|
||||
|
||||
|
||||
|
||||
@ -32,15 +32,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0019 Generate Information Pollution](../../generated_pages/techniques/T0019.md) |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0040 Demand Insurmountable Proof](../../generated_pages/techniques/T0040.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M012 - cleaning
|
||||
* **Metatechnique**: M012 - Cleaning
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -26,12 +26,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0019 Generate Information Pollution](../../generated_pages/techniques/T0019.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0043 Chat Apps](../../generated_pages/techniques/T0043.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Counter C00075: normalise language
|
||||
|
||||
* **Summary**: normalise the language around disinformation and misinformation; give people the words for artifact and effect types.
|
||||
* **Summary**: normalise the language around disinformation and misinformation; give people the words for artefact and effect types.
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M005 - removal
|
||||
* **Metatechnique**: M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M013 - targeting
|
||||
* **Metatechnique**: M013 - Targeting
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,9 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0046 Use Search Engine Optimization](../../generated_pages/techniques/T0046.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,10 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,11 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,10 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0059 Play the Long Game](../../generated_pages/techniques/T0059.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,12 +1,10 @@
|
||||
# Counter C00085: Mute content
|
||||
|
||||
* **Summary**: Rate-limit disinformation content. Reduces its effects, whilst not running afoul of censorship concerns.
|
||||
|
||||
Online archives of content (archives of websites, social media profiles, media, copies of published advertisements; or archives of comments attributed to bad actors, as well as anonymized metadata about users who interacted with them and analysis of the effect) is useful for intelligence analysis and public transparency, but will need similar muting or tagging/ shaming as associated with bad actors.
|
||||
* **Summary**: Rate-limit disinformation content. Reduces its effects, whilst not running afoul of censorship concerns. Online archives of content (archives of websites, social media profiles, media, copies of published advertisements; or archives of comments attributed to bad actors, as well as anonymized metadata about users who interacted with them and analysis of the effect) is useful for intelligence analysis and public transparency, but will need similar muting or tagging/ shaming as associated with bad actors.
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -25,15 +23,6 @@ Online archives of content (archives of websites, social media profiles, media,
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M009 - dilution
|
||||
* **Metatechnique**: M009 - Dilution
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,9 +23,7 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0039 Bait Legitimate Influencers](../../generated_pages/techniques/T0039.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M006 - scoring
|
||||
* **Metatechnique**: M006 - Scoring
|
||||
|
||||
* **Resources needed:** R001 - datastreams
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
| Actor types | Sectors |
|
||||
| ----------- | ------- |
|
||||
| [A001 data scientist ](../../generated_pages/actortypes/A001.md) | S001, S002, S003, S004, S005, S006, S007, S008, S009, S010 |
|
||||
| [A001 data scientist](../../generated_pages/actortypes/A001.md) | S001, S002, S003, S004, S005, S006, S007, S008, S009, S010 |
|
||||
|
||||
|
||||
|
||||
@ -24,10 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,10 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0047 Censor Social Media as a Political Force](../../generated_pages/techniques/T0047.md) |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M006 - scoring
|
||||
* **Metatechnique**: M006 - Scoring
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0023 Distort Facts](../../generated_pages/techniques/T0023.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:** R004 - platform algorithms
|
||||
|
||||
@ -25,9 +25,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0029 Online Polls](../../generated_pages/techniques/T0029.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0011 Compromise Legitimate Accounts](../../generated_pages/techniques/T0011.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:** R004 - platform algorithms
|
||||
|
||||
@ -24,9 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:** R004 - platform algorithms
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0029 Online Polls](../../generated_pages/techniques/T0029.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M009 - dilution
|
||||
* **Metatechnique**: M009 - Dilution
|
||||
|
||||
* **Resources needed:** R003 - money
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M002 - diversion
|
||||
* **Metatechnique**: M002 - Diversion
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M006 - scoring, M005 - removal
|
||||
* **Metatechnique**: M006 - Scoring, M005 - Removal
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -25,17 +25,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0009 Create Fake Experts](../../generated_pages/techniques/T0009.md) |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0013 Create Inauthentic Websites](../../generated_pages/techniques/T0013.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
| Actor types | Sectors |
|
||||
| ----------- | ------- |
|
||||
| [A013 content creator ](../../generated_pages/actortypes/A013.md) | S006 |
|
||||
| [A013 content creator](../../generated_pages/actortypes/A013.md) | S006 |
|
||||
| [A021 media organisation](../../generated_pages/actortypes/A021.md) | S010 |
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0040 Demand Insurmountable Proof](../../generated_pages/techniques/T0040.md) |
|
||||
| [T0042 Seed Kernel of Truth](../../generated_pages/techniques/T0042.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
| [T0039 Bait Legitimate Influencers](../../generated_pages/techniques/T0039.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0048 Harass](../../generated_pages/techniques/T0048.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,11 +23,7 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0046 Use Search Engine Optimization](../../generated_pages/techniques/T0046.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.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) |
|
||||
| [T0046 Use Search Engine Optimisation](../../generated_pages/techniques/T0046.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M010 - countermessaging
|
||||
* **Metatechnique**: M010 - Countermessaging
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,9 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.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) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M007 - metatechnique
|
||||
* **Metatechnique**: M007 - Metatechnique
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,19 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0007 Create Inauthentic Social Media Pages and Groups](../../generated_pages/techniques/T0007.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0015 Create Hashtags and Search Artifacts](../../generated_pages/techniques/T0015.md) |
|
||||
| [T0016 Create Clickbait](../../generated_pages/techniques/T0016.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0044 Seed Distortions](../../generated_pages/techniques/T0044.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0029 Online Polls](../../generated_pages/techniques/T0029.md) |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0060 Continue to Amplify](../../generated_pages/techniques/T0060.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M004 - friction
|
||||
* **Metatechnique**: M004 - Friction
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M001 - resilience
|
||||
* **Metatechnique**: M001 - Resilience
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,12 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Counter C00126: Social media amber alert
|
||||
|
||||
* **Summary**: Create an alert system around disinformation and misinformation artifacts, narratives, and incidents
|
||||
* **Summary**: Create an alert system around disinformation and misinformation artefacts, narratives, and incidents
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M003 - daylight
|
||||
* **Metatechnique**: M003 - Daylight
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,13 +23,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0045 Use Fake Experts](../../generated_pages/techniques/T0045.md) |
|
||||
| [T0022 Leverage Conspiracy Theory Narratives](../../generated_pages/techniques/T0022.md) |
|
||||
| [T0002 Facilitate State Propaganda](../../generated_pages/techniques/T0002.md) |
|
||||
| [T0003 Leverage Existing Narratives](../../generated_pages/techniques/T0003.md) |
|
||||
| [T0004 Develop Competing Narratives](../../generated_pages/techniques/T0004.md) |
|
||||
| [T0010 Cultivate Ignorant Agents](../../generated_pages/techniques/T0010.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Counter C00128: Create friction by marking content with ridicule or other "decelerants"
|
||||
|
||||
* **Summary**: Repost or comment on misinformation artifacts, using ridicule or other content to reduce the likelihood of reposting.
|
||||
* **Summary**: Repost or comment on misinformation artefacts, using ridicule or other content to reduce the likelihood of reposting.
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M009 - dilution
|
||||
* **Metatechnique**: M009 - Dilution
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
| Actor types | Sectors |
|
||||
| ----------- | ------- |
|
||||
| [A003 trusted authority ](../../generated_pages/actortypes/A003.md) | S001, S002, S003, S004, S005, S006, S007, S008, S009, S010 |
|
||||
| [A003 trusted authority](../../generated_pages/actortypes/A003.md) | S001, S002, S003, S004, S005, S006, S007, S008, S009, S010 |
|
||||
|
||||
|
||||
|
||||
@ -24,9 +24,6 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0049 Flooding the Information Space](../../generated_pages/techniques/T0049.md) |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
* **Playbooks**:
|
||||
|
||||
* **Metatechnique**: M014 - reduce resources
|
||||
* **Metatechnique**: M014 - Reduce Resources
|
||||
|
||||
* **Resources needed:**
|
||||
|
||||
@ -23,11 +23,7 @@
|
||||
|
||||
| Counters these Techniques |
|
||||
| ------------------------- |
|
||||
| [T0057 Organize Events](../../generated_pages/techniques/T0057.md) |
|
||||
| [T0061 Sell Merchandise](../../generated_pages/techniques/T0061.md) |
|
||||
| [T0014 Prepare Fundraising Campaigns](../../generated_pages/techniques/T0014.md) |
|
||||
| [T0017 Conduct Fundraising](../../generated_pages/techniques/T0017.md) |
|
||||
| [T0018 Purchase Targeted Advertisements](../../generated_pages/techniques/T0018.md) |
|
||||
| [T0057 Organise Events](../../generated_pages/techniques/T0057.md) |
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user