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 >
2024-03-13 15:07:55 -04:00
< td > TA15 Establish Assets< / td >
2022-06-30 23:30:18 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0010" > T0010 Cultivate Ignorant Agents< input type = "checkbox" id = "T0010check" onclick = "handleTechniqueClick('T0010')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097" > T0097 Present Persona< input type = "checkbox" id = "T0097check" onclick = "handleTechniqueClick('T0097')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0039" > T0039 Bait Influencer< input type = "checkbox" id = "T0039check" onclick = "handleTechniqueClick('T0039')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0015.001" > T0015.001 Use Existing Hashtag< input type = "checkbox" id = "T0015.001check" onclick = "handleTechniqueClick('T0015.001')" > < / td >
< td id = "T0107" > T0107 Bookmarking and Content Curation< input type = "checkbox" id = "T0107check" onclick = "handleTechniqueClick('T0107')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0042" > T0042 Seed Kernel of Truth< input type = "checkbox" id = "T0042check" onclick = "handleTechniqueClick('T0042')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0014" > T0014 Prepare Fundraising Campaigns< input type = "checkbox" id = "T0014check" onclick = "handleTechniqueClick('T0014')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.100" > T0097.100 Individual Persona< input type = "checkbox" id = "T0097.100check" onclick = "handleTechniqueClick('T0097.100')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0049" > T0049 Flood Information Space< input type = "checkbox" id = "T0049check" onclick = "handleTechniqueClick('T0049')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0015.002" > T0015.002 Create New Hashtag< input type = "checkbox" id = "T0015.002check" onclick = "handleTechniqueClick('T0015.002')" > < / td >
< td id = "T0109" > T0109 Consumer Review Networks< input type = "checkbox" id = "T0109check" onclick = "handleTechniqueClick('T0109')" > < / td >
2024-03-13 15:07:55 -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 = "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 >
2024-11-19 16:02:48 -05:00
< td id = "T0014.001" > T0014.001 Raise Funds from Malign Actors< input type = "checkbox" id = "T0014.001check" onclick = "handleTechniqueClick('T0014.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.101" > T0097.101 Local Persona< input type = "checkbox" id = "T0097.101check" onclick = "handleTechniqueClick('T0097.101')" > < / td >
2024-03-13 15:07:55 -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-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 >
2024-11-19 16:02:48 -05:00
< td id = "T0023" > T0023 Distort Facts< input type = "checkbox" id = "T0023check" onclick = "handleTechniqueClick('T0023')" > < / td >
< td id = "T0110" > T0110 Formal Diplomatic Channels< input type = "checkbox" id = "T0110check" onclick = "handleTechniqueClick('T0110')" > < / td >
2024-03-13 15:07:55 -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" > 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0014.002" > T0014.002 Raise Funds from Ignorant Agents< input type = "checkbox" id = "T0014.002check" onclick = "handleTechniqueClick('T0014.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.102" > T0097.102 Journalist Persona< input type = "checkbox" id = "T0097.102check" onclick = "handleTechniqueClick('T0097.102')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0049.002" > T0049.002 Flood Existing Hashtag< input type = "checkbox" id = "T0049.002check" onclick = "handleTechniqueClick('T0049.002')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0023.001" > T0023.001 Reframe Context< input type = "checkbox" id = "T0023.001check" onclick = "handleTechniqueClick('T0023.001')" > < / td >
< td id = "T0111" > T0111 Traditional Media< input type = "checkbox" id = "T0111check" onclick = "handleTechniqueClick('T0111')" > < / td >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< td id = "T0065" > T0065 Prepare Physical Broadcast Capabilities< input type = "checkbox" id = "T0065check" onclick = "handleTechniqueClick('T0065')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.103" > T0097.103 Activist Persona< input type = "checkbox" id = "T0097.103check" onclick = "handleTechniqueClick('T0097.103')" > < / td >
2024-03-13 15:07:55 -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 >
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 >
2024-11-19 16:02:48 -05:00
< td id = "T0023.002" > T0023.002 Edit Open-Source Content< input type = "checkbox" id = "T0023.002check" onclick = "handleTechniqueClick('T0023.002')" > < / td >
< td id = "T0111.001" > T0111.001 TV< input type = "checkbox" id = "T0111.001check" onclick = "handleTechniqueClick('T0111.001')" > < / td >
2024-03-13 15:07:55 -04:00
< td bgcolor = white > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0091" > T0091 Recruit Malign Actors< input type = "checkbox" id = "T0091check" onclick = "handleTechniqueClick('T0091')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.104" > T0097.104 Hacktivist Persona< input type = "checkbox" id = "T0097.104check" onclick = "handleTechniqueClick('T0097.104')" > < / td >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< td id = "T0084" > T0084 Reuse Existing Content< input type = "checkbox" id = "T0084check" onclick = "handleTechniqueClick('T0084')" > < / td >
< td id = "T0111.002" > T0111.002 Newspaper< input type = "checkbox" id = "T0111.002check" onclick = "handleTechniqueClick('T0111.002')" > < / td >
2024-03-13 15:07:55 -04:00
< td bgcolor = white > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0091.001" > T0091.001 Recruit Contractors< input type = "checkbox" id = "T0091.001check" onclick = "handleTechniqueClick('T0091.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.105" > T0097.105 Military Personnel Persona< input type = "checkbox" id = "T0097.105check" onclick = "handleTechniqueClick('T0097.105')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0049.005" > T0049.005 Conduct Swarming< input type = "checkbox" id = "T0049.005check" onclick = "handleTechniqueClick('T0049.005')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0084.001" > T0084.001 Use Copypasta< input type = "checkbox" id = "T0084.001check" onclick = "handleTechniqueClick('T0084.001')" > < / td >
< td id = "T0111.003" > T0111.003 Radio< input type = "checkbox" id = "T0111.003check" onclick = "handleTechniqueClick('T0111.003')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0091.002" > T0091.002 Recruit Partisans< input type = "checkbox" id = "T0091.002check" onclick = "handleTechniqueClick('T0091.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.106" > T0097.106 Recruiter Persona< input type = "checkbox" id = "T0097.106check" onclick = "handleTechniqueClick('T0097.106')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0049.006" > T0049.006 Conduct Keyword Squatting< input type = "checkbox" id = "T0049.006check" onclick = "handleTechniqueClick('T0049.006')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0084.002" > T0084.002 Plagiarise Content< input type = "checkbox" id = "T0084.002check" onclick = "handleTechniqueClick('T0084.002')" > < / td >
< td id = "T0151" > T0151 Digital Community Hosting Asset< input type = "checkbox" id = "T0151check" onclick = "handleTechniqueClick('T0151')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0091.003" > T0091.003 Enlist Troll Accounts< input type = "checkbox" id = "T0091.003check" onclick = "handleTechniqueClick('T0091.003')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.107" > T0097.107 Researcher Persona< input type = "checkbox" id = "T0097.107check" onclick = "handleTechniqueClick('T0097.107')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0049.007" > T0049.007 Inauthentic Sites Amplify News and Narratives< input type = "checkbox" id = "T0049.007check" onclick = "handleTechniqueClick('T0049.007')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0084.003" > T0084.003 Deceptively Labelled or Translated< input type = "checkbox" id = "T0084.003check" onclick = "handleTechniqueClick('T0084.003')" > < / td >
< td id = "T0151.001" > T0151.001 Social Media Platform< input type = "checkbox" id = "T0151.001check" onclick = "handleTechniqueClick('T0151.001')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0092" > T0092 Build Network< input type = "checkbox" id = "T0092check" onclick = "handleTechniqueClick('T0092')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.108" > T0097.108 Expert Persona< input type = "checkbox" id = "T0097.108check" onclick = "handleTechniqueClick('T0097.108')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0049.008" > T0049.008 Generate Information Pollution< input type = "checkbox" id = "T0049.008check" onclick = "handleTechniqueClick('T0049.008')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0084.004" > T0084.004 Appropriate Content< input type = "checkbox" id = "T0084.004check" onclick = "handleTechniqueClick('T0084.004')" > < / td >
< td id = "T0151.002" > T0151.002 Online Community Group< input type = "checkbox" id = "T0151.002check" onclick = "handleTechniqueClick('T0151.002')" > < / 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 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0092.001" > T0092.001 Create Organisations< input type = "checkbox" id = "T0092.001check" onclick = "handleTechniqueClick('T0092.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.109" > T0097.109 Romantic Suitor Persona< input type = "checkbox" id = "T0097.109check" onclick = "handleTechniqueClick('T0097.109')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0118" > T0118 Amplify Existing Narrative< input type = "checkbox" id = "T0118check" onclick = "handleTechniqueClick('T0118')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085" > T0085 Develop Text-Based Content< input type = "checkbox" id = "T0085check" onclick = "handleTechniqueClick('T0085')" > < / td >
< td id = "T0151.003" > T0151.003 Online Community Page< input type = "checkbox" id = "T0151.003check" onclick = "handleTechniqueClick('T0151.003')" > < / 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 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0092.002" > T0092.002 Use Follow Trains< input type = "checkbox" id = "T0092.002check" onclick = "handleTechniqueClick('T0092.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.110" > T0097.110 Party Official Persona< input type = "checkbox" id = "T0097.110check" onclick = "handleTechniqueClick('T0097.110')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0119" > T0119 Cross-Posting< input type = "checkbox" id = "T0119check" onclick = "handleTechniqueClick('T0119')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.001" > T0085.001 Develop AI-Generated Text< input type = "checkbox" id = "T0085.001check" onclick = "handleTechniqueClick('T0085.001')" > < / td >
< td id = "T0151.004" > T0151.004 Chat Platform< input type = "checkbox" id = "T0151.004check" onclick = "handleTechniqueClick('T0151.004')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0092.003" > T0092.003 Create Community or Sub-Group< input type = "checkbox" id = "T0092.003check" onclick = "handleTechniqueClick('T0092.003')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.111" > T0097.111 Government Official Persona< input type = "checkbox" id = "T0097.111check" onclick = "handleTechniqueClick('T0097.111')" > < / td >
2024-03-13 15:07:55 -04:00
< 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 = "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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.003" > T0085.003 Develop Inauthentic News Articles< input type = "checkbox" id = "T0085.003check" onclick = "handleTechniqueClick('T0085.003')" > < / td >
< td id = "T0151.005" > T0151.005 Chat Community Server< input type = "checkbox" id = "T0151.005check" onclick = "handleTechniqueClick('T0151.005')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0093" > T0093 Acquire/Recruit Network< input type = "checkbox" id = "T0093check" onclick = "handleTechniqueClick('T0093')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.112" > T0097.112 Government Employee Persona< input type = "checkbox" id = "T0097.112check" onclick = "handleTechniqueClick('T0097.112')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0119.002" > T0119.002 Post across Platform< input type = "checkbox" id = "T0119.002check" onclick = "handleTechniqueClick('T0119.002')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.004" > T0085.004 Develop Document< input type = "checkbox" id = "T0085.004check" onclick = "handleTechniqueClick('T0085.004')" > < / td >
< td id = "T0151.006" > T0151.006 Chat Room< input type = "checkbox" id = "T0151.006check" onclick = "handleTechniqueClick('T0151.006')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0093.001" > T0093.001 Fund Proxies< input type = "checkbox" id = "T0093.001check" onclick = "handleTechniqueClick('T0093.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.200" > T0097.200 Institutional Persona< input type = "checkbox" id = "T0097.200check" onclick = "handleTechniqueClick('T0097.200')" > < / td >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.005" > T0085.005 Develop Book< input type = "checkbox" id = "T0085.005check" onclick = "handleTechniqueClick('T0085.005')" > < / td >
< td id = "T0151.007" > T0151.007 Chat Broadcast Group< input type = "checkbox" id = "T0151.007check" onclick = "handleTechniqueClick('T0151.007')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0093.002" > T0093.002 Acquire Botnets< input type = "checkbox" id = "T0093.002check" onclick = "handleTechniqueClick('T0093.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.201" > T0097.201 Local Institution Persona< input type = "checkbox" id = "T0097.201check" onclick = "handleTechniqueClick('T0097.201')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0120" > T0120 Incentivize Sharing< input type = "checkbox" id = "T0120check" onclick = "handleTechniqueClick('T0120')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.006" > T0085.006 Develop Opinion Article< input type = "checkbox" id = "T0085.006check" onclick = "handleTechniqueClick('T0085.006')" > < / td >
< td id = "T0151.008" > T0151.008 Microblogging Platform< input type = "checkbox" id = "T0151.008check" onclick = "handleTechniqueClick('T0151.008')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0129.009" > T0129.009 Remove Post Origins< input type = "checkbox" id = "T0129.009check" onclick = "handleTechniqueClick('T0129.009')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0094" > T0094 Infiltrate Existing Networks< input type = "checkbox" id = "T0094check" onclick = "handleTechniqueClick('T0094')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.202" > T0097.202 News Outlet Persona< input type = "checkbox" id = "T0097.202check" onclick = "handleTechniqueClick('T0097.202')" > < / td >
2024-03-13 15:07:55 -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 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.007" > T0085.007 Create Fake Research< input type = "checkbox" id = "T0085.007check" onclick = "handleTechniqueClick('T0085.007')" > < / td >
< td id = "T0151.009" > T0151.009 Legacy Online Forum Platform< input type = "checkbox" id = "T0151.009check" onclick = "handleTechniqueClick('T0151.009')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0129.010" > T0129.010 Misattribute Activity< input type = "checkbox" id = "T0129.010check" onclick = "handleTechniqueClick('T0129.010')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0094.001" > T0094.001 Identify Susceptible Targets in Networks< input type = "checkbox" id = "T0094.001check" onclick = "handleTechniqueClick('T0094.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.203" > T0097.203 Fact Checking Organisation Persona< input type = "checkbox" id = "T0097.203check" onclick = "handleTechniqueClick('T0097.203')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0120.002" > T0120.002 Use Contests and Prizes< input type = "checkbox" id = "T0120.002check" onclick = "handleTechniqueClick('T0120.002')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0085.008" > T0085.008 Machine Translated Text< input type = "checkbox" id = "T0085.008check" onclick = "handleTechniqueClick('T0085.008')" > < / td >
< td id = "T0151.010" > T0151.010 Community Forum Platform< input type = "checkbox" id = "T0151.010check" onclick = "handleTechniqueClick('T0151.010')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0130" > T0130 Conceal Infrastructure< input type = "checkbox" id = "T0130check" onclick = "handleTechniqueClick('T0130')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0094.002" > T0094.002 Utilise Butterfly Attacks< input type = "checkbox" id = "T0094.002check" onclick = "handleTechniqueClick('T0094.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.204" > T0097.204 Think Tank Persona< input type = "checkbox" id = "T0097.204check" onclick = "handleTechniqueClick('T0097.204')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0121" > T0121 Manipulate Platform Algorithm< input type = "checkbox" id = "T0121check" onclick = "handleTechniqueClick('T0121')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0086" > T0086 Develop Image-Based Content< input type = "checkbox" id = "T0086check" onclick = "handleTechniqueClick('T0086')" > < / td >
< td id = "T0151.011" > T0151.011 Community Sub-Forum< input type = "checkbox" id = "T0151.011check" onclick = "handleTechniqueClick('T0151.011')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0130.001" > T0130.001 Conceal Sponsorship< input type = "checkbox" id = "T0130.001check" onclick = "handleTechniqueClick('T0130.001')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0095" > T0095 Develop Owned Media Assets< input type = "checkbox" id = "T0095check" onclick = "handleTechniqueClick('T0095')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.205" > T0097.205 Business Persona< input type = "checkbox" id = "T0097.205check" onclick = "handleTechniqueClick('T0097.205')" > < / td >
2024-03-13 15:07:55 -04:00
< td id = "T0121.001" > T0121.001 Bypass Content Blocking< input type = "checkbox" id = "T0121.001check" onclick = "handleTechniqueClick('T0121.001')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0086.001" > T0086.001 Develop Memes< input type = "checkbox" id = "T0086.001check" onclick = "handleTechniqueClick('T0086.001')" > < / td >
< td id = "T0151.012" > T0151.012 Image Board Platform< input type = "checkbox" id = "T0151.012check" onclick = "handleTechniqueClick('T0151.012')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0130.002" > T0130.002 Utilise Bulletproof Hosting< input type = "checkbox" id = "T0130.002check" onclick = "handleTechniqueClick('T0130.002')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0096" > T0096 Leverage Content Farms< input type = "checkbox" id = "T0096check" onclick = "handleTechniqueClick('T0096')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.206" > T0097.206 Government Institution Persona< input type = "checkbox" id = "T0097.206check" onclick = "handleTechniqueClick('T0097.206')" > < / td >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< td id = "T0086.002" > T0086.002 Develop AI-Generated Images (Deepfakes)< input type = "checkbox" id = "T0086.002check" onclick = "handleTechniqueClick('T0086.002')" > < / td >
< td id = "T0151.013" > T0151.013 Question and Answer Platform< input type = "checkbox" id = "T0151.013check" onclick = "handleTechniqueClick('T0151.013')" > < / 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 >
2024-11-19 16:02:48 -05: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 >
2024-11-19 16:02:48 -05:00
< td id = "T0096.001" > T0096.001 Create Content Farms< input type = "checkbox" id = "T0096.001check" onclick = "handleTechniqueClick('T0096.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.207" > T0097.207 NGO Persona< input type = "checkbox" id = "T0097.207check" onclick = "handleTechniqueClick('T0097.207')" > < / td >
2022-01-29 11:34:46 -05:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0086.003" > T0086.003 Deceptively Edit Images (Cheap Fakes)< input type = "checkbox" id = "T0086.003check" onclick = "handleTechniqueClick('T0086.003')" > < / td >
< td id = "T0151.014" > T0151.014 Comments Section< input type = "checkbox" id = "T0151.014check" onclick = "handleTechniqueClick('T0151.014')" > < / 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 >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0096.002" > T0096.002 Outsource Content Creation to External Organisations< input type = "checkbox" id = "T0096.002check" onclick = "handleTechniqueClick('T0096.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0097.208" > T0097.208 Social Cause Persona< input type = "checkbox" id = "T0097.208check" onclick = "handleTechniqueClick('T0097.208')" > < / td >
2022-01-29 11:34:46 -05:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0086.004" > T0086.004 Aggregate Information into Evidence Collages< input type = "checkbox" id = "T0086.004check" onclick = "handleTechniqueClick('T0086.004')" > < / td >
< td id = "T0151.015" > T0151.015 Online Game Platform< input type = "checkbox" id = "T0151.015check" onclick = "handleTechniqueClick('T0151.015')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0130.005" > T0130.005 Obfuscate Payment< input type = "checkbox" id = "T0130.005check" onclick = "handleTechniqueClick('T0130.005')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0113" > T0113 Employ Commercial Analytic Firms< input type = "checkbox" id = "T0113check" onclick = "handleTechniqueClick('T0113')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0098" > T0098 Establish Inauthentic News Sites< input type = "checkbox" id = "T0098check" onclick = "handleTechniqueClick('T0098')" > < / td >
2022-01-29 11:34:46 -05:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0087" > T0087 Develop Video-Based Content< input type = "checkbox" id = "T0087check" onclick = "handleTechniqueClick('T0087')" > < / td >
< td id = "T0151.016" > T0151.016 Online Game Session< input type = "checkbox" id = "T0151.016check" onclick = "handleTechniqueClick('T0151.016')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0131" > T0131 Exploit TOS/Content Moderation< input type = "checkbox" id = "T0131check" onclick = "handleTechniqueClick('T0131')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0145" > T0145 Establish Account Imagery< input type = "checkbox" id = "T0145check" onclick = "handleTechniqueClick('T0145')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0098.001" > T0098.001 Create Inauthentic News Sites< input type = "checkbox" id = "T0098.001check" onclick = "handleTechniqueClick('T0098.001')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0087.001" > T0087.001 Develop AI-Generated Videos (Deepfakes)< input type = "checkbox" id = "T0087.001check" onclick = "handleTechniqueClick('T0087.001')" > < / td >
< td id = "T0151.017" > T0151.017 Dating Platform< input type = "checkbox" id = "T0151.017check" onclick = "handleTechniqueClick('T0151.017')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0131.001" > T0131.001 Legacy Web Content< input type = "checkbox" id = "T0131.001check" onclick = "handleTechniqueClick('T0131.001')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0145.001" > T0145.001 Copy Account Imagery< input type = "checkbox" id = "T0145.001check" onclick = "handleTechniqueClick('T0145.001')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0098.002" > T0098.002 Leverage Existing Inauthentic News Sites< input type = "checkbox" id = "T0098.002check" onclick = "handleTechniqueClick('T0098.002')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0087.002" > T0087.002 Deceptively Edit Video (Cheap Fakes)< input type = "checkbox" id = "T0087.002check" onclick = "handleTechniqueClick('T0087.002')" > < / td >
< td id = "T0152" > T0152 Digital Content Hosting Asset< input type = "checkbox" id = "T0152check" onclick = "handleTechniqueClick('T0152')" > < / td >
2022-07-02 13:29:40 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0131.002" > T0131.002 Post Borderline Content< input type = "checkbox" id = "T0131.002check" onclick = "handleTechniqueClick('T0131.002')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0145.002" > T0145.002 AI-Generated Account Imagery< input type = "checkbox" id = "T0145.002check" onclick = "handleTechniqueClick('T0145.002')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0100" > T0100 Co-Opt Trusted Sources< input type = "checkbox" id = "T0100check" onclick = "handleTechniqueClick('T0100')" > < / td >
2022-01-29 11:34:46 -05:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0088" > T0088 Develop Audio-Based Content< input type = "checkbox" id = "T0088check" onclick = "handleTechniqueClick('T0088')" > < / td >
< td id = "T0152.001" > T0152.001 Blogging Platform< input type = "checkbox" id = "T0152.001check" onclick = "handleTechniqueClick('T0152.001')" > < / 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 >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td bgcolor = white > < / td >
< td id = "T0145.003" > T0145.003 Animal Account Imagery< input type = "checkbox" id = "T0145.003check" onclick = "handleTechniqueClick('T0145.003')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0100.001" > T0100.001 Co-Opt Trusted Individuals< input type = "checkbox" id = "T0100.001check" onclick = "handleTechniqueClick('T0100.001')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0088.001" > T0088.001 Develop AI-Generated Audio (Deepfakes)< input type = "checkbox" id = "T0088.001check" onclick = "handleTechniqueClick('T0088.001')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0152.002" > T0152.002 Blog Asset< input type = "checkbox" id = "T0152.002check" onclick = "handleTechniqueClick('T0152.002')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0145.004" > T0145.004 Scenery Account Imagery< input type = "checkbox" id = "T0145.004check" onclick = "handleTechniqueClick('T0145.004')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0100.002" > T0100.002 Co-Opt Grassroots Groups< input type = "checkbox" id = "T0100.002check" onclick = "handleTechniqueClick('T0100.002')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0088.002" > T0088.002 Deceptively Edit Audio (Cheap Fakes)< input type = "checkbox" id = "T0088.002check" onclick = "handleTechniqueClick('T0088.002')" > < / td >
< td id = "T0152.003" > T0152.003 Website Hosting Platform< input type = "checkbox" id = "T0152.003check" onclick = "handleTechniqueClick('T0152.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 >
2024-11-19 16:02:48 -05:00
< td id = "T0145.005" > T0145.005 Illustrated Character Account Imagery< input type = "checkbox" id = "T0145.005check" onclick = "handleTechniqueClick('T0145.005')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0100.003" > T0100.003 Co-Opt Influencers< input type = "checkbox" id = "T0100.003check" onclick = "handleTechniqueClick('T0100.003')" > < / td >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0089" > T0089 Obtain Private Documents< input type = "checkbox" id = "T0089check" onclick = "handleTechniqueClick('T0089')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0152.004" > T0152.004 Website Asset< input type = "checkbox" id = "T0152.004check" onclick = "handleTechniqueClick('T0152.004')" > < / 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0145.006" > T0145.006 Attractive Person Account Imagery< input type = "checkbox" id = "T0145.006check" onclick = "handleTechniqueClick('T0145.006')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0143" > T0143 Persona Legitimacy< input type = "checkbox" id = "T0143check" onclick = "handleTechniqueClick('T0143')" > < / td >
2022-01-29 11:34:46 -05:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0089.001" > T0089.001 Obtain Authentic Documents< input type = "checkbox" id = "T0089.001check" onclick = "handleTechniqueClick('T0089.001')" > < / td >
< td id = "T0152.005" > T0152.005 Paste Platform< input type = "checkbox" id = "T0152.005check" onclick = "handleTechniqueClick('T0152.005')" > < / td >
2023-09-13 18:16:14 -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 >
2024-11-19 16:02:48 -05:00
< td id = "T0145.007" > T0145.007 Stock Image Account Imagery< input type = "checkbox" id = "T0145.007check" onclick = "handleTechniqueClick('T0145.007')" > < / td >
2024-07-23 04:58:02 -04:00
< td id = "T0143.001" > T0143.001 Authentic Persona< input type = "checkbox" id = "T0143.001check" onclick = "handleTechniqueClick('T0143.001')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0089.003" > T0089.003 Alter Authentic Documents< input type = "checkbox" id = "T0089.003check" onclick = "handleTechniqueClick('T0089.003')" > < / td >
< td id = "T0152.006" > T0152.006 Video Platform< input type = "checkbox" id = "T0152.006check" onclick = "handleTechniqueClick('T0152.006')" > < / td >
2023-09-13 18:16:14 -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 >
2024-07-23 04:58:02 -04:00
< td id = "T0143.002" > T0143.002 Fabricated Persona< input type = "checkbox" id = "T0143.002check" onclick = "handleTechniqueClick('T0143.002')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-21 11:50:30 -05:00
< td id = "T0146" > T0146 Account Asset< input type = "checkbox" id = "T0146check" onclick = "handleTechniqueClick('T0146')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0152.007" > T0152.007 Audio Platform< input type = "checkbox" id = "T0152.007check" onclick = "handleTechniqueClick('T0152.007')" > < / td >
2023-09-13 18:16:14 -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 >
2024-07-23 04:58:02 -04:00
< td id = "T0143.003" > T0143.003 Impersonated Persona< input type = "checkbox" id = "T0143.003check" onclick = "handleTechniqueClick('T0143.003')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-21 11:50:30 -05:00
< td id = "T0146.001" > T0146.001 Free Account Asset< input type = "checkbox" id = "T0146.001check" onclick = "handleTechniqueClick('T0146.001')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0152.008" > T0152.008 Live Streaming Platform< input type = "checkbox" id = "T0152.008check" onclick = "handleTechniqueClick('T0152.008')" > < / td >
2023-09-13 18:16:14 -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 >
2024-07-23 04:58:02 -04:00
< td id = "T0143.004" > T0143.004 Parody Persona< input type = "checkbox" id = "T0143.004check" onclick = "handleTechniqueClick('T0143.004')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-21 11:50:30 -05:00
< td id = "T0146.002" > T0146.002 Paid Account Asset< input type = "checkbox" id = "T0146.002check" onclick = "handleTechniqueClick('T0146.002')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0152.009" > T0152.009 Software Delivery Platform< input type = "checkbox" id = "T0152.009check" onclick = "handleTechniqueClick('T0152.009')" > < / td >
2023-09-13 18:16:14 -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 >
2024-07-23 04:58:02 -04:00
< td id = "T0144" > T0144 Persona Legitimacy Evidence< input type = "checkbox" id = "T0144check" onclick = "handleTechniqueClick('T0144')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-21 11:50:30 -05:00
< td id = "T0146.003" > T0146.003 Verified Account Asset< input type = "checkbox" id = "T0146.003check" onclick = "handleTechniqueClick('T0146.003')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0152.010" > T0152.010 File Hosting Platform< input type = "checkbox" id = "T0152.010check" onclick = "handleTechniqueClick('T0152.010')" > < / td >
2023-09-13 18:16:14 -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 >
2024-07-23 04:58:02 -04:00
< td id = "T0144.001" > T0144.001 Present Persona across Platforms< input type = "checkbox" id = "T0144.001check" onclick = "handleTechniqueClick('T0144.001')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-21 11:50:30 -05:00
< td id = "T0146.004" > T0146.004 Administrator Account Asset< input type = "checkbox" id = "T0146.004check" onclick = "handleTechniqueClick('T0146.004')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0152.011" > T0152.011 Wiki Platform< input type = "checkbox" id = "T0152.011check" onclick = "handleTechniqueClick('T0152.011')" > < / td >
2023-09-13 18:16:14 -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 >
2024-07-23 04:58:02 -04:00
< td id = "T0144.002" > T0144.002 Persona Template< input type = "checkbox" id = "T0144.002check" onclick = "handleTechniqueClick('T0144.002')" > < / td >
2023-09-13 18:16:14 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0146.005" > T0146.005 Lookalike Account ID< input type = "checkbox" id = "T0146.005check" onclick = "handleTechniqueClick('T0146.005')" > < / td >
< td id = "T0152.012" > T0152.012 Subscription Service Platform< input type = "checkbox" id = "T0152.012check" onclick = "handleTechniqueClick('T0152.012')" > < / td >
2023-09-13 18:16:14 -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 >
< 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 >
2024-11-19 16:02:48 -05:00
< td id = "T0146.006" > T0146.006 Open Access Platform< input type = "checkbox" id = "T0146.006check" onclick = "handleTechniqueClick('T0146.006')" > < / td >
< td id = "T0153" > T0153 Digital Content Delivery Asset< input type = "checkbox" id = "T0153check" onclick = "handleTechniqueClick('T0153')" > < / td >
2023-09-13 18:16:14 -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 >
< 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 >
2024-11-21 11:50:30 -05:00
< td id = "T0146.007" > T0146.007 Automated Account Asset< input type = "checkbox" id = "T0146.007check" onclick = "handleTechniqueClick('T0146.007')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0153.001" > T0153.001 Email Platform< input type = "checkbox" id = "T0153.001check" onclick = "handleTechniqueClick('T0153.001')" > < / td >
2023-09-13 18:16:14 -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 >
2024-11-19 16:02:48 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0147" > T0147 Software Asset< input type = "checkbox" id = "T0147check" onclick = "handleTechniqueClick('T0147')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0153.002" > T0153.002 Link Shortening Platform< input type = "checkbox" id = "T0153.002check" onclick = "handleTechniqueClick('T0153.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 >
2024-07-23 04:58:02 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0147.001" > T0147.001 Game Asset< input type = "checkbox" id = "T0147.001check" onclick = "handleTechniqueClick('T0147.001')" > < / td >
< td id = "T0153.003" > T0153.003 Shortened Link Asset< input type = "checkbox" id = "T0153.003check" onclick = "handleTechniqueClick('T0153.003')" > < / td >
2024-07-23 04:58:02 -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 >
2023-09-13 18:16:14 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-19 16:02:48 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0147.002" > T0147.002 Game Mod Asset< input type = "checkbox" id = "T0147.002check" onclick = "handleTechniqueClick('T0147.002')" > < / td >
< td id = "T0153.004" > T0153.004 QR Code Asset< input type = "checkbox" id = "T0153.004check" onclick = "handleTechniqueClick('T0153.004')" > < / td >
2024-11-19 16:02:48 -05: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 >
2024-07-23 04:58:02 -04:00
< td bgcolor = white > < / td >
2023-09-13 18:16:14 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
2024-11-19 16:02:48 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0147.003" > T0147.003 Malware Asset< input type = "checkbox" id = "T0147.003check" onclick = "handleTechniqueClick('T0147.003')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0153.005" > T0153.005 Online Advertising Platform< input type = "checkbox" id = "T0153.005check" onclick = "handleTechniqueClick('T0153.005')" > < / 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 >
2022-01-29 11:34:46 -05:00
< / tr >
2024-11-19 16:02:48 -05:00
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0147.004" > T0147.004 Mobile App Asset< input type = "checkbox" id = "T0147.004check" onclick = "handleTechniqueClick('T0147.004')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0153.006" > T0153.006 Content Recommendation Algorithm< input type = "checkbox" id = "T0153.006check" onclick = "handleTechniqueClick('T0153.006')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148" > T0148 Financial Instrument< input type = "checkbox" id = "T0148check" onclick = "handleTechniqueClick('T0148')" > < / td >
< td id = "T0153.007" > T0153.007 Direct Messaging< input type = "checkbox" id = "T0153.007check" onclick = "handleTechniqueClick('T0153.007')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.001" > T0148.001 Online Banking Platform< input type = "checkbox" id = "T0148.001check" onclick = "handleTechniqueClick('T0148.001')" > < / td >
< td id = "T0154" > T0154 Digital Content Creation Asset< input type = "checkbox" id = "T0154check" onclick = "handleTechniqueClick('T0154')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0148.002" > T0148.002 Bank Account Asset< input type = "checkbox" id = "T0148.002check" onclick = "handleTechniqueClick('T0148.002')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0154.001" > T0154.001 AI LLM Platform< input type = "checkbox" id = "T0154.001check" onclick = "handleTechniqueClick('T0154.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 >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.003" > T0148.003 Payment Processing Platform< input type = "checkbox" id = "T0148.003check" onclick = "handleTechniqueClick('T0148.003')" > < / td >
< td id = "T0154.002" > T0154.002 AI Media Platform< input type = "checkbox" id = "T0154.002check" onclick = "handleTechniqueClick('T0154.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 >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.004" > T0148.004 Payment Processing Capability< input type = "checkbox" id = "T0148.004check" onclick = "handleTechniqueClick('T0148.004')" > < / td >
< td id = "T0155" > T0155 Gated Asset< input type = "checkbox" id = "T0155check" onclick = "handleTechniqueClick('T0155')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.005" > T0148.005 Subscription Processing Capability< input type = "checkbox" id = "T0148.005check" onclick = "handleTechniqueClick('T0148.005')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0155.001" > T0155.001 Password Gated Asset< input type = "checkbox" id = "T0155.001check" onclick = "handleTechniqueClick('T0155.001')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.006" > T0148.006 Crowdfunding Platform< input type = "checkbox" id = "T0148.006check" onclick = "handleTechniqueClick('T0148.006')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0155.002" > T0155.002 Invite Gated Asset< input type = "checkbox" id = "T0155.002check" onclick = "handleTechniqueClick('T0155.002')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.007" > T0148.007 eCommerce Platform< input type = "checkbox" id = "T0148.007check" onclick = "handleTechniqueClick('T0148.007')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0155.003" > T0155.003 Approval Gated Asset< input type = "checkbox" id = "T0155.003check" onclick = "handleTechniqueClick('T0155.003')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.008" > T0148.008 Cryptocurrency Exchange Platform< input type = "checkbox" id = "T0148.008check" onclick = "handleTechniqueClick('T0148.008')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0155.004" > T0155.004 Geoblocked Asset< input type = "checkbox" id = "T0155.004check" onclick = "handleTechniqueClick('T0155.004')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0148.009" > T0148.009 Cryptocurrency Wallet< input type = "checkbox" id = "T0148.009check" onclick = "handleTechniqueClick('T0148.009')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0155.005" > T0155.005 Paid Access Asset< input type = "checkbox" id = "T0155.005check" onclick = "handleTechniqueClick('T0155.005')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0149" > T0149 Online Infrastructure< input type = "checkbox" id = "T0149check" onclick = "handleTechniqueClick('T0149')" > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0155.006" > T0155.006 Subscription Access Asset< input type = "checkbox" id = "T0155.006check" onclick = "handleTechniqueClick('T0155.006')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.001" > T0149.001 Domain Asset< input type = "checkbox" id = "T0149.001check" onclick = "handleTechniqueClick('T0149.001')" > < / td >
2024-11-19 16:02:48 -05:00
< td id = "T0155.007" > T0155.007 Encrypted Communication Channel< input type = "checkbox" id = "T0155.007check" onclick = "handleTechniqueClick('T0155.007')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.002" > T0149.002 Email Domain Asset< input type = "checkbox" id = "T0149.002check" onclick = "handleTechniqueClick('T0149.002')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0149.003" > T0149.003 Lookalike Domain< input type = "checkbox" id = "T0149.003check" onclick = "handleTechniqueClick('T0149.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 >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.004" > T0149.004 Redirecting Domain Asset< input type = "checkbox" id = "T0149.004check" onclick = "handleTechniqueClick('T0149.004')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.005" > T0149.005 Server Asset< input type = "checkbox" id = "T0149.005check" onclick = "handleTechniqueClick('T0149.005')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.006" > T0149.006 IP Address Asset< input type = "checkbox" id = "T0149.006check" onclick = "handleTechniqueClick('T0149.006')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.007" > T0149.007 VPN Asset< input type = "checkbox" id = "T0149.007check" onclick = "handleTechniqueClick('T0149.007')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0149.008" > T0149.008 Proxy IP Address Asset< input type = "checkbox" id = "T0149.008check" onclick = "handleTechniqueClick('T0149.008')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0149.009" > T0149.009 Internet Connected Physical Asset< input type = "checkbox" id = "T0149.009check" onclick = "handleTechniqueClick('T0149.009')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0150" > T0150 Asset Origin< input type = "checkbox" id = "T0150check" onclick = "handleTechniqueClick('T0150')" > < / 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 bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.001" > T0150.001 Newly Created Asset< input type = "checkbox" id = "T0150.001check" onclick = "handleTechniqueClick('T0150.001')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.002" > T0150.002 Dormant Asset< input type = "checkbox" id = "T0150.002check" onclick = "handleTechniqueClick('T0150.002')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.003" > T0150.003 Pre-Existing Asset< input type = "checkbox" id = "T0150.003check" onclick = "handleTechniqueClick('T0150.003')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.004" > T0150.004 Repurposed Asset< input type = "checkbox" id = "T0150.004check" onclick = "handleTechniqueClick('T0150.004')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.005" > T0150.005 Compromised Asset< input type = "checkbox" id = "T0150.005check" onclick = "handleTechniqueClick('T0150.005')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.006" > T0150.006 Purchased Asset< input type = "checkbox" id = "T0150.006check" onclick = "handleTechniqueClick('T0150.006')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.007" > T0150.007 Rented Asset< input type = "checkbox" id = "T0150.007check" onclick = "handleTechniqueClick('T0150.007')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2024-11-21 11:50:30 -05:00
< td id = "T0150.008" > T0150.008 Bulk Created Asset< input type = "checkbox" id = "T0150.008check" onclick = "handleTechniqueClick('T0150.008')" > < / td >
2024-11-19 16:02:48 -05: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 >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< / tr >
< / table >
< hr >
< ul >
< li id = "T0073text" style = "display:none" > T0073: Determine Target Audiences< / li >
< li id = "T0002text" style = "display:none" > T0002: Facilitate State Propaganda< / li >
< li id = "T0016text" style = "display:none" > T0016: Create Clickbait< / li >
< li id = "T0015text" style = "display:none" > T0015: Create Hashtags and Search Artefacts< / li >
< li id = "T0029text" style = "display:none" > T0029: Online Polls< / li >
< li id = "T0020text" style = "display:none" > T0020: Trial Content< / li >
< li id = "T0114text" style = "display:none" > T0114: Deliver Ads< / li >
< li id = "T0017text" style = "display:none" > T0017: Conduct Fundraising< / li >
< li id = "T0059text" style = "display:none" > T0059: Play the Long Game< / li >
< li id = "T0132text" style = "display:none" > T0132: Measure Performance< / li >
< li id = "T0072text" style = "display:none" > T0072: Segment Audiences< / li >
< li id = "T0003text" style = "display:none" > T0003: Leverage Existing Narratives< / li >
< li id = "T0010text" style = "display:none" > T0010: Cultivate Ignorant Agents< / li >
< li id = "T0097text" style = "display:none" > T0097: Present Persona< / li >
< li id = "T0039text" style = "display:none" > T0039: Bait Influencer< / li >
< li id = "T0047text" style = "display:none" > T0047: Censor Social Media as a Political Force< / li >
< li id = "T0074text" style = "display:none" > T0074: Determine Strategic Ends< / li >
< li id = "T0066text" style = "display:none" > T0066: Degrade Adversary< / li >
< li id = "T0018text" style = "display:none" > T0018: Purchase Targeted Advertisements< / li >
< li id = "T0015.001text" style = "display:none" > T0015.001: Use Existing Hashtag< / li >
< li id = "T0107text" style = "display:none" > T0107: Bookmarking and Content Curation< / li >
< li id = "T0042text" style = "display:none" > T0042: Seed Kernel of Truth< / li >
< li id = "T0114.001text" style = "display:none" > T0114.001: Social Media< / li >
< li id = "T0017.001text" style = "display:none" > T0017.001: Conduct Crowdfunding Campaigns< / li >
< li id = "T0060text" style = "display:none" > T0060: Continue to Amplify< / li >
< li id = "T0132.001text" style = "display:none" > T0132.001: People Focused< / li >
< li id = "T0072.001text" style = "display:none" > T0072.001: Geographic Segmentation< / li >
< li id = "T0004text" style = "display:none" > T0004: Develop Competing Narratives< / li >
< li id = "T0014text" style = "display:none" > T0014: Prepare Fundraising Campaigns< / li >
< li id = "T0097.100text" style = "display:none" > T0097.100: Individual Persona< / li >
< li id = "T0049text" style = "display:none" > T0049: Flood Information Space< / li >
< li id = "T0048text" style = "display:none" > T0048: Harass< / li >
< li id = "T0074.001text" style = "display:none" > T0074.001: Geopolitical Advantage< / li >
< li id = "T0075text" style = "display:none" > T0075: Dismiss< / li >
< li id = "T0101text" style = "display:none" > T0101: Create Localised Content< / li >
< li id = "T0015.002text" style = "display:none" > T0015.002: Create New Hashtag< / li >
< li id = "T0109text" style = "display:none" > T0109: Consumer Review Networks< / li >
< li id = "T0044text" style = "display:none" > T0044: Seed Distortions< / li >
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0014.001text" style = "display:none" > T0014.001: Raise Funds from Malign Actors< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.101text" style = "display:none" > T0097.101: Local Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.001text" style = "display:none" > T0049.001: Trolls Amplify and Manipulate< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0023text" style = "display:none" > T0023: Distort Facts< / li >
< li id = "T0110text" style = "display:none" > T0110: Formal Diplomatic Channels< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0045text" style = "display:none" > T0045: Use Fake Experts< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0014.002text" style = "display:none" > T0014.002: Raise Funds from Ignorant Agents< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.102text" style = "display:none" > T0097.102: Journalist Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.002text" style = "display:none" > T0049.002: Flood Existing Hashtag< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0023.001text" style = "display:none" > T0023.001: Reframe Context< / li >
< li id = "T0111text" style = "display:none" > T0111: Traditional Media< / li >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< li id = "T0065text" style = "display:none" > T0065: Prepare Physical Broadcast Capabilities< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.103text" style = "display:none" > T0097.103: Activist Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.003text" style = "display:none" > T0049.003: Bots Amplify via Automated Forwarding and Reposting< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0023.002text" style = "display:none" > T0023.002: Edit Open-Source Content< / li >
< li id = "T0111.001text" style = "display:none" > T0111.001: TV< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0091text" style = "display:none" > T0091: Recruit Malign Actors< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.104text" style = "display:none" > T0097.104: Hacktivist Persona< / li >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< li id = "T0084text" style = "display:none" > T0084: Reuse Existing Content< / li >
< li id = "T0111.002text" style = "display:none" > T0111.002: Newspaper< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0091.001text" style = "display:none" > T0091.001: Recruit Contractors< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.105text" style = "display:none" > T0097.105: Military Personnel Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.005text" style = "display:none" > T0049.005: Conduct Swarming< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0123text" style = "display:none" > T0123: Control Information Environment through Offensive Cyberspace Operations< / li >
< li id = "T0079text" style = "display:none" > T0079: Divide< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0084.001text" style = "display:none" > T0084.001: Use Copypasta< / li >
< li id = "T0111.003text" style = "display:none" > T0111.003: Radio< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0091.002text" style = "display:none" > T0091.002: Recruit Partisans< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.106text" style = "display:none" > T0097.106: Recruiter Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.006text" style = "display:none" > T0049.006: Conduct Keyword Squatting< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0084.002text" style = "display:none" > T0084.002: Plagiarise Content< / li >
< li id = "T0151text" style = "display:none" > T0151: Digital Community Hosting Asset< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0091.003text" style = "display:none" > T0091.003: Enlist Troll Accounts< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.107text" style = "display:none" > T0097.107: Researcher Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.007text" style = "display:none" > T0049.007: Inauthentic Sites Amplify News and Narratives< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0084.003text" style = "display:none" > T0084.003: Deceptively Labelled or Translated< / li >
< li id = "T0151.001text" style = "display:none" > T0151.001: Social Media Platform< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0092text" style = "display:none" > T0092: Build Network< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.108text" style = "display:none" > T0097.108: Expert Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0049.008text" style = "display:none" > T0049.008: Generate Information Pollution< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0084.004text" style = "display:none" > T0084.004: Appropriate Content< / li >
< li id = "T0151.002text" style = "display:none" > T0151.002: Online Community Group< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0092.001text" style = "display:none" > T0092.001: Create Organisations< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.109text" style = "display:none" > T0097.109: Romantic Suitor Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0118text" style = "display:none" > T0118: Amplify Existing Narrative< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0085text" style = "display:none" > T0085: Develop Text-Based Content< / li >
< li id = "T0151.003text" style = "display:none" > T0151.003: Online Community Page< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0092.002text" style = "display:none" > T0092.002: Use Follow Trains< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.110text" style = "display:none" > T0097.110: Party Official Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0119text" style = "display:none" > T0119: Cross-Posting< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0085.001text" style = "display:none" > T0085.001: Develop AI-Generated Text< / li >
< li id = "T0151.004text" style = "display:none" > T0151.004: Chat Platform< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0092.003text" style = "display:none" > T0092.003: Create Community or Sub-Group< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.111text" style = "display:none" > T0097.111: Government Official Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0119.001text" style = "display:none" > T0119.001: Post across Groups< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0085.003text" style = "display:none" > T0085.003: Develop Inauthentic News Articles< / li >
< li id = "T0151.005text" style = "display:none" > T0151.005: Chat Community Server< / li >
2023-05-25 15:57:53 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0093text" style = "display:none" > T0093: Acquire/Recruit Network< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.112text" style = "display:none" > T0097.112: Government Employee Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0119.002text" style = "display:none" > T0119.002: Post across Platform< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0085.004text" style = "display:none" > T0085.004: Develop Document< / li >
< li id = "T0151.006text" style = "display:none" > T0151.006: Chat Room< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0093.001text" style = "display:none" > T0093.001: Fund Proxies< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.200text" style = "display:none" > T0097.200: Institutional Persona< / li >
2024-03-13 15:07:55 -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.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 >
2024-11-19 16:02:48 -05:00
< li id = "T0085.005text" style = "display:none" > T0085.005: Develop Book< / li >
< li id = "T0151.007text" style = "display:none" > T0151.007: Chat Broadcast Group< / li >
2022-07-02 13:29:40 -04:00
< 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0093.002text" style = "display:none" > T0093.002: Acquire Botnets< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.201text" style = "display:none" > T0097.201: Local Institution Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0120text" style = "display:none" > T0120: Incentivize Sharing< / 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 >
2024-11-19 16:02:48 -05:00
< li id = "T0085.006text" style = "display:none" > T0085.006: Develop Opinion Article< / li >
< li id = "T0151.008text" style = "display:none" > T0151.008: Microblogging Platform< / li >
< li id = "T0129.009text" style = "display:none" > T0129.009: Remove Post Origins< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081.004text" style = "display:none" > T0081.004: Identify Existing Fissures< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0094text" style = "display:none" > T0094: Infiltrate Existing Networks< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.202text" style = "display:none" > T0097.202: News Outlet Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0120.001text" style = "display:none" > T0120.001: Use Affiliate Marketing Programmes< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.004text" style = "display:none" > T0136.004: Boost Reputation< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0085.007text" style = "display:none" > T0085.007: Create Fake Research< / li >
< li id = "T0151.009text" style = "display:none" > T0151.009: Legacy Online Forum Platform< / li >
< li id = "T0129.010text" style = "display:none" > T0129.010: Misattribute Activity< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081.005text" style = "display:none" > T0081.005: Identify Existing Conspiracy Narratives/Suspicions< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0094.001text" style = "display:none" > T0094.001: Identify Susceptible Targets in Networks< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.203text" style = "display:none" > T0097.203: Fact Checking Organisation Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0120.002text" style = "display:none" > T0120.002: Use Contests and Prizes< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.005text" style = "display:none" > T0136.005: Cultvate Support for Initiative< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0085.008text" style = "display:none" > T0085.008: Machine Translated Text< / li >
< li id = "T0151.010text" style = "display:none" > T0151.010: Community Forum Platform< / li >
< li id = "T0130text" style = "display:none" > T0130: Conceal Infrastructure< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081.006text" style = "display:none" > T0081.006: Identify Wedge Issues< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0094.002text" style = "display:none" > T0094.002: Utilise Butterfly Attacks< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.204text" style = "display:none" > T0097.204: Think Tank Persona< / li >
2024-03-13 15:07:55 -04:00
< li id = "T0121text" style = "display:none" > T0121: Manipulate Platform Algorithm< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0136.006text" style = "display:none" > T0136.006: Cultivate Support for Ally< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0086text" style = "display:none" > T0086: Develop Image-Based Content< / li >
< li id = "T0151.011text" style = "display:none" > T0151.011: Community Sub-Forum< / li >
< li id = "T0130.001text" style = "display:none" > T0130.001: Conceal Sponsorship< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081.007text" style = "display:none" > T0081.007: Identify Target Audience Adversaries< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0095text" style = "display:none" > T0095: Develop Owned Media Assets< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.205text" style = "display:none" > T0097.205: Business Persona< / li >
2024-03-13 15:07:55 -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.007text" style = "display:none" > T0136.007: Recruit Members< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0086.001text" style = "display:none" > T0086.001: Develop Memes< / li >
< li id = "T0151.012text" style = "display:none" > T0151.012: Image Board Platform< / li >
< li id = "T0130.002text" style = "display:none" > T0130.002: Utilise Bulletproof Hosting< / li >
2022-07-02 13:29:40 -04:00
< li id = "T0081.008text" style = "display:none" > T0081.008: Identify Media System Vulnerabilities< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0096text" style = "display:none" > T0096: Leverage Content Farms< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.206text" style = "display:none" > T0097.206: Government Institution Persona< / li >
2024-03-13 15:07:55 -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.008text" style = "display:none" > T0136.008: Increase Prestige< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0086.002text" style = "display:none" > T0086.002: Develop AI-Generated Images (Deepfakes)< / li >
< li id = "T0151.013text" style = "display:none" > T0151.013: Question and Answer Platform< / li >
< li id = "T0130.003text" style = "display:none" > T0130.003: Use Shell Organisations< / li >
< li id = "T0096.001text" style = "display:none" > T0096.001: Create Content Farms< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.207text" style = "display:none" > T0097.207: NGO Persona< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137text" style = "display:none" > T0137: Make Money< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0086.003text" style = "display:none" > T0086.003: Deceptively Edit Images (Cheap Fakes)< / li >
< li id = "T0151.014text" style = "display:none" > T0151.014: Comments Section< / li >
< li id = "T0130.004text" style = "display:none" > T0130.004: Use Cryptocurrency< / li >
< li id = "T0096.002text" style = "display:none" > T0096.002: Outsource Content Creation to External Organisations< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0097.208text" style = "display:none" > T0097.208: Social Cause Persona< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.001text" style = "display:none" > T0137.001: Generate Ad Revenue< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0086.004text" style = "display:none" > T0086.004: Aggregate Information into Evidence Collages< / li >
< li id = "T0151.015text" style = "display:none" > T0151.015: Online Game Platform< / li >
< li id = "T0130.005text" style = "display:none" > T0130.005: Obfuscate Payment< / li >
< li id = "T0113text" style = "display:none" > T0113: Employ Commercial Analytic Firms< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0098text" style = "display:none" > T0098: Establish Inauthentic News Sites< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.002text" style = "display:none" > T0137.002: Scam< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0087text" style = "display:none" > T0087: Develop Video-Based Content< / li >
< li id = "T0151.016text" style = "display:none" > T0151.016: Online Game Session< / li >
< li id = "T0131text" style = "display:none" > T0131: Exploit TOS/Content Moderation< / li >
< li id = "T0145text" style = "display:none" > T0145: Establish Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0098.001text" style = "display:none" > T0098.001: Create Inauthentic News Sites< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.003text" style = "display:none" > T0137.003: Raise Funds< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0087.001text" style = "display:none" > T0087.001: Develop AI-Generated Videos (Deepfakes)< / li >
< li id = "T0151.017text" style = "display:none" > T0151.017: Dating Platform< / li >
< li id = "T0131.001text" style = "display:none" > T0131.001: Legacy Web Content< / li >
< li id = "T0145.001text" style = "display:none" > T0145.001: Copy Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0098.002text" style = "display:none" > T0098.002: Leverage Existing Inauthentic News Sites< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.004text" style = "display:none" > T0137.004: Sell Items under False Pretences< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0087.002text" style = "display:none" > T0087.002: Deceptively Edit Video (Cheap Fakes)< / li >
< li id = "T0152text" style = "display:none" > T0152: Digital Content Hosting Asset< / li >
< li id = "T0131.002text" style = "display:none" > T0131.002: Post Borderline Content< / li >
< li id = "T0145.002text" style = "display:none" > T0145.002: AI-Generated Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0100text" style = "display:none" > T0100: Co-Opt Trusted Sources< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.005text" style = "display:none" > T0137.005: Extort< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0088text" style = "display:none" > T0088: Develop Audio-Based Content< / li >
< li id = "T0152.001text" style = "display:none" > T0152.001: Blogging Platform< / li >
< li id = "T0145.003text" style = "display:none" > T0145.003: Animal Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0100.001text" style = "display:none" > T0100.001: Co-Opt Trusted Individuals< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0137.006text" style = "display:none" > T0137.006: Manipulate Stocks< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0088.001text" style = "display:none" > T0088.001: Develop AI-Generated Audio (Deepfakes)< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0152.002text" style = "display:none" > T0152.002: Blog Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0145.004text" style = "display:none" > T0145.004: Scenery Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0100.002text" style = "display:none" > T0100.002: Co-Opt Grassroots Groups< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138text" style = "display:none" > T0138: Motivate to Act< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0088.002text" style = "display:none" > T0088.002: Deceptively Edit Audio (Cheap Fakes)< / li >
< li id = "T0152.003text" style = "display:none" > T0152.003: Website Hosting Platform< / li >
< li id = "T0145.005text" style = "display:none" > T0145.005: Illustrated Character Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0100.003text" style = "display:none" > T0100.003: Co-Opt Influencers< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138.001text" style = "display:none" > T0138.001: Encourage< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0089text" style = "display:none" > T0089: Obtain Private Documents< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0152.004text" style = "display:none" > T0152.004: Website Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0145.006text" style = "display:none" > T0145.006: Attractive Person Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0143text" style = "display:none" > T0143: Persona Legitimacy< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138.002text" style = "display:none" > T0138.002: Provoke< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0089.001text" style = "display:none" > T0089.001: Obtain Authentic Documents< / li >
< li id = "T0152.005text" style = "display:none" > T0152.005: Paste Platform< / li >
< li id = "T0145.007text" style = "display:none" > T0145.007: Stock Image Account Imagery< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0143.001text" style = "display:none" > T0143.001: Authentic Persona< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0138.003text" style = "display:none" > T0138.003: Compel< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0089.003text" style = "display:none" > T0089.003: Alter Authentic Documents< / li >
< li id = "T0152.006text" style = "display:none" > T0152.006: Video Platform< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0143.002text" style = "display:none" > T0143.002: Fabricated Persona< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0139text" style = "display:none" > T0139: Dissuade from Acting< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0146text" style = "display:none" > T0146: Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0152.007text" style = "display:none" > T0152.007: Audio Platform< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0143.003text" style = "display:none" > T0143.003: Impersonated Persona< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0139.001text" style = "display:none" > T0139.001: Discourage< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0146.001text" style = "display:none" > T0146.001: Free Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0152.008text" style = "display:none" > T0152.008: Live Streaming Platform< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0143.004text" style = "display:none" > T0143.004: Parody Persona< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0139.002text" style = "display:none" > T0139.002: Silence< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0146.002text" style = "display:none" > T0146.002: Paid Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0152.009text" style = "display:none" > T0152.009: Software Delivery Platform< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0144text" style = "display:none" > T0144: Persona Legitimacy Evidence< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0139.003text" style = "display:none" > T0139.003: Deter< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0146.003text" style = "display:none" > T0146.003: Verified Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0152.010text" style = "display:none" > T0152.010: File Hosting Platform< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0144.001text" style = "display:none" > T0144.001: Present Persona across Platforms< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0140text" style = "display:none" > T0140: Cause Harm< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0146.004text" style = "display:none" > T0146.004: Administrator Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0152.011text" style = "display:none" > T0152.011: Wiki Platform< / li >
2024-07-23 04:58:02 -04:00
< li id = "T0144.002text" style = "display:none" > T0144.002: Persona Template< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0140.001text" style = "display:none" > T0140.001: Defame< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0146.005text" style = "display:none" > T0146.005: Lookalike Account ID< / li >
< li id = "T0152.012text" style = "display:none" > T0152.012: Subscription Service Platform< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0140.002text" style = "display:none" > T0140.002: Intimidate< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0146.006text" style = "display:none" > T0146.006: Open Access Platform< / li >
< li id = "T0153text" style = "display:none" > T0153: Digital Content Delivery Asset< / li >
2023-09-13 18:16:14 -04:00
< li id = "T0140.003text" style = "display:none" > T0140.003: Spread Hate< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0146.007text" style = "display:none" > T0146.007: Automated Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0153.001text" style = "display:none" > T0153.001: Email Platform< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0147text" style = "display:none" > T0147: Software Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0153.002text" style = "display:none" > T0153.002: Link Shortening Platform< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0147.001text" style = "display:none" > T0147.001: Game Asset< / li >
< li id = "T0153.003text" style = "display:none" > T0153.003: Shortened Link Asset< / li >
< li id = "T0147.002text" style = "display:none" > T0147.002: Game Mod Asset< / li >
< li id = "T0153.004text" style = "display:none" > T0153.004: QR Code Asset< / li >
< li id = "T0147.003text" style = "display:none" > T0147.003: Malware Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0153.005text" style = "display:none" > T0153.005: Online Advertising Platform< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0147.004text" style = "display:none" > T0147.004: Mobile App Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0153.006text" style = "display:none" > T0153.006: Content Recommendation Algorithm< / li >
< li id = "T0148text" style = "display:none" > T0148: Financial Instrument< / li >
< li id = "T0153.007text" style = "display:none" > T0153.007: Direct Messaging< / li >
< li id = "T0148.001text" style = "display:none" > T0148.001: Online Banking Platform< / li >
< li id = "T0154text" style = "display:none" > T0154: Digital Content Creation Asset< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0148.002text" style = "display:none" > T0148.002: Bank Account Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0154.001text" style = "display:none" > T0154.001: AI LLM Platform< / li >
< li id = "T0148.003text" style = "display:none" > T0148.003: Payment Processing Platform< / li >
< li id = "T0154.002text" style = "display:none" > T0154.002: AI Media Platform< / li >
< li id = "T0148.004text" style = "display:none" > T0148.004: Payment Processing Capability< / li >
< li id = "T0155text" style = "display:none" > T0155: Gated Asset< / li >
< li id = "T0148.005text" style = "display:none" > T0148.005: Subscription Processing Capability< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0155.001text" style = "display:none" > T0155.001: Password Gated Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0148.006text" style = "display:none" > T0148.006: Crowdfunding Platform< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0155.002text" style = "display:none" > T0155.002: Invite Gated Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0148.007text" style = "display:none" > T0148.007: eCommerce Platform< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0155.003text" style = "display:none" > T0155.003: Approval Gated Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0148.008text" style = "display:none" > T0148.008: Cryptocurrency Exchange Platform< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0155.004text" style = "display:none" > T0155.004: Geoblocked Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0148.009text" style = "display:none" > T0148.009: Cryptocurrency Wallet< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0155.005text" style = "display:none" > T0155.005: Paid Access Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0149text" style = "display:none" > T0149: Online Infrastructure< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0155.006text" style = "display:none" > T0155.006: Subscription Access Asset< / li >
< li id = "T0149.001text" style = "display:none" > T0149.001: Domain Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0155.007text" style = "display:none" > T0155.007: Encrypted Communication Channel< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0149.002text" style = "display:none" > T0149.002: Email Domain Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0149.003text" style = "display:none" > T0149.003: Lookalike Domain< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0149.004text" style = "display:none" > T0149.004: Redirecting Domain Asset< / li >
< li id = "T0149.005text" style = "display:none" > T0149.005: Server Asset< / li >
< li id = "T0149.006text" style = "display:none" > T0149.006: IP Address Asset< / li >
< li id = "T0149.007text" style = "display:none" > T0149.007: VPN Asset< / li >
< li id = "T0149.008text" style = "display:none" > T0149.008: Proxy IP Address Asset< / li >
2024-11-19 16:02:48 -05:00
< li id = "T0149.009text" style = "display:none" > T0149.009: Internet Connected Physical Asset< / li >
< li id = "T0150text" style = "display:none" > T0150: Asset Origin< / li >
2024-11-21 11:50:30 -05:00
< li id = "T0150.001text" style = "display:none" > T0150.001: Newly Created Asset< / li >
< li id = "T0150.002text" style = "display:none" > T0150.002: Dormant Asset< / li >
< li id = "T0150.003text" style = "display:none" > T0150.003: Pre-Existing Asset< / li >
< li id = "T0150.004text" style = "display:none" > T0150.004: Repurposed Asset< / li >
< li id = "T0150.005text" style = "display:none" > T0150.005: Compromised Asset< / li >
< li id = "T0150.006text" style = "display:none" > T0150.006: Purchased Asset< / li >
< li id = "T0150.007text" style = "display:none" > T0150.007: Rented Asset< / li >
< li id = "T0150.008text" style = "display:none" > T0150.008: Bulk Created Asset< / li >
2022-01-29 11:34:46 -05:00
< / ul >
< / body >
< / html >