2022-01-29 11:34:46 -05:00
<!DOCTYPE html>
< html >
< head >
< title > DISARM Red framework< / title >
< / head >
< body >
< script >
function handleTechniqueClick(box) {
var technique = document.getElementById(box);
var checkBox = document.getElementById(box+"check");
var text = document.getElementById(box+"text");
if (checkBox.checked == true){
text.style.display = "block";
technique.bgColor = "Lime"
} else {
text.style.display = "none";
technique.bgColor = "Silver"
}
}
< / script >
< h1 > DISARM< / h1 >
< table border = 1 bgcolor = silver >
< tr bgcolor = fuchsia >
< td > P01 Plan< / td >
< td > P01 Plan< / td >
< td > P02 Prepare< / td >
< td > P02 Prepare< / td >
2022-06-30 18:22:19 -04:00
< td > P02 Prepare< / td >
< td > P03 Execute< / td >
< td > P03 Execute< / td >
2022-01-29 11:34:46 -05:00
< td > P03 Execute< / td >
< td > P03 Execute< / td >
2022-06-30 23:30:18 -04:00
< td > P04 Assess< / td >
< td > P01 Plan< / td >
< td > P02 Prepare< / td >
< td > P02 Prepare< / td >
< td > P02 Prepare< / td >
2022-01-29 11:34:46 -05:00
< td > P03 Execute< / td >
< td > P03 Execute< / td >
< / tr >
< tr bgcolor = aqua >
2022-06-30 18:22:19 -04:00
< td > TA01 Plan Strategy< / td >
< td > TA02 Plan Objectives< / td >
2022-06-30 23:30:18 -04:00
< td > TA05 Microtarget< / td >
< td > TA06 Develop Content< / td >
< td > TA07 Select Channels and Affordances< / td >
< td > TA08 Conduct Pump Priming< / td >
< td > TA09 Deliver Content< / td >
< td > TA10 Drive Offline Activity< / td >
< td > TA11 Persist in the Information Environment< / td >
< td > TA12 Assess Effectiveness< / td >
< td > TA13 Target Audience Analysis< / td >
< td > TA14 Develop Narratives< / td >
< td > TA15 Establish Social Assets< / td >
< td > TA16 Establish Legitimacy< / td >
2023-08-10 14:51:53 -04:00
< td > TA17 Maximise Exposure< / td >
2022-06-30 23:30:18 -04:00
< td > TA18 Drive Online Harms< / td >
2022-01-29 11:34:46 -05:00
< / tr >
< tr >
2022-06-30 23:30:18 -04:00
< 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 >
2022-07-01 13:32:09 -04:00
< td id = "T0016" > T0016 Create Clickbait< input type = "checkbox" id = "T0016check" onclick = "handleTechniqueClick('T0016')" > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0015" > T0015 Create Hashtags and Search Artefacts< input type = "checkbox" id = "T0015check" onclick = "handleTechniqueClick('T0015')" > < / td >
2023-05-25 15:57:53 -04:00
< 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 >
2022-06-30 23:30:18 -04:00
< td id = "T0114" > T0114 Deliver Ads< input type = "checkbox" id = "T0114check" onclick = "handleTechniqueClick('T0114')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0017" > T0017 Conduct Fundraising< input type = "checkbox" id = "T0017check" onclick = "handleTechniqueClick('T0017')" > < / td >
< td id = "T0059" > T0059 Play the Long Game< input type = "checkbox" id = "T0059check" onclick = "handleTechniqueClick('T0059')" > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0132" > T0132 Measure Performance< input type = "checkbox" id = "T0132check" onclick = "handleTechniqueClick('T0132')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0072" > T0072 Segment Audiences< input type = "checkbox" id = "T0072check" onclick = "handleTechniqueClick('T0072')" > < / td >
< td id = "T0003" > T0003 Leverage Existing Narratives< input type = "checkbox" id = "T0003check" onclick = "handleTechniqueClick('T0003')" > < / td >
< td id = "T0007" > T0007 Create Inauthentic Social Media Pages and Groups< input type = "checkbox" id = "T0007check" onclick = "handleTechniqueClick('T0007')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0009" > T0009 Create Fake Experts< input type = "checkbox" id = "T0009check" onclick = "handleTechniqueClick('T0009')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0049" > T0049 Flooding the Information Space< input type = "checkbox" id = "T0049check" onclick = "handleTechniqueClick('T0049')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0047" > T0047 Censor Social Media as a Political Force< input type = "checkbox" id = "T0047check" onclick = "handleTechniqueClick('T0047')" > < / td >
2022-01-29 11:34:46 -05:00
< / tr >
< tr >
2022-06-30 23:30:18 -04:00
< td id = "T0074" > T0074 Determine Strategic Ends< input type = "checkbox" id = "T0074check" onclick = "handleTechniqueClick('T0074')" > < / td >
< td id = "T0066" > T0066 Degrade Adversary< input type = "checkbox" id = "T0066check" onclick = "handleTechniqueClick('T0066')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0018" > T0018 Purchase Targeted Advertisements< input type = "checkbox" id = "T0018check" onclick = "handleTechniqueClick('T0018')" > < / td >
2023-05-25 15:57:53 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< td id = "T0039" > T0039 Bait Legitimate Influencers< input type = "checkbox" id = "T0039check" onclick = "handleTechniqueClick('T0039')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0114.001" > T0114.001 Social Media< input type = "checkbox" id = "T0114.001check" onclick = "handleTechniqueClick('T0114.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0017.001" > T0017.001 Conduct Crowdfunding Campaigns< input type = "checkbox" id = "T0017.001check" onclick = "handleTechniqueClick('T0017.001')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0060" > T0060 Continue to Amplify< input type = "checkbox" id = "T0060check" onclick = "handleTechniqueClick('T0060')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0132.001" > T0132.001 People Focused< input type = "checkbox" id = "T0132.001check" onclick = "handleTechniqueClick('T0132.001')" > < / td >
< td id = "T0072.001" > T0072.001 Geographic Segmentation< input type = "checkbox" id = "T0072.001check" onclick = "handleTechniqueClick('T0072.001')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0004" > T0004 Develop Competing Narratives< input type = "checkbox" id = "T0004check" onclick = "handleTechniqueClick('T0004')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0010" > T0010 Cultivate Ignorant Agents< input type = "checkbox" id = "T0010check" onclick = "handleTechniqueClick('T0010')" > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0009.001" > T0009.001 Utilise Academic/Pseudoscientific Justifications< input type = "checkbox" id = "T0009.001check" onclick = "handleTechniqueClick('T0009.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0049.001" > T0049.001 Trolls Amplify and Manipulate< input type = "checkbox" id = "T0049.001check" onclick = "handleTechniqueClick('T0049.001')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0048" > T0048 Harass< input type = "checkbox" id = "T0048check" onclick = "handleTechniqueClick('T0048')" > < / td >
2022-06-30 18:22:19 -04:00
< / tr >
< tr >
2023-09-13 18:16:14 -04:00
< td id = "T0074.001" > T0074.001 Geopolitical Advantage< input type = "checkbox" id = "T0074.001check" onclick = "handleTechniqueClick('T0074.001')" > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0075" > T0075 Dismiss< input type = "checkbox" id = "T0075check" onclick = "handleTechniqueClick('T0075')" > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0101" > T0101 Create Localised Content< input type = "checkbox" id = "T0101check" onclick = "handleTechniqueClick('T0101')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0019.001" > T0019.001 Create Fake Research< input type = "checkbox" id = "T0019.001check" onclick = "handleTechniqueClick('T0019.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0043.001" > T0043.001 Use Encrypted Chat Apps< input type = "checkbox" id = "T0043.001check" onclick = "handleTechniqueClick('T0043.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0042" > T0042 Seed Kernel of Truth< input type = "checkbox" id = "T0042check" onclick = "handleTechniqueClick('T0042')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0114.002" > T0114.002 Traditional Media< input type = "checkbox" id = "T0114.002check" onclick = "handleTechniqueClick('T0114.002')" > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0057" > T0057 Organise Events< input type = "checkbox" id = "T0057check" onclick = "handleTechniqueClick('T0057')" > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0128" > T0128 Conceal Information Assets< input type = "checkbox" id = "T0128check" onclick = "handleTechniqueClick('T0128')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2022-07-01 13:32:09 -04:00
< td id = "T0022" > T0022 Leverage Conspiracy Theory Narratives< input type = "checkbox" id = "T0022check" onclick = "handleTechniqueClick('T0022')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0013" > T0013 Create Inauthentic Websites< input type = "checkbox" id = "T0013check" onclick = "handleTechniqueClick('T0013')" > < / td >
< td id = "T0011" > T0011 Compromise Legitimate Accounts< input type = "checkbox" id = "T0011check" onclick = "handleTechniqueClick('T0011')" > < / td >
< td id = "T0049.002" > T0049.002 Hijack Existing Hashtag< input type = "checkbox" id = "T0049.002check" onclick = "handleTechniqueClick('T0049.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0048.001" > T0048.001 Boycott/"Cancel" Opponents< input type = "checkbox" id = "T0048.001check" onclick = "handleTechniqueClick('T0048.001')" > < / td >
< / tr >
< tr >
2023-09-13 18:16:14 -04:00
< td id = "T0074.002" > T0074.002 Domestic Political Advantage< input type = "checkbox" id = "T0074.002check" onclick = "handleTechniqueClick('T0074.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0075.001" > T0075.001 Discredit Credible Sources< input type = "checkbox" id = "T0075.001check" onclick = "handleTechniqueClick('T0075.001')" > < / td >
< td id = "T0102" > T0102 Leverage Echo Chambers/Filter Bubbles< input type = "checkbox" id = "T0102check" onclick = "handleTechniqueClick('T0102')" > < / td >
< td id = "T0019.002" > T0019.002 Hijack Hashtags< input type = "checkbox" id = "T0019.002check" onclick = "handleTechniqueClick('T0019.002')" > < / td >
< td id = "T0043.002" > T0043.002 Use Unencrypted Chats Apps< input type = "checkbox" id = "T0043.002check" onclick = "handleTechniqueClick('T0043.002')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0044" > T0044 Seed Distortions< input type = "checkbox" id = "T0044check" onclick = "handleTechniqueClick('T0044')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0115" > T0115 Post Content< input type = "checkbox" id = "T0115check" onclick = "handleTechniqueClick('T0115')" > < / td >
< td id = "T0057.001" > T0057.001 Pay for Physical Action< input type = "checkbox" id = "T0057.001check" onclick = "handleTechniqueClick('T0057.001')" > < / td >
< td id = "T0128.001" > T0128.001 Use Pseudonyms< input type = "checkbox" id = "T0128.001check" onclick = "handleTechniqueClick('T0128.001')" > < / td >
< td id = "T0132.003" > T0132.003 View Focused< input type = "checkbox" id = "T0132.003check" onclick = "handleTechniqueClick('T0132.003')" > < / td >
< td id = "T0072.003" > T0072.003 Economic Segmentation< input type = "checkbox" id = "T0072.003check" onclick = "handleTechniqueClick('T0072.003')" > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0022.001" > T0022.001 Amplify Existing Conspiracy Theory Narratives< input type = "checkbox" id = "T0022.001check" onclick = "handleTechniqueClick('T0022.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0014" > T0014 Prepare Fundraising Campaigns< input type = "checkbox" id = "T0014check" onclick = "handleTechniqueClick('T0014')" > < / td >
< td id = "T0097" > T0097 Create Personas< input type = "checkbox" id = "T0097check" onclick = "handleTechniqueClick('T0097')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0049.003" > T0049.003 Bots Amplify via Automated Forwarding and Reposting< input type = "checkbox" id = "T0049.003check" onclick = "handleTechniqueClick('T0049.003')" > < / td >
< td id = "T0048.002" > T0048.002 Harass People Based on Identities< input type = "checkbox" id = "T0048.002check" onclick = "handleTechniqueClick('T0048.002')" > < / td >
2022-01-29 11:34:46 -05:00
< / tr >
< tr >
2023-09-13 18:16:14 -04:00
< td id = "T0074.003" > T0074.003 Economic Advantage< input type = "checkbox" id = "T0074.003check" onclick = "handleTechniqueClick('T0074.003')" > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0076" > T0076 Distort< input type = "checkbox" id = "T0076check" onclick = "handleTechniqueClick('T0076')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0102.001" > T0102.001 Use Existing Echo Chambers/Filter Bubbles< input type = "checkbox" id = "T0102.001check" onclick = "handleTechniqueClick('T0102.001')" > < / td >
< td id = "T0023" > T0023 Distort Facts< input type = "checkbox" id = "T0023check" onclick = "handleTechniqueClick('T0023')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0103" > T0103 Livestream< input type = "checkbox" id = "T0103check" onclick = "handleTechniqueClick('T0103')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0045" > T0045 Use Fake Experts< input type = "checkbox" id = "T0045check" onclick = "handleTechniqueClick('T0045')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0115.001" > T0115.001 Share Memes< input type = "checkbox" id = "T0115.001check" onclick = "handleTechniqueClick('T0115.001')" > < / td >
< td id = "T0057.002" > T0057.002 Conduct Symbolic Action< input type = "checkbox" id = "T0057.002check" onclick = "handleTechniqueClick('T0057.002')" > < / td >
< td id = "T0128.002" > T0128.002 Conceal Network Identity< input type = "checkbox" id = "T0128.002check" onclick = "handleTechniqueClick('T0128.002')" > < / td >
< td id = "T0133" > T0133 Measure Effectiveness< input type = "checkbox" id = "T0133check" onclick = "handleTechniqueClick('T0133')" > < / td >
< td id = "T0072.004" > T0072.004 Psychographic Segmentation< input type = "checkbox" id = "T0072.004check" onclick = "handleTechniqueClick('T0072.004')" > < / td >
< td id = "T0022.002" > T0022.002 Develop Original Conspiracy Theory Narratives< input type = "checkbox" id = "T0022.002check" onclick = "handleTechniqueClick('T0022.002')" > < / td >
2023-05-25 15:57:53 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< td id = "T0049.004" > T0049.004 Utilise Spamoflauge< input type = "checkbox" id = "T0049.004check" onclick = "handleTechniqueClick('T0049.004')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0048.003" > T0048.003 Threaten to Dox< input type = "checkbox" id = "T0048.003check" onclick = "handleTechniqueClick('T0048.003')" > < / td >
< / tr >
< tr >
2023-09-13 18:16:14 -04:00
< td id = "T0074.004" > T0074.004 Ideological Advantage< input type = "checkbox" id = "T0074.004check" onclick = "handleTechniqueClick('T0074.004')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0077" > T0077 Distract< input type = "checkbox" id = "T0077check" onclick = "handleTechniqueClick('T0077')" > < / td >
< 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 >
2023-08-10 14:51:53 -04:00
< td id = "T0046" > T0046 Use Search Engine Optimisation< input type = "checkbox" id = "T0046check" onclick = "handleTechniqueClick('T0046')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< td id = "T0133.001" > T0133.001 Behaviour Changes< input type = "checkbox" id = "T0133.001check" onclick = "handleTechniqueClick('T0133.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0072.005" > T0072.005 Political Segmentation< input type = "checkbox" id = "T0072.005check" onclick = "handleTechniqueClick('T0072.005')" > < / td >
2023-05-25 15:57:53 -04:00
< 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 >
2022-07-02 13:29:40 -04:00
< td id = "T0098" > T0098 Establish Inauthentic News Sites< input type = "checkbox" id = "T0098check" onclick = "handleTechniqueClick('T0098')" > < / td >
< td id = "T0049.005" > T0049.005 Conduct Swarming< input type = "checkbox" id = "T0049.005check" onclick = "handleTechniqueClick('T0049.005')" > < / td >
< td id = "T0048.004" > T0048.004 Dox< input type = "checkbox" id = "T0048.004check" onclick = "handleTechniqueClick('T0048.004')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0078" > T0078 Dismay< input type = "checkbox" id = "T0078check" onclick = "handleTechniqueClick('T0078')" > < / td >
< td id = "T0102.003" > T0102.003 Exploit Data Voids< input type = "checkbox" id = "T0102.003check" onclick = "handleTechniqueClick('T0102.003')" > < / td >
< td id = "T0023.002" > T0023.002 Edit Open-Source Content< input type = "checkbox" id = "T0023.002check" onclick = "handleTechniqueClick('T0023.002')" > < / td >
< td id = "T0103.002" > T0103.002 Audio Livestream< input type = "checkbox" id = "T0103.002check" onclick = "handleTechniqueClick('T0103.002')" > < / td >
< td id = "T0113" > T0113 Employ Commercial Analytic Firms< input type = "checkbox" id = "T0113check" onclick = "handleTechniqueClick('T0113')" > < / td >
< td id = "T0115.003" > T0115.003 One-Way Direct Posting< input type = "checkbox" id = "T0115.003check" onclick = "handleTechniqueClick('T0115.003')" > < / td >
2022-07-03 19:59:09 -04:00
< td id = "T0126" > T0126 Encourage Attendance at Events< input type = "checkbox" id = "T0126check" onclick = "handleTechniqueClick('T0126')" > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0128.004" > T0128.004 Launder Information Assets< input type = "checkbox" id = "T0128.004check" onclick = "handleTechniqueClick('T0128.004')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0133.002" > T0133.002 Content< input type = "checkbox" id = "T0133.002check" onclick = "handleTechniqueClick('T0133.002')" > < / td >
< td id = "T0080" > T0080 Map Target Audience Information Environment< input type = "checkbox" id = "T0080check" onclick = "handleTechniqueClick('T0080')" > < / td >
< td id = "T0068" > T0068 Respond to Breaking News Event or Active Crisis< input type = "checkbox" id = "T0068check" onclick = "handleTechniqueClick('T0068')" > < / td >
< td id = "T0065" > T0065 Prepare Physical Broadcast Capabilities< input type = "checkbox" id = "T0065check" onclick = "handleTechniqueClick('T0065')" > < / td >
< td id = "T0098.001" > T0098.001 Create Inauthentic News Sites< input type = "checkbox" id = "T0098.001check" onclick = "handleTechniqueClick('T0098.001')" > < / td >
< td id = "T0049.006" > T0049.006 Conduct Keyword Squatting< input type = "checkbox" id = "T0049.006check" onclick = "handleTechniqueClick('T0049.006')" > < / td >
< td id = "T0123" > T0123 Control Information Environment through Offensive Cyberspace Operations< input type = "checkbox" id = "T0123check" onclick = "handleTechniqueClick('T0123')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0079" > T0079 Divide< input type = "checkbox" id = "T0079check" onclick = "handleTechniqueClick('T0079')" > < / td >
< td bgcolor = white > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0084" > T0084 Reuse Existing Content< input type = "checkbox" id = "T0084check" onclick = "handleTechniqueClick('T0084')" > < / td >
< td id = "T0104" > T0104 Social Networks< input type = "checkbox" id = "T0104check" onclick = "handleTechniqueClick('T0104')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0116" > T0116 Comment or Reply on Content< input type = "checkbox" id = "T0116check" onclick = "handleTechniqueClick('T0116')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0126.001" > T0126.001 Call to Action to Attend< input type = "checkbox" id = "T0126.001check" onclick = "handleTechniqueClick('T0126.001')" > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0128.005" > T0128.005 Change Names of Information Assets< input type = "checkbox" id = "T0128.005check" onclick = "handleTechniqueClick('T0128.005')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0133.003" > T0133.003 Awareness< input type = "checkbox" id = "T0133.003check" onclick = "handleTechniqueClick('T0133.003')" > < / td >
< td id = "T0080.001" > T0080.001 Monitor Social Media Analytics< input type = "checkbox" id = "T0080.001check" onclick = "handleTechniqueClick('T0080.001')" > < / td >
< td id = "T0082" > T0082 Develop New Narratives< input type = "checkbox" id = "T0082check" onclick = "handleTechniqueClick('T0082')" > < / td >
< td id = "T0090" > T0090 Create Inauthentic Accounts< input type = "checkbox" id = "T0090check" onclick = "handleTechniqueClick('T0090')" > < / td >
< td id = "T0098.002" > T0098.002 Leverage Existing Inauthentic News Sites< input type = "checkbox" id = "T0098.002check" onclick = "handleTechniqueClick('T0098.002')" > < / td >
< td id = "T0049.007" > T0049.007 Inauthentic Sites Amplify News and Narratives< input type = "checkbox" id = "T0049.007check" onclick = "handleTechniqueClick('T0049.007')" > < / td >
< td id = "T0123.001" > T0123.001 Delete Opposing Content< input type = "checkbox" id = "T0123.001check" onclick = "handleTechniqueClick('T0123.001')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0135" > T0135 Undermine< input type = "checkbox" id = "T0135check" onclick = "handleTechniqueClick('T0135')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0084.001" > T0084.001 Use Copypasta< input type = "checkbox" id = "T0084.001check" onclick = "handleTechniqueClick('T0084.001')" > < / td >
< td id = "T0104.001" > T0104.001 Mainstream Social Networks< input type = "checkbox" id = "T0104.001check" onclick = "handleTechniqueClick('T0104.001')" > < / td >
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0116.001" > T0116.001 Post Inauthentic Social Media Comment< input type = "checkbox" id = "T0116.001check" onclick = "handleTechniqueClick('T0116.001')" > < / td >
< td id = "T0126.002" > T0126.002 Facilitate Logistics or Support for Attendance< input type = "checkbox" id = "T0126.002check" onclick = "handleTechniqueClick('T0126.002')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0129" > T0129 Conceal Operational Activity< input type = "checkbox" id = "T0129check" onclick = "handleTechniqueClick('T0129')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0133.004" > T0133.004 Knowledge< input type = "checkbox" id = "T0133.004check" onclick = "handleTechniqueClick('T0133.004')" > < / td >
< td id = "T0080.002" > T0080.002 Evaluate Media Surveys< input type = "checkbox" id = "T0080.002check" onclick = "handleTechniqueClick('T0080.002')" > < / td >
< td id = "T0083" > T0083 Integrate Target Audience Vulnerabilities into Narrative< input type = "checkbox" id = "T0083check" onclick = "handleTechniqueClick('T0083')" > < / td >
< td id = "T0090.001" > T0090.001 Create Anonymous Accounts< input type = "checkbox" id = "T0090.001check" onclick = "handleTechniqueClick('T0090.001')" > < / td >
< td id = "T0099" > T0099 Prepare Assets Impersonating Legitimate Entities< input type = "checkbox" id = "T0099check" onclick = "handleTechniqueClick('T0099')" > < / td >
< td id = "T0118" > T0118 Amplify Existing Narrative< input type = "checkbox" id = "T0118check" onclick = "handleTechniqueClick('T0118')" > < / td >
< td id = "T0123.002" > T0123.002 Block Content< input type = "checkbox" id = "T0123.002check" onclick = "handleTechniqueClick('T0123.002')" > < / td >
< / tr >
< tr >
2022-06-30 23:30:18 -04:00
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0135.001" > T0135.001 Smear< input type = "checkbox" id = "T0135.001check" onclick = "handleTechniqueClick('T0135.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0084.002" > T0084.002 Plagiarise Content< input type = "checkbox" id = "T0084.002check" onclick = "handleTechniqueClick('T0084.002')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2022-07-03 19:59:09 -04:00
< td id = "T0127" > T0127 Physical Violence< input type = "checkbox" id = "T0127check" onclick = "handleTechniqueClick('T0127')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0129.001" > T0129.001 Conceal Network Identity< input type = "checkbox" id = "T0129.001check" onclick = "handleTechniqueClick('T0129.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0133.005" > T0133.005 Action/Attitude< input type = "checkbox" id = "T0133.005check" onclick = "handleTechniqueClick('T0133.005')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0080.003" > T0080.003 Identify Trending Topics/Hashtags< input type = "checkbox" id = "T0080.003check" onclick = "handleTechniqueClick('T0080.003')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0090.002" > T0090.002 Create Cyborg Accounts< input type = "checkbox" id = "T0090.002check" onclick = "handleTechniqueClick('T0090.002')" > < / td >
< td id = "T0099.001" > T0099.001 Astroturfing< input type = "checkbox" id = "T0099.001check" onclick = "handleTechniqueClick('T0099.001')" > < / td >
< td id = "T0119" > T0119 Cross-Posting< input type = "checkbox" id = "T0119check" onclick = "handleTechniqueClick('T0119')" > < / td >
< td id = "T0123.003" > T0123.003 Destroy Information Generation Capabilities< input type = "checkbox" id = "T0123.003check" onclick = "handleTechniqueClick('T0123.003')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0135.002" > T0135.002 Thwart< input type = "checkbox" id = "T0135.002check" onclick = "handleTechniqueClick('T0135.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0084.003" > T0084.003 Deceptively Labelled or Translated< input type = "checkbox" id = "T0084.003check" onclick = "handleTechniqueClick('T0084.003')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2022-07-03 19:59:09 -04:00
< td id = "T0127.001" > T0127.001 Conduct Physical Violence< input type = "checkbox" id = "T0127.001check" onclick = "handleTechniqueClick('T0127.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0129.002" > T0129.002 Generate Content Unrelated to Narrative< input type = "checkbox" id = "T0129.002check" onclick = "handleTechniqueClick('T0129.002')" > < / td >
< td id = "T0134" > T0134 Measure Effectiveness Indicators (or KPIs)< input type = "checkbox" id = "T0134check" onclick = "handleTechniqueClick('T0134')" > < / td >
< td id = "T0080.004" > T0080.004 Conduct Web Traffic Analysis< input type = "checkbox" id = "T0080.004check" onclick = "handleTechniqueClick('T0080.004')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0090.003" > T0090.003 Create Bot Accounts< input type = "checkbox" id = "T0090.003check" onclick = "handleTechniqueClick('T0090.003')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0099.002" > T0099.002 Spoof/Parody Account/Site< input type = "checkbox" id = "T0099.002check" onclick = "handleTechniqueClick('T0099.002')" > < / td >
< td id = "T0119.001" > T0119.001 Post across Groups< input type = "checkbox" id = "T0119.001check" onclick = "handleTechniqueClick('T0119.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0123.004" > T0123.004 Conduct Server Redirect< input type = "checkbox" id = "T0123.004check" onclick = "handleTechniqueClick('T0123.004')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0135.003" > T0135.003 Subvert< input type = "checkbox" id = "T0135.003check" onclick = "handleTechniqueClick('T0135.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0084.004" > T0084.004 Appropriate Content< input type = "checkbox" id = "T0084.004check" onclick = "handleTechniqueClick('T0084.004')" > < / td >
< td id = "T0104.004" > T0104.004 Interest-Based Networks< input type = "checkbox" id = "T0104.004check" onclick = "handleTechniqueClick('T0104.004')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-03 19:59:09 -04:00
< td id = "T0127.002" > T0127.002 Encourage Physical Violence< input type = "checkbox" id = "T0127.002check" onclick = "handleTechniqueClick('T0127.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0129.003" > T0129.003 Break Association with Content< input type = "checkbox" id = "T0129.003check" onclick = "handleTechniqueClick('T0129.003')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0134.001" > T0134.001 Message Reach< input type = "checkbox" id = "T0134.001check" onclick = "handleTechniqueClick('T0134.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0080.005" > T0080.005 Assess Degree/Type of Media Access< input type = "checkbox" id = "T0080.005check" onclick = "handleTechniqueClick('T0080.005')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0090.004" > T0090.004 Create Sockpuppet Accounts< input type = "checkbox" id = "T0090.004check" onclick = "handleTechniqueClick('T0090.004')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0100" > T0100 Co-Opt Trusted Sources< input type = "checkbox" id = "T0100check" onclick = "handleTechniqueClick('T0100')" > < / td >
< td id = "T0119.002" > T0119.002 Post across Platform< input type = "checkbox" id = "T0119.002check" onclick = "handleTechniqueClick('T0119.002')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0124" > T0124 Suppress Opposition< input type = "checkbox" id = "T0124check" onclick = "handleTechniqueClick('T0124')" > < / td >
2022-06-30 18:22:19 -04:00
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0135.004" > T0135.004 Polarise< input type = "checkbox" id = "T0135.004check" onclick = "handleTechniqueClick('T0135.004')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0085" > T0085 Develop Text-Based Content< input type = "checkbox" id = "T0085check" onclick = "handleTechniqueClick('T0085')" > < / td >
< td id = "T0104.005" > T0104.005 Use Hashtags< input type = "checkbox" id = "T0104.005check" onclick = "handleTechniqueClick('T0104.005')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-03 19:59:09 -04:00
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0129.004" > T0129.004 Delete URLs< input type = "checkbox" id = "T0129.004check" onclick = "handleTechniqueClick('T0129.004')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0134.002" > T0134.002 Social Media Engagement< input type = "checkbox" id = "T0134.002check" onclick = "handleTechniqueClick('T0134.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0081" > T0081 Identify Social and Technical Vulnerabilities< input type = "checkbox" id = "T0081check" onclick = "handleTechniqueClick('T0081')" > < / td >
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0091" > T0091 Recruit Malign Actors< input type = "checkbox" id = "T0091check" onclick = "handleTechniqueClick('T0091')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0100.001" > T0100.001 Co-Opt Trusted Individuals< input type = "checkbox" id = "T0100.001check" onclick = "handleTechniqueClick('T0100.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0119.003" > T0119.003 Post across Disciplines< input type = "checkbox" id = "T0119.003check" onclick = "handleTechniqueClick('T0119.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0124.001" > T0124.001 Report Non-Violative Opposing Content< input type = "checkbox" id = "T0124.001check" onclick = "handleTechniqueClick('T0124.001')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136" > T0136 Cultivate Support< input type = "checkbox" id = "T0136check" onclick = "handleTechniqueClick('T0136')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0085.001" > T0085.001 Develop AI-Generated Text< input type = "checkbox" id = "T0085.001check" onclick = "handleTechniqueClick('T0085.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0104.006" > T0104.006 Create Dedicated Hashtag< input type = "checkbox" id = "T0104.006check" onclick = "handleTechniqueClick('T0104.006')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0129.005" > T0129.005 Coordinate on Encrypted/Closed Networks< input type = "checkbox" id = "T0129.005check" onclick = "handleTechniqueClick('T0129.005')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0081.001" > T0081.001 Find Echo Chambers< input type = "checkbox" id = "T0081.001check" onclick = "handleTechniqueClick('T0081.001')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0091.001" > T0091.001 Recruit Contractors< input type = "checkbox" id = "T0091.001check" onclick = "handleTechniqueClick('T0091.001')" > < / td >
< td id = "T0100.002" > T0100.002 Co-Opt Grassroots Groups< input type = "checkbox" id = "T0100.002check" onclick = "handleTechniqueClick('T0100.002')" > < / td >
< td id = "T0120" > T0120 Incentivize Sharing< input type = "checkbox" id = "T0120check" onclick = "handleTechniqueClick('T0120')" > < / td >
< td id = "T0124.002" > T0124.002 Goad People into Harmful Action (Stop Hitting Yourself)< input type = "checkbox" id = "T0124.002check" onclick = "handleTechniqueClick('T0124.002')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.001" > T0136.001 Defend Reputaton< input type = "checkbox" id = "T0136.001check" onclick = "handleTechniqueClick('T0136.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0085.002" > T0085.002 Develop False or Altered Documents< input type = "checkbox" id = "T0085.002check" onclick = "handleTechniqueClick('T0085.002')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0105" > T0105 Media Sharing Networks< input type = "checkbox" id = "T0105check" onclick = "handleTechniqueClick('T0105')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0129.006" > T0129.006 Deny Involvement< input type = "checkbox" id = "T0129.006check" onclick = "handleTechniqueClick('T0129.006')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0081.002" > T0081.002 Identify Data Voids< input type = "checkbox" id = "T0081.002check" onclick = "handleTechniqueClick('T0081.002')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0091.002" > T0091.002 Recruit Partisans< input type = "checkbox" id = "T0091.002check" onclick = "handleTechniqueClick('T0091.002')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0100.003" > T0100.003 Co-Opt Influencers< input type = "checkbox" id = "T0100.003check" onclick = "handleTechniqueClick('T0100.003')" > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0120.001" > T0120.001 Use Affiliate Marketing Programmes< input type = "checkbox" id = "T0120.001check" onclick = "handleTechniqueClick('T0120.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0124.003" > T0124.003 Exploit Platform TOS/Content Moderation< input type = "checkbox" id = "T0124.003check" onclick = "handleTechniqueClick('T0124.003')" > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.002" > T0136.002 Justify Action< input type = "checkbox" id = "T0136.002check" onclick = "handleTechniqueClick('T0136.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0085.003" > T0085.003 Develop Inauthentic News Articles< input type = "checkbox" id = "T0085.003check" onclick = "handleTechniqueClick('T0085.003')" > < / td >
< td id = "T0105.001" > T0105.001 Photo Sharing< input type = "checkbox" id = "T0105.001check" onclick = "handleTechniqueClick('T0105.001')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0129.007" > T0129.007 Delete Accounts/Account Activity< input type = "checkbox" id = "T0129.007check" onclick = "handleTechniqueClick('T0129.007')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0081.003" > T0081.003 Identify Existing Prejudices< input type = "checkbox" id = "T0081.003check" onclick = "handleTechniqueClick('T0081.003')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0091.003" > T0091.003 Enlist Troll Accounts< input type = "checkbox" id = "T0091.003check" onclick = "handleTechniqueClick('T0091.003')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0120.002" > T0120.002 Use Contests and Prizes< input type = "checkbox" id = "T0120.002check" onclick = "handleTechniqueClick('T0120.002')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0125" > T0125 Platform Filtering< input type = "checkbox" id = "T0125check" onclick = "handleTechniqueClick('T0125')" > < / td >
2022-01-29 11:34:46 -05:00
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.003" > T0136.003 Energise Supporters< input type = "checkbox" id = "T0136.003check" onclick = "handleTechniqueClick('T0136.003')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0086" > T0086 Develop Image-Based Content< input type = "checkbox" id = "T0086check" onclick = "handleTechniqueClick('T0086')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0105.002" > T0105.002 Video Sharing< input type = "checkbox" id = "T0105.002check" onclick = "handleTechniqueClick('T0105.002')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0129.008" > T0129.008 Redirect URLs< input type = "checkbox" id = "T0129.008check" onclick = "handleTechniqueClick('T0129.008')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0081.004" > T0081.004 Identify Existing Fissures< input type = "checkbox" id = "T0081.004check" onclick = "handleTechniqueClick('T0081.004')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0092" > T0092 Build Network< input type = "checkbox" id = "T0092check" onclick = "handleTechniqueClick('T0092')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0121" > T0121 Manipulate Platform Algorithm< input type = "checkbox" id = "T0121check" onclick = "handleTechniqueClick('T0121')" > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.004" > T0136.004 Boost Reputation< input type = "checkbox" id = "T0136.004check" onclick = "handleTechniqueClick('T0136.004')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0086.001" > T0086.001 Develop Memes< input type = "checkbox" id = "T0086.001check" onclick = "handleTechniqueClick('T0086.001')" > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0105.003" > T0105.003 Audio Sharing< input type = "checkbox" id = "T0105.003check" onclick = "handleTechniqueClick('T0105.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0129.009" > T0129.009 Remove Post Origins< input type = "checkbox" id = "T0129.009check" onclick = "handleTechniqueClick('T0129.009')" > < / td >
< 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 >
2023-08-10 14:51:53 -04:00
< td id = "T0092.001" > T0092.001 Create Organisations< input type = "checkbox" id = "T0092.001check" onclick = "handleTechniqueClick('T0092.001')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.005" > T0136.005 Cultvate Support for Initiative< input type = "checkbox" id = "T0136.005check" onclick = "handleTechniqueClick('T0136.005')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0086.002" > T0086.002 Develop AI-Generated Images (Deepfakes)< input type = "checkbox" id = "T0086.002check" onclick = "handleTechniqueClick('T0086.002')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0106" > T0106 Discussion Forums< input type = "checkbox" id = "T0106check" onclick = "handleTechniqueClick('T0106')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0129.010" > T0129.010 Misattribute Activity< input type = "checkbox" id = "T0129.010check" onclick = "handleTechniqueClick('T0129.010')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0081.006" > T0081.006 Identify Wedge Issues< input type = "checkbox" id = "T0081.006check" onclick = "handleTechniqueClick('T0081.006')" > < / td >
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0092.002" > T0092.002 Use Follow Trains< input type = "checkbox" id = "T0092.002check" onclick = "handleTechniqueClick('T0092.002')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0122" > T0122 Direct Users to Alternative Platforms< input type = "checkbox" id = "T0122check" onclick = "handleTechniqueClick('T0122')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.006" > T0136.006 Cultivate Support for Ally< input type = "checkbox" id = "T0136.006check" onclick = "handleTechniqueClick('T0136.006')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0086.003" > T0086.003 Deceptively Edit Images (Cheap Fakes)< input type = "checkbox" id = "T0086.003check" onclick = "handleTechniqueClick('T0086.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0106.001" > T0106.001 Anonymous Message Boards< input type = "checkbox" id = "T0106.001check" onclick = "handleTechniqueClick('T0106.001')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0130" > T0130 Conceal Infrastructure< input type = "checkbox" id = "T0130check" onclick = "handleTechniqueClick('T0130')" > < / td >
< td bgcolor = white > < / td >
< td id = "T0081.007" > T0081.007 Identify Target Audience Adversaries< input type = "checkbox" id = "T0081.007check" onclick = "handleTechniqueClick('T0081.007')" > < / td >
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0092.003" > T0092.003 Create Community or Sub-Group< input type = "checkbox" id = "T0092.003check" onclick = "handleTechniqueClick('T0092.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.007" > T0136.007 Recruit Members< input type = "checkbox" id = "T0136.007check" onclick = "handleTechniqueClick('T0136.007')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0086.004" > T0086.004 Aggregate Information into Evidence Collages< input type = "checkbox" id = "T0086.004check" onclick = "handleTechniqueClick('T0086.004')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0107" > T0107 Bookmarking and Content Curation< input type = "checkbox" id = "T0107check" onclick = "handleTechniqueClick('T0107')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0130.001" > T0130.001 Conceal Sponsorship< input type = "checkbox" id = "T0130.001check" onclick = "handleTechniqueClick('T0130.001')" > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0081.008" > T0081.008 Identify Media System Vulnerabilities< input type = "checkbox" id = "T0081.008check" onclick = "handleTechniqueClick('T0081.008')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0093" > T0093 Acquire/Recruit Network< input type = "checkbox" id = "T0093check" onclick = "handleTechniqueClick('T0093')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0136.008" > T0136.008 Increase Prestige< input type = "checkbox" id = "T0136.008check" onclick = "handleTechniqueClick('T0136.008')" > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0087" > T0087 Develop Video-Based Content< input type = "checkbox" id = "T0087check" onclick = "handleTechniqueClick('T0087')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0108" > T0108 Blogging and Publishing Networks< input type = "checkbox" id = "T0108check" onclick = "handleTechniqueClick('T0108')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0130.002" > T0130.002 Utilise Bulletproof Hosting< input type = "checkbox" id = "T0130.002check" onclick = "handleTechniqueClick('T0130.002')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0093.001" > T0093.001 Fund Proxies< input type = "checkbox" id = "T0093.001check" onclick = "handleTechniqueClick('T0093.001')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137" > T0137 Make Money< input type = "checkbox" id = "T0137check" onclick = "handleTechniqueClick('T0137')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0087.001" > T0087.001 Develop AI-Generated Videos (Deepfakes)< input type = "checkbox" id = "T0087.001check" onclick = "handleTechniqueClick('T0087.001')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0109" > T0109 Consumer Review Networks< input type = "checkbox" id = "T0109check" onclick = "handleTechniqueClick('T0109')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0130.003" > T0130.003 Use Shell Organisations< input type = "checkbox" id = "T0130.003check" onclick = "handleTechniqueClick('T0130.003')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0093.002" > T0093.002 Acquire Botnets< input type = "checkbox" id = "T0093.002check" onclick = "handleTechniqueClick('T0093.002')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137.001" > T0137.001 Generate Ad Revenue< input type = "checkbox" id = "T0137.001check" onclick = "handleTechniqueClick('T0137.001')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0087.002" > T0087.002 Deceptively Edit Video (Cheap Fakes)< input type = "checkbox" id = "T0087.002check" onclick = "handleTechniqueClick('T0087.002')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0110" > T0110 Formal Diplomatic Channels< input type = "checkbox" id = "T0110check" onclick = "handleTechniqueClick('T0110')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0130.004" > T0130.004 Use Cryptocurrency< input type = "checkbox" id = "T0130.004check" onclick = "handleTechniqueClick('T0130.004')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0094" > T0094 Infiltrate Existing Networks< input type = "checkbox" id = "T0094check" onclick = "handleTechniqueClick('T0094')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137.002" > T0137.002 Scam< input type = "checkbox" id = "T0137.002check" onclick = "handleTechniqueClick('T0137.002')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0088" > T0088 Develop Audio-Based Content< input type = "checkbox" id = "T0088check" onclick = "handleTechniqueClick('T0088')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0111" > T0111 Traditional Media< input type = "checkbox" id = "T0111check" onclick = "handleTechniqueClick('T0111')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0130.005" > T0130.005 Obfuscate Payment< input type = "checkbox" id = "T0130.005check" onclick = "handleTechniqueClick('T0130.005')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0094.001" > T0094.001 Identify Susceptible Targets in Networks< input type = "checkbox" id = "T0094.001check" onclick = "handleTechniqueClick('T0094.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137.003" > T0137.003 Raise Funds< input type = "checkbox" id = "T0137.003check" onclick = "handleTechniqueClick('T0137.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td id = "T0088.001" > T0088.001 Develop AI-Generated Audio (Deepfakes)< input type = "checkbox" id = "T0088.001check" onclick = "handleTechniqueClick('T0088.001')" > < / td >
< td id = "T0111.001" > T0111.001 TV< input type = "checkbox" id = "T0111.001check" onclick = "handleTechniqueClick('T0111.001')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0131" > T0131 Exploit TOS/Content Moderation< input type = "checkbox" id = "T0131check" onclick = "handleTechniqueClick('T0131')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0094.002" > T0094.002 Utilise Butterfly Attacks< input type = "checkbox" id = "T0094.002check" onclick = "handleTechniqueClick('T0094.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137.004" > T0137.004 Sell Items under False Pretences< input type = "checkbox" id = "T0137.004check" onclick = "handleTechniqueClick('T0137.004')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0088.002" > T0088.002 Deceptively Edit Audio (Cheap Fakes)< input type = "checkbox" id = "T0088.002check" onclick = "handleTechniqueClick('T0088.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0111.002" > T0111.002 Newspaper< input type = "checkbox" id = "T0111.002check" onclick = "handleTechniqueClick('T0111.002')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2023-05-25 15:57:53 -04:00
< td id = "T0131.001" > T0131.001 Legacy Web Content< input type = "checkbox" id = "T0131.001check" onclick = "handleTechniqueClick('T0131.001')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0095" > T0095 Develop Owned Media Assets< input type = "checkbox" id = "T0095check" onclick = "handleTechniqueClick('T0095')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137.005" > T0137.005 Extort< input type = "checkbox" id = "T0137.005check" onclick = "handleTechniqueClick('T0137.005')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< td id = "T0089" > T0089 Obtain Private Documents< input type = "checkbox" id = "T0089check" onclick = "handleTechniqueClick('T0089')" > < / td >
< td id = "T0111.003" > T0111.003 Radio< input type = "checkbox" id = "T0111.003check" onclick = "handleTechniqueClick('T0111.003')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0131.002" > T0131.002 Post Borderline Content< input type = "checkbox" id = "T0131.002check" onclick = "handleTechniqueClick('T0131.002')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0096" > T0096 Leverage Content Farms< input type = "checkbox" id = "T0096check" onclick = "handleTechniqueClick('T0096')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0137.006" > T0137.006 Manipulate Stocks< input type = "checkbox" id = "T0137.006check" onclick = "handleTechniqueClick('T0137.006')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0089.001" > T0089.001 Obtain Authentic Documents< input type = "checkbox" id = "T0089.001check" onclick = "handleTechniqueClick('T0089.001')" > < / td >
2022-07-01 13:32:09 -04:00
< td id = "T0112" > T0112 Email< input type = "checkbox" id = "T0112check" onclick = "handleTechniqueClick('T0112')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0096.001" > T0096.001 Create Content Farms< input type = "checkbox" id = "T0096.001check" onclick = "handleTechniqueClick('T0096.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0138" > T0138 Motivate to Act< input type = "checkbox" id = "T0138check" onclick = "handleTechniqueClick('T0138')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0089.002" > T0089.002 Create Inauthentic Documents< input type = "checkbox" id = "T0089.002check" onclick = "handleTechniqueClick('T0089.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2023-08-10 14:51:53 -04:00
< td id = "T0096.002" > T0096.002 Outsource Content Creation to External Organisations< input type = "checkbox" id = "T0096.002check" onclick = "handleTechniqueClick('T0096.002')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td id = "T0138.001" > T0138.001 Encourage< input type = "checkbox" id = "T0138.001check" onclick = "handleTechniqueClick('T0138.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
2022-07-02 15:40:09 -04:00
< td id = "T0089.003" > T0089.003 Alter Authentic Documents< input type = "checkbox" id = "T0089.003check" onclick = "handleTechniqueClick('T0089.003')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
2023-09-13 18:16:14 -04:00
< td bgcolor = white > < / td >
< td id = "T0138.002" > T0138.002 Provoke< input type = "checkbox" id = "T0138.002check" onclick = "handleTechniqueClick('T0138.002')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0138.003" > T0138.003 Compel< input type = "checkbox" id = "T0138.003check" onclick = "handleTechniqueClick('T0138.003')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0139" > T0139 Dissuade from Acting< input type = "checkbox" id = "T0139check" onclick = "handleTechniqueClick('T0139')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0139.001" > T0139.001 Discourage< input type = "checkbox" id = "T0139.001check" onclick = "handleTechniqueClick('T0139.001')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0139.002" > T0139.002 Silence< input type = "checkbox" id = "T0139.002check" onclick = "handleTechniqueClick('T0139.002')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0139.003" > T0139.003 Deter< input type = "checkbox" id = "T0139.003check" onclick = "handleTechniqueClick('T0139.003')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0140" > T0140 Cause Harm< input type = "checkbox" id = "T0140check" onclick = "handleTechniqueClick('T0140')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0140.001" > T0140.001 Defame< input type = "checkbox" id = "T0140.001check" onclick = "handleTechniqueClick('T0140.001')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0140.002" > T0140.002 Intimidate< input type = "checkbox" id = "T0140.002check" onclick = "handleTechniqueClick('T0140.002')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td id = "T0140.003" > T0140.003 Spread Hate< input type = "checkbox" id = "T0140.003check" onclick = "handleTechniqueClick('T0140.003')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
2022-01-29 11:34:46 -05:00
< / tr >
< / table >
< hr >
< ul >
2022-06-30 23:30:18 -04:00
< li id = "T0073text" style = "display:none" > T0073: Determine Target Audiences< / li >
< li id = "T0002text" style = "display:none" > T0002: Facilitate State Propaganda< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0016text" style = "display:none" > T0016: Create Clickbait< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0015text" style = "display:none" > T0015: Create Hashtags and Search Artefacts< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0029text" style = "display:none" > T0029: Online Polls< / li >
< li id = "T0020text" style = "display:none" > T0020: Trial Content< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0114text" style = "display:none" > T0114: Deliver Ads< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0017text" style = "display:none" > T0017: Conduct Fundraising< / li >
< li id = "T0059text" style = "display:none" > T0059: Play the Long Game< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0132text" style = "display:none" > T0132: Measure Performance< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0072text" style = "display:none" > T0072: Segment Audiences< / li >
< li id = "T0003text" style = "display:none" > T0003: Leverage Existing Narratives< / li >
< li id = "T0007text" style = "display:none" > T0007: Create Inauthentic Social Media Pages and Groups< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0009text" style = "display:none" > T0009: Create Fake Experts< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0049text" style = "display:none" > T0049: Flooding the Information Space< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0047text" style = "display:none" > T0047: Censor Social Media as a Political Force< / li >
2022-07-01 12:12:05 -04:00
< li id = "T0074text" style = "display:none" > T0074: Determine Strategic Ends< / li >
< li id = "T0066text" style = "display:none" > T0066: Degrade Adversary< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0018text" style = "display:none" > T0018: Purchase Targeted Advertisements< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0019text" style = "display:none" > T0019: Generate Information Pollution< / li >
< li id = "T0043text" style = "display:none" > T0043: Chat Apps< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0039text" style = "display:none" > T0039: Bait Legitimate Influencers< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0114.001text" style = "display:none" > T0114.001: Social Media< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0017.001text" style = "display:none" > T0017.001: Conduct Crowdfunding Campaigns< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0060text" style = "display:none" > T0060: Continue to Amplify< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0132.001text" style = "display:none" > T0132.001: People Focused< / li >
< li id = "T0072.001text" style = "display:none" > T0072.001: Geographic Segmentation< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0004text" style = "display:none" > T0004: Develop Competing Narratives< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0010text" style = "display:none" > T0010: Cultivate Ignorant Agents< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0009.001text" style = "display:none" > T0009.001: Utilise Academic/Pseudoscientific Justifications< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0049.001text" style = "display:none" > T0049.001: Trolls Amplify and Manipulate< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0048text" style = "display:none" > T0048: Harass< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0074.001text" style = "display:none" > T0074.001: Geopolitical Advantage< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0075text" style = "display:none" > T0075: Dismiss< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0101text" style = "display:none" > T0101: Create Localised Content< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0019.001text" style = "display:none" > T0019.001: Create Fake Research< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0043.001text" style = "display:none" > T0043.001: Use Encrypted Chat Apps< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0042text" style = "display:none" > T0042: Seed Kernel of Truth< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0114.002text" style = "display:none" > T0114.002: Traditional Media< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0057text" style = "display:none" > T0057: Organise Events< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0128text" style = "display:none" > T0128: Conceal Information Assets< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0132.002text" style = "display:none" > T0132.002: Content Focused< / li >
< li id = "T0072.002text" style = "display:none" > T0072.002: Demographic Segmentation< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0022text" style = "display:none" > T0022: Leverage Conspiracy Theory Narratives< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0013text" style = "display:none" > T0013: Create Inauthentic Websites< / li >
< li id = "T0011text" style = "display:none" > T0011: Compromise Legitimate Accounts< / li >
< li id = "T0049.002text" style = "display:none" > T0049.002: Hijack Existing Hashtag< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0048.001text" style = "display:none" > T0048.001: Boycott/"Cancel" Opponents< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0074.002text" style = "display:none" > T0074.002: Domestic Political Advantage< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0075.001text" style = "display:none" > T0075.001: Discredit Credible Sources< / li >
< li id = "T0102text" style = "display:none" > T0102: Leverage Echo Chambers/Filter Bubbles< / li >
< li id = "T0019.002text" style = "display:none" > T0019.002: Hijack Hashtags< / li >
< li id = "T0043.002text" style = "display:none" > T0043.002: Use Unencrypted Chats Apps< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0044text" style = "display:none" > T0044: Seed Distortions< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0115text" style = "display:none" > T0115: Post Content< / li >
< li id = "T0057.001text" style = "display:none" > T0057.001: Pay for Physical Action< / li >
< li id = "T0128.001text" style = "display:none" > T0128.001: Use Pseudonyms< / li >
< li id = "T0132.003text" style = "display:none" > T0132.003: View Focused< / li >
< li id = "T0072.003text" style = "display:none" > T0072.003: Economic Segmentation< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0022.001text" style = "display:none" > T0022.001: Amplify Existing Conspiracy Theory Narratives< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0014text" style = "display:none" > T0014: Prepare Fundraising Campaigns< / li >
< li id = "T0097text" style = "display:none" > T0097: Create Personas< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0049.003text" style = "display:none" > T0049.003: Bots Amplify via Automated Forwarding and Reposting< / li >
< li id = "T0048.002text" style = "display:none" > T0048.002: Harass People Based on Identities< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0074.003text" style = "display:none" > T0074.003: Economic Advantage< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0076text" style = "display:none" > T0076: Distort< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0102.001text" style = "display:none" > T0102.001: Use Existing Echo Chambers/Filter Bubbles< / li >
< li id = "T0023text" style = "display:none" > T0023: Distort Facts< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0103text" style = "display:none" > T0103: Livestream< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0045text" style = "display:none" > T0045: Use Fake Experts< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0115.001text" style = "display:none" > T0115.001: Share Memes< / li >
< li id = "T0057.002text" style = "display:none" > T0057.002: Conduct Symbolic Action< / li >
< li id = "T0128.002text" style = "display:none" > T0128.002: Conceal Network Identity< / li >
< li id = "T0133text" style = "display:none" > T0133: Measure Effectiveness< / li >
< li id = "T0072.004text" style = "display:none" > T0072.004: Psychographic Segmentation< / li >
< li id = "T0022.002text" style = "display:none" > T0022.002: Develop Original Conspiracy Theory Narratives< / li >
2023-05-25 15:57:53 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< li id = "T0049.004text" style = "display:none" > T0049.004: Utilise Spamoflauge< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0048.003text" style = "display:none" > T0048.003: Threaten to Dox< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0074.004text" style = "display:none" > T0074.004: Ideological Advantage< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< li id = "T0046text" style = "display:none" > T0046: Use Search Engine Optimisation< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< li id = "T0133.001text" style = "display:none" > T0133.001: Behaviour Changes< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0072.005text" style = "display:none" > T0072.005: Political Segmentation< / li >
2023-05-25 15:57:53 -04:00
< 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 >
2022-07-02 13:29:40 -04:00
< li id = "T0098text" style = "display:none" > T0098: Establish Inauthentic News Sites< / li >
< li id = "T0049.005text" style = "display:none" > T0049.005: Conduct Swarming< / li >
< li id = "T0048.004text" style = "display:none" > T0048.004: Dox< / li >
< li id = "T0078text" style = "display:none" > T0078: Dismay< / li >
< li id = "T0102.003text" style = "display:none" > T0102.003: Exploit Data Voids< / li >
< li id = "T0023.002text" style = "display:none" > T0023.002: Edit Open-Source Content< / li >
< li id = "T0103.002text" style = "display:none" > T0103.002: Audio Livestream< / li >
< li id = "T0113text" style = "display:none" > T0113: Employ Commercial Analytic Firms< / li >
< li id = "T0115.003text" style = "display:none" > T0115.003: One-Way Direct Posting< / li >
2022-07-03 19:59:09 -04:00
< li id = "T0126text" style = "display:none" > T0126: Encourage Attendance at Events< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0128.004text" style = "display:none" > T0128.004: Launder Information Assets< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0133.002text" style = "display:none" > T0133.002: Content< / li >
< li id = "T0080text" style = "display:none" > T0080: Map Target Audience Information Environment< / li >
< li id = "T0068text" style = "display:none" > T0068: Respond to Breaking News Event or Active Crisis< / li >
< li id = "T0065text" style = "display:none" > T0065: Prepare Physical Broadcast Capabilities< / li >
< li id = "T0098.001text" style = "display:none" > T0098.001: Create Inauthentic News Sites< / li >
< li id = "T0049.006text" style = "display:none" > T0049.006: Conduct Keyword Squatting< / li >
< li id = "T0123text" style = "display:none" > T0123: Control Information Environment through Offensive Cyberspace Operations< / li >
< li id = "T0079text" style = "display:none" > T0079: Divide< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0084text" style = "display:none" > T0084: Reuse Existing Content< / li >
< li id = "T0104text" style = "display:none" > T0104: Social Networks< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0116text" style = "display:none" > T0116: Comment or Reply on Content< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0126.001text" style = "display:none" > T0126.001: Call to Action to Attend< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0128.005text" style = "display:none" > T0128.005: Change Names of Information Assets< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0133.003text" style = "display:none" > T0133.003: Awareness< / li >
< li id = "T0080.001text" style = "display:none" > T0080.001: Monitor Social Media Analytics< / li >
< li id = "T0082text" style = "display:none" > T0082: Develop New Narratives< / li >
< li id = "T0090text" style = "display:none" > T0090: Create Inauthentic Accounts< / li >
< li id = "T0098.002text" style = "display:none" > T0098.002: Leverage Existing Inauthentic News Sites< / li >
< li id = "T0049.007text" style = "display:none" > T0049.007: Inauthentic Sites Amplify News and Narratives< / li >
< li id = "T0123.001text" style = "display:none" > T0123.001: Delete Opposing Content< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0135text" style = "display:none" > T0135: Undermine< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0084.001text" style = "display:none" > T0084.001: Use Copypasta< / li >
< li id = "T0104.001text" style = "display:none" > T0104.001: Mainstream Social Networks< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0116.001text" style = "display:none" > T0116.001: Post Inauthentic Social Media Comment< / li >
< li id = "T0126.002text" style = "display:none" > T0126.002: Facilitate Logistics or Support for Attendance< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0129text" style = "display:none" > T0129: Conceal Operational Activity< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0133.004text" style = "display:none" > T0133.004: Knowledge< / li >
< li id = "T0080.002text" style = "display:none" > T0080.002: Evaluate Media Surveys< / li >
< li id = "T0083text" style = "display:none" > T0083: Integrate Target Audience Vulnerabilities into Narrative< / li >
< li id = "T0090.001text" style = "display:none" > T0090.001: Create Anonymous Accounts< / li >
< 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 >
2023-09-13 18:16:14 -04:00
< li id = "T0135.001text" style = "display:none" > T0135.001: Smear< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0084.002text" style = "display:none" > T0084.002: Plagiarise Content< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0104.002text" style = "display:none" > T0104.002: Dating Apps< / li >
< li id = "T0117text" style = "display:none" > T0117: Attract Traditional Media< / li >
2022-07-03 19:59:09 -04:00
< li id = "T0127text" style = "display:none" > T0127: Physical Violence< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0129.001text" style = "display:none" > T0129.001: Conceal Network Identity< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0133.005text" style = "display:none" > T0133.005: Action/Attitude< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0080.003text" style = "display:none" > T0080.003: Identify Trending Topics/Hashtags< / li >
< li id = "T0090.002text" style = "display:none" > T0090.002: Create Cyborg Accounts< / li >
< 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 >
2023-09-13 18:16:14 -04:00
< li id = "T0135.002text" style = "display:none" > T0135.002: Thwart< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0084.003text" style = "display:none" > T0084.003: Deceptively Labelled or Translated< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0104.003text" style = "display:none" > T0104.003: Private/Closed Social Networks< / li >
2022-07-03 19:59:09 -04:00
< li id = "T0127.001text" style = "display:none" > T0127.001: Conduct Physical Violence< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0129.002text" style = "display:none" > T0129.002: Generate Content Unrelated to Narrative< / li >
< li id = "T0134text" style = "display:none" > T0134: Measure Effectiveness Indicators (or KPIs)< / li >
< li id = "T0080.004text" style = "display:none" > T0080.004: Conduct Web Traffic Analysis< / li >
< li id = "T0090.003text" style = "display:none" > T0090.003: Create Bot Accounts< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0099.002text" style = "display:none" > T0099.002: Spoof/Parody Account/Site< / li >
< li id = "T0119.001text" style = "display:none" > T0119.001: Post across Groups< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0123.004text" style = "display:none" > T0123.004: Conduct Server Redirect< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0135.003text" style = "display:none" > T0135.003: Subvert< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0084.004text" style = "display:none" > T0084.004: Appropriate Content< / li >
< li id = "T0104.004text" style = "display:none" > T0104.004: Interest-Based Networks< / li >
2022-07-03 19:59:09 -04:00
< li id = "T0127.002text" style = "display:none" > T0127.002: Encourage Physical Violence< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0129.003text" style = "display:none" > T0129.003: Break Association with Content< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0134.001text" style = "display:none" > T0134.001: Message Reach< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0080.005text" style = "display:none" > T0080.005: Assess Degree/Type of Media Access< / li >
< li id = "T0090.004text" style = "display:none" > T0090.004: Create Sockpuppet Accounts< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0100text" style = "display:none" > T0100: Co-Opt Trusted Sources< / li >
< li id = "T0119.002text" style = "display:none" > T0119.002: Post across Platform< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0124text" style = "display:none" > T0124: Suppress Opposition< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0135.004text" style = "display:none" > T0135.004: Polarise< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0085text" style = "display:none" > T0085: Develop Text-Based Content< / li >
< li id = "T0104.005text" style = "display:none" > T0104.005: Use Hashtags< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0129.004text" style = "display:none" > T0129.004: Delete URLs< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0134.002text" style = "display:none" > T0134.002: Social Media Engagement< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081text" style = "display:none" > T0081: Identify Social and Technical Vulnerabilities< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0091text" style = "display:none" > T0091: Recruit Malign Actors< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0100.001text" style = "display:none" > T0100.001: Co-Opt Trusted Individuals< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0119.003text" style = "display:none" > T0119.003: Post across Disciplines< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0124.001text" style = "display:none" > T0124.001: Report Non-Violative Opposing Content< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136text" style = "display:none" > T0136: Cultivate Support< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0085.001text" style = "display:none" > T0085.001: Develop AI-Generated Text< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0104.006text" style = "display:none" > T0104.006: Create Dedicated Hashtag< / li >
< li id = "T0129.005text" style = "display:none" > T0129.005: Coordinate on Encrypted/Closed Networks< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081.001text" style = "display:none" > T0081.001: Find Echo Chambers< / li >
< li id = "T0091.001text" style = "display:none" > T0091.001: Recruit Contractors< / li >
< li id = "T0100.002text" style = "display:none" > T0100.002: Co-Opt Grassroots Groups< / li >
< li id = "T0120text" style = "display:none" > T0120: Incentivize Sharing< / li >
< li id = "T0124.002text" style = "display:none" > T0124.002: Goad People into Harmful Action (Stop Hitting Yourself)< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.001text" style = "display:none" > T0136.001: Defend Reputaton< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0085.002text" style = "display:none" > T0085.002: Develop False or Altered Documents< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0105text" style = "display:none" > T0105: Media Sharing Networks< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0129.006text" style = "display:none" > T0129.006: Deny Involvement< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2023-05-25 15:57:53 -04:00
< li id = "T0100.003text" style = "display:none" > T0100.003: Co-Opt Influencers< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0120.001text" style = "display:none" > T0120.001: Use Affiliate Marketing Programmes< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0124.003text" style = "display:none" > T0124.003: Exploit Platform TOS/Content Moderation< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.002text" style = "display:none" > T0136.002: Justify Action< / li >
2022-07-02 13:29:40 -04:00
< 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 >
< li id = "T0129.007text" style = "display:none" > T0129.007: Delete Accounts/Account Activity< / li >
< li id = "T0081.003text" style = "display:none" > T0081.003: Identify Existing Prejudices< / li >
< li id = "T0091.003text" style = "display:none" > T0091.003: Enlist Troll Accounts< / li >
< li id = "T0120.002text" style = "display:none" > T0120.002: Use Contests and Prizes< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0125text" style = "display:none" > T0125: Platform Filtering< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.003text" style = "display:none" > T0136.003: Energise Supporters< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0086text" style = "display:none" > T0086: Develop Image-Based Content< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0105.002text" style = "display:none" > T0105.002: Video Sharing< / li >
< li id = "T0129.008text" style = "display:none" > T0129.008: Redirect URLs< / li >
< li id = "T0081.004text" style = "display:none" > T0081.004: Identify Existing Fissures< / li >
< li id = "T0092text" style = "display:none" > T0092: Build Network< / li >
< li id = "T0121text" style = "display:none" > T0121: Manipulate Platform Algorithm< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.004text" style = "display:none" > T0136.004: Boost Reputation< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0086.001text" style = "display:none" > T0086.001: Develop Memes< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0105.003text" style = "display:none" > T0105.003: Audio Sharing< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< li id = "T0092.001text" style = "display:none" > T0092.001: Create Organisations< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0121.001text" style = "display:none" > T0121.001: Bypass Content Blocking< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.005text" style = "display:none" > T0136.005: Cultvate Support for Initiative< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0086.002text" style = "display:none" > T0086.002: Develop AI-Generated Images (Deepfakes)< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0106text" style = "display:none" > T0106: Discussion Forums< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0129.010text" style = "display:none" > T0129.010: Misattribute Activity< / li >
< li id = "T0081.006text" style = "display:none" > T0081.006: Identify Wedge Issues< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0092.002text" style = "display:none" > T0092.002: Use Follow Trains< / li >
2022-07-01 12:12:05 -04:00
< li id = "T0122text" style = "display:none" > T0122: Direct Users to Alternative Platforms< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.006text" style = "display:none" > T0136.006: Cultivate Support for Ally< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0086.003text" style = "display:none" > T0086.003: Deceptively Edit Images (Cheap Fakes)< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0106.001text" style = "display:none" > T0106.001: Anonymous Message Boards< / li >
< li id = "T0130text" style = "display:none" > T0130: Conceal Infrastructure< / li >
< li id = "T0081.007text" style = "display:none" > T0081.007: Identify Target Audience Adversaries< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0092.003text" style = "display:none" > T0092.003: Create Community or Sub-Group< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.007text" style = "display:none" > T0136.007: Recruit Members< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0086.004text" style = "display:none" > T0086.004: Aggregate Information into Evidence Collages< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0107text" style = "display:none" > T0107: Bookmarking and Content Curation< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0130.001text" style = "display:none" > T0130.001: Conceal Sponsorship< / li >
< li id = "T0081.008text" style = "display:none" > T0081.008: Identify Media System Vulnerabilities< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0093text" style = "display:none" > T0093: Acquire/Recruit Network< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.008text" style = "display:none" > T0136.008: Increase Prestige< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0087text" style = "display:none" > T0087: Develop Video-Based Content< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0108text" style = "display:none" > T0108: Blogging and Publishing Networks< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0130.002text" style = "display:none" > T0130.002: Utilise Bulletproof Hosting< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0093.001text" style = "display:none" > T0093.001: Fund Proxies< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137text" style = "display:none" > T0137: Make Money< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0087.001text" style = "display:none" > T0087.001: Develop AI-Generated Videos (Deepfakes)< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0109text" style = "display:none" > T0109: Consumer Review Networks< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0130.003text" style = "display:none" > T0130.003: Use Shell Organisations< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0093.002text" style = "display:none" > T0093.002: Acquire Botnets< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.001text" style = "display:none" > T0137.001: Generate Ad Revenue< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0087.002text" style = "display:none" > T0087.002: Deceptively Edit Video (Cheap Fakes)< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0110text" style = "display:none" > T0110: Formal Diplomatic Channels< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0130.004text" style = "display:none" > T0130.004: Use Cryptocurrency< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0094text" style = "display:none" > T0094: Infiltrate Existing Networks< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.002text" style = "display:none" > T0137.002: Scam< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0088text" style = "display:none" > T0088: Develop Audio-Based Content< / li >
2022-06-30 23:30:18 -04:00
< li id = "T0111text" style = "display:none" > T0111: Traditional Media< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0130.005text" style = "display:none" > T0130.005: Obfuscate Payment< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0094.001text" style = "display:none" > T0094.001: Identify Susceptible Targets in Networks< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.003text" style = "display:none" > T0137.003: Raise Funds< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2023-08-10 14:51:53 -04:00
< li id = "T0094.002text" style = "display:none" > T0094.002: Utilise Butterfly Attacks< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.004text" style = "display:none" > T0137.004: Sell Items under False Pretences< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0088.002text" style = "display:none" > T0088.002: Deceptively Edit Audio (Cheap Fakes)< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0111.002text" style = "display:none" > T0111.002: Newspaper< / li >
2023-05-25 15:57:53 -04:00
< li id = "T0131.001text" style = "display:none" > T0131.001: Legacy Web Content< / li >
2022-07-01 13:32:09 -04:00
< li id = "T0095text" style = "display:none" > T0095: Develop Owned Media Assets< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.005text" style = "display:none" > T0137.005: Extort< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0089text" style = "display:none" > T0089: Obtain Private Documents< / li >
< li id = "T0111.003text" style = "display:none" > T0111.003: Radio< / li >
< li id = "T0131.002text" style = "display:none" > T0131.002: Post Borderline Content< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0096text" style = "display:none" > T0096: Leverage Content Farms< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.006text" style = "display:none" > T0137.006: Manipulate Stocks< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0089.001text" style = "display:none" > T0089.001: Obtain Authentic Documents< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0112text" style = "display:none" > T0112: Email< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0096.001text" style = "display:none" > T0096.001: Create Content Farms< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138text" style = "display:none" > T0138: Motivate to Act< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0089.002text" style = "display:none" > T0089.002: Create Inauthentic Documents< / li >
2023-08-10 14:51:53 -04:00
< li id = "T0096.002text" style = "display:none" > T0096.002: Outsource Content Creation to External Organisations< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138.001text" style = "display:none" > T0138.001: Encourage< / li >
2022-07-02 15:40:09 -04:00
< li id = "T0089.003text" style = "display:none" > T0089.003: Alter Authentic Documents< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138.002text" style = "display:none" > T0138.002: Provoke< / li >
< li id = "T0138.003text" style = "display:none" > T0138.003: Compel< / li >
< li id = "T0139text" style = "display:none" > T0139: Dissuade from Acting< / li >
< li id = "T0139.001text" style = "display:none" > T0139.001: Discourage< / li >
< li id = "T0139.002text" style = "display:none" > T0139.002: Silence< / li >
< li id = "T0139.003text" style = "display:none" > T0139.003: Deter< / li >
< li id = "T0140text" style = "display:none" > T0140: Cause Harm< / li >
< li id = "T0140.001text" style = "display:none" > T0140.001: Defame< / li >
< li id = "T0140.002text" style = "display:none" > T0140.002: Intimidate< / li >
< li id = "T0140.003text" style = "display:none" > T0140.003: Spread Hate< / li >
2022-01-29 11:34:46 -05:00
< / ul >
< / body >
< / html >