2022-01-29 11:34:46 -05:00
<!DOCTYPE html>
< html >
< head >
< title > DISARM Red framework< / title >
< / head >
< body >
< script >
function handleTechniqueClick(box) {
var technique = document.getElementById(box);
var checkBox = document.getElementById(box+"check");
var text = document.getElementById(box+"text");
if (checkBox.checked == true){
text.style.display = "block";
technique.bgColor = "Lime"
} else {
text.style.display = "none";
technique.bgColor = "Silver"
}
}
< / script >
< h1 > DISARM< / h1 >
< table border = 1 bgcolor = silver >
< tr bgcolor = fuchsia >
< td > P01 Plan< / td >
< td > P01 Plan< / td >
< td > P02 Prepare< / td >
< td > P02 Prepare< / td >
2022-06-30 18:22:19 -04:00
< td > P02 Prepare< / td >
< td > P03 Execute< / td >
< td > P03 Execute< / td >
2022-01-29 11:34:46 -05:00
< td > P03 Execute< / td >
< td > P03 Execute< / td >
2022-06-30 23:30:18 -04:00
< td > P04 Assess< / td >
< td > P01 Plan< / td >
< td > P02 Prepare< / td >
< td > P02 Prepare< / td >
< td > P02 Prepare< / td >
2022-01-29 11:34:46 -05:00
< td > P03 Execute< / td >
< td > P03 Execute< / td >
< / tr >
< tr bgcolor = aqua >
2022-06-30 18:22:19 -04:00
< td > TA01 Plan Strategy< / td >
< td > TA02 Plan Objectives< / td >
2022-06-30 23:30:18 -04:00
< td > TA05 Microtarget< / td >
< td > TA06 Develop Content< / td >
< td > TA07 Select Channels and Affordances< / td >
< td > TA08 Conduct Pump Priming< / td >
< td > TA09 Deliver Content< / td >
< td > TA10 Drive Offline Activity< / td >
< td > TA11 Persist in the Information Environment< / td >
< td > TA12 Assess Effectiveness< / td >
< td > TA13 Target Audience Analysis< / td >
< td > TA14 Develop Narratives< / td >
< td > TA15 Establish Social Assets< / td >
< td > TA16 Establish Legitimacy< / td >
< td > TA17 Maximize Exposure< / td >
< 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 >
< td id = "T0016" > T0016 Create Clickbait< input type = "checkbox" id = "T0016check" onclick = "handleTechniqueClick('T0016')" > < / td >
< td id = "T0015" > T0015 Create hashtags and search artifacts< input type = "checkbox" id = "T0015check" onclick = "handleTechniqueClick('T0015')" > < / td >
< td id = "T0029" > T0029 Online polls< input type = "checkbox" id = "T0029check" onclick = "handleTechniqueClick('T0029')" > < / td >
< td id = "T0020" > T0020 Trial content< input type = "checkbox" id = "T0020check" onclick = "handleTechniqueClick('T0020')" > < / td >
< td id = "T0114" > T0114 Deliver Ads< input type = "checkbox" id = "T0114check" onclick = "handleTechniqueClick('T0114')" > < / td >
< 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 >
< td id = "T0132" > T0132 Measure Performance< input type = "checkbox" id = "T0132check" onclick = "handleTechniqueClick('T0132')" > < / td >
< td id = "T0072" > T0072 Segment Audiences< input type = "checkbox" id = "T0072check" onclick = "handleTechniqueClick('T0072')" > < / td >
< td id = "T0003" > T0003 Leverage Existing Narratives< input type = "checkbox" id = "T0003check" onclick = "handleTechniqueClick('T0003')" > < / td >
< td id = "T0007" > T0007 Create Inauthentic Social Media Pages and Groups< input type = "checkbox" id = "T0007check" onclick = "handleTechniqueClick('T0007')" > < / td >
< td id = "T0009" > T0009 Create fake experts< input type = "checkbox" id = "T0009check" onclick = "handleTechniqueClick('T0009')" > < / td >
< td id = "T0049" > T0049 Flooding the Information Space< input type = "checkbox" id = "T0049check" onclick = "handleTechniqueClick('T0049')" > < / td >
< 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 >
< td id = "T0018" > T0018 Purchase Targeted Advertisements< input type = "checkbox" id = "T0018check" onclick = "handleTechniqueClick('T0018')" > < / td >
< td id = "T0019" > T0019 Generate information pollution< input type = "checkbox" id = "T0019check" onclick = "handleTechniqueClick('T0019')" > < / td >
< td id = "T0043" > T0043 Chat apps< input type = "checkbox" id = "T0043check" onclick = "handleTechniqueClick('T0043')" > < / td >
< td id = "T0039 " > T0039 Bait legitimate influencers< input type = "checkbox" id = "T0039 check" onclick = "handleTechniqueClick('T0039 ')" > < / td >
< td id = "T0115" > T0115 Post Content< input type = "checkbox" id = "T0115check" onclick = "handleTechniqueClick('T0115')" > < / td >
< td id = "T0057" > T0057 Organize Events< input type = "checkbox" id = "T0057check" onclick = "handleTechniqueClick('T0057')" > < / td >
< td id = "T0060" > T0060 Continue to Amplify< input type = "checkbox" id = "T0060check" onclick = "handleTechniqueClick('T0060')" > < / td >
< td id = "T0133" > T0133 Measure Effectiveness< input type = "checkbox" id = "T0133check" onclick = "handleTechniqueClick('T0133')" > < / td >
< td id = "T0080" > T0080 Map Target Audience Information Environment< input type = "checkbox" id = "T0080check" onclick = "handleTechniqueClick('T0080')" > < / td >
< td id = "T0004" > T0004 Develop Competing Narratives< input type = "checkbox" id = "T0004check" onclick = "handleTechniqueClick('T0004')" > < / td >
< td id = "T0010" > T0010 Cultivate ignorant agents< input type = "checkbox" id = "T0010check" onclick = "handleTechniqueClick('T0010')" > < / td >
< td id = "T0011" > T0011 Compromise legitimate accounts< input type = "checkbox" id = "T0011check" onclick = "handleTechniqueClick('T0011')" > < / td >
< td id = "T0118" > T0118 Amplify Existing Narrative< input type = "checkbox" id = "T0118check" onclick = "handleTechniqueClick('T0118')" > < / td >
< td id = "T0048" > T0048 Harass< input type = "checkbox" id = "T0048check" onclick = "handleTechniqueClick('T0048')" > < / td >
2022-06-30 18:22:19 -04:00
< / tr >
< tr >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0075" > T0075 Dismiss< input type = "checkbox" id = "T0075check" onclick = "handleTechniqueClick('T0075')" > < / td >
< td id = "T0101" > T0101 Create Localized Content< input type = "checkbox" id = "T0101check" onclick = "handleTechniqueClick('T0101')" > < / td >
< td id = "T0023" > T0023 Distort facts< input type = "checkbox" id = "T0023check" onclick = "handleTechniqueClick('T0023')" > < / td >
< td id = "T0103" > T0103 Livestream< input type = "checkbox" id = "T0103check" onclick = "handleTechniqueClick('T0103')" > < / td >
< td id = "T0042" > T0042 Seed Kernel of truth< input type = "checkbox" id = "T0042check" onclick = "handleTechniqueClick('T0042')" > < / td >
< td id = "T0116" > T0116 Comment or Reply on Content< input type = "checkbox" id = "T0116check" onclick = "handleTechniqueClick('T0116')" > < / td >
< td id = "T0061" > T0061 Sell Merchandise< input type = "checkbox" id = "T0061check" onclick = "handleTechniqueClick('T0061')" > < / td >
< td id = "T0128" > T0128 Conceal People< input type = "checkbox" id = "T0128check" onclick = "handleTechniqueClick('T0128')" > < / td >
< td id = "T0134" > T0134 Measure Effectiveness Indicators (or KPIs)< input type = "checkbox" id = "T0134check" onclick = "handleTechniqueClick('T0134')" > < / td >
< td id = "T0081" > T0081 Identify Social and Technical Vulnerabilities< input type = "checkbox" id = "T0081check" onclick = "handleTechniqueClick('T0081')" > < / td >
< td id = "T0022" > T0022 Leverage Conspiracy Theory Narratives< input type = "checkbox" id = "T0022check" onclick = "handleTechniqueClick('T0022')" > < / td >
< td id = "T0013" > T0013 Create inauthentic websites< input type = "checkbox" id = "T0013check" onclick = "handleTechniqueClick('T0013')" > < / td >
< td id = "T0097" > T0097 Create personas< input type = "checkbox" id = "T0097check" onclick = "handleTechniqueClick('T0097')" > < / td >
< td id = "T0119" > T0119 Cross-Posting< input type = "checkbox" id = "T0119check" onclick = "handleTechniqueClick('T0119')" > < / td >
< td id = "T0123" > T0123 Control Information Environment through Offensive Cyberspace Operations< input type = "checkbox" id = "T0123check" onclick = "handleTechniqueClick('T0123')" > < / td >
2022-01-29 11:34:46 -05:00
< / tr >
< tr >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0076" > T0076 Distort< input type = "checkbox" id = "T0076check" onclick = "handleTechniqueClick('T0076')" > < / td >
< td id = "T0102" > T0102 Leverage Echo Chambers/Filter Bubbles< input type = "checkbox" id = "T0102check" onclick = "handleTechniqueClick('T0102')" > < / td >
< td id = "T0084" > T0084 Reuse Existing Content< input type = "checkbox" id = "T0084check" onclick = "handleTechniqueClick('T0084')" > < / td >
< td id = "T0104" > T0104 Social Networks< input type = "checkbox" id = "T0104check" onclick = "handleTechniqueClick('T0104')" > < / td >
< td id = "T0044" > T0044 Seed distortions< input type = "checkbox" id = "T0044check" onclick = "handleTechniqueClick('T0044')" > < / td >
< td id = "T0117" > T0117 Attract Traditional Media< input type = "checkbox" id = "T0117check" onclick = "handleTechniqueClick('T0117')" > < / td >
< td id = "T0126" > T0126 Encourage Attendance at Events< input type = "checkbox" id = "T0126check" onclick = "handleTechniqueClick('T0126')" > < / td >
< td id = "T0129" > T0129 Conceal Operational Activity< input type = "checkbox" id = "T0129check" onclick = "handleTechniqueClick('T0129')" > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td id = "T0040" > T0040 Demand insurmountable proof< input type = "checkbox" id = "T0040check" onclick = "handleTechniqueClick('T0040')" > < / td >
< td id = "T0014" > T0014 Prepare fundraising campaigns< input type = "checkbox" id = "T0014check" onclick = "handleTechniqueClick('T0014')" > < / td >
< td id = "T0098" > T0098 Establish Inauthentic News Sites< input type = "checkbox" id = "T0098check" onclick = "handleTechniqueClick('T0098')" > < / td >
< td id = "T0120" > T0120 Incentivize Sharing< input type = "checkbox" id = "T0120check" onclick = "handleTechniqueClick('T0120')" > < / td >
< 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 >
2022-06-30 23:30:18 -04:00
< td id = "T0077" > T0077 Distract< input type = "checkbox" id = "T0077check" onclick = "handleTechniqueClick('T0077')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0085" > T0085 Develop Text-based Content< input type = "checkbox" id = "T0085check" onclick = "handleTechniqueClick('T0085')" > < / td >
< td id = "T0105" > T0105 Media Sharing Networks< input type = "checkbox" id = "T0105check" onclick = "handleTechniqueClick('T0105')" > < / td >
< td id = "T0045" > T0045 Use fake experts< input type = "checkbox" id = "T0045check" onclick = "handleTechniqueClick('T0045')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0127" > T0127 Physical Violence< input type = "checkbox" id = "T0127check" onclick = "handleTechniqueClick('T0127')" > < / td >
< td id = "T0130" > T0130 Conceal Infrastructure< input type = "checkbox" id = "T0130check" onclick = "handleTechniqueClick('T0130')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0068" > T0068 Respond to Breaking News Event or Active Crisis< input type = "checkbox" id = "T0068check" onclick = "handleTechniqueClick('T0068')" > < / td >
< td id = "T0065" > T0065 Prepare Physical Broadcast Capabilities< input type = "checkbox" id = "T0065check" onclick = "handleTechniqueClick('T0065')" > < / td >
< td id = "T0099" > T0099 Prepare Assets Impersonating Legitimate Entities< input type = "checkbox" id = "T0099check" onclick = "handleTechniqueClick('T0099')" > < / td >
< td id = "T0121" > T0121 Manipulate Platform Algorithm< input type = "checkbox" id = "T0121check" onclick = "handleTechniqueClick('T0121')" > < / td >
< 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 >
2022-06-30 23:30:18 -04:00
< td id = "T0078" > T0078 Dismay< input type = "checkbox" id = "T0078check" onclick = "handleTechniqueClick('T0078')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0086" > T0086 Develop Image-based Content< input type = "checkbox" id = "T0086check" onclick = "handleTechniqueClick('T0086')" > < / td >
< td id = "T0106" > T0106 Discussion Forums< input type = "checkbox" id = "T0106check" onclick = "handleTechniqueClick('T0106')" > < / td >
< td id = "T0046" > T0046 Use Search Engine Optimization< input type = "checkbox" id = "T0046check" onclick = "handleTechniqueClick('T0046')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0131" > T0131 Exploit TOS/Content Moderation< input type = "checkbox" id = "T0131check" onclick = "handleTechniqueClick('T0131')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0082" > T0082 Develop New Narratives< input type = "checkbox" id = "T0082check" onclick = "handleTechniqueClick('T0082')" > < / td >
< td id = "T0090" > T0090 Create Inauthentic Accounts< input type = "checkbox" id = "T0090check" onclick = "handleTechniqueClick('T0090')" > < / td >
< td id = "T0100" > T0100 Co-opt Trusted Sources< input type = "checkbox" id = "T0100check" onclick = "handleTechniqueClick('T0100')" > < / td >
< 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 >
2022-06-30 23:30:18 -04:00
< td id = "T0079" > T0079 Divide< input type = "checkbox" id = "T0079check" onclick = "handleTechniqueClick('T0079')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0087" > T0087 Develop Video-based Content< input type = "checkbox" id = "T0087check" onclick = "handleTechniqueClick('T0087')" > < / td >
< td id = "T0107" > T0107 Bookmarking and Content Curation< input type = "checkbox" id = "T0107check" onclick = "handleTechniqueClick('T0107')" > < / td >
< td id = "T0113" > T0113 Employ Commercial Analytic Firms< input type = "checkbox" id = "T0113check" onclick = "handleTechniqueClick('T0113')" > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0083" > T0083 Integrate Target Audience Vulnerabilities into Narrative< input type = "checkbox" id = "T0083check" onclick = "handleTechniqueClick('T0083')" > < / td >
< td id = "T0091" > T0091 Recruit bad actors< input type = "checkbox" id = "T0091check" onclick = "handleTechniqueClick('T0091')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0088" > T0088 Develop Audio-based Content< input type = "checkbox" id = "T0088check" onclick = "handleTechniqueClick('T0088')" > < / td >
< td id = "T0108" > T0108 Blogging and Publishing Networks< input type = "checkbox" id = "T0108check" onclick = "handleTechniqueClick('T0108')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0092" > T0092 Build Network< input type = "checkbox" id = "T0092check" onclick = "handleTechniqueClick('T0092')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0089" > T0089 Obtain Private Documents< input type = "checkbox" id = "T0089check" onclick = "handleTechniqueClick('T0089')" > < / td >
< td id = "T0109" > T0109 Consumer Review Networks< input type = "checkbox" id = "T0109check" onclick = "handleTechniqueClick('T0109')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0093" > T0093 Acquire/ recruit Network< input type = "checkbox" id = "T0093check" onclick = "handleTechniqueClick('T0093')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0110" > T0110 Formal Diplomatic Channels< input type = "checkbox" id = "T0110check" onclick = "handleTechniqueClick('T0110')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< 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-06-30 23:30:18 -04:00
< td id = "T0094" > T0094 Infiltrate Existing Networks< input type = "checkbox" id = "T0094check" onclick = "handleTechniqueClick('T0094')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0111" > T0111 Traditional Media< input type = "checkbox" id = "T0111check" onclick = "handleTechniqueClick('T0111')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0095" > T0095 Develop Owned Media Assets< input type = "checkbox" id = "T0095check" onclick = "handleTechniqueClick('T0095')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0112" > T0112 Email< input type = "checkbox" id = "T0112check" onclick = "handleTechniqueClick('T0112')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 18:22:19 -04:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
2022-02-02 10:57:17 -05:00
< td bgcolor = white > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
2022-06-30 23:30:18 -04:00
< td id = "T0096" > T0096 Leverage Content Farm< input type = "checkbox" id = "T0096check" onclick = "handleTechniqueClick('T0096')" > < / td >
2022-01-29 11:34:46 -05:00
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< td bgcolor = white > < / td >
< / tr >
< tr >
< / tr >
< / table >
< hr >
< ul >
2022-06-30 23:30:18 -04:00
< li id = "T0073text" style = "display:none" > T0073: Determine Target Audiences< / li >
< li id = "T0002text" style = "display:none" > T0002: Facilitate State Propaganda< / li >
< li id = "T0016text" style = "display:none" > T0016: Create Clickbait< / li >
< li id = "T0015text" style = "display:none" > T0015: Create hashtags and search artifacts< / li >
< li id = "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 = "T0007text" style = "display:none" > T0007: Create Inauthentic Social Media Pages and Groups< / li >
< li id = "T0009text" style = "display:none" > T0009: Create fake experts< / li >
< li id = "T0049text" style = "display:none" > T0049: Flooding the Information Space< / 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 = "T0019text" style = "display:none" > T0019: Generate information pollution< / li >
< li id = "T0043text" style = "display:none" > T0043: Chat apps< / li >
< li id = "T0039 text" style = "display:none" > T0039 : Bait legitimate influencers< / li >
< li id = "T0115text" style = "display:none" > T0115: Post Content< / li >
< li id = "T0057text" style = "display:none" > T0057: Organize Events< / li >
< li id = "T0060text" style = "display:none" > T0060: Continue to Amplify< / li >
< li id = "T0133text" style = "display:none" > T0133: Measure Effectiveness< / li >
< li id = "T0080text" style = "display:none" > T0080: Map Target Audience Information Environment< / li >
< li id = "T0004text" style = "display:none" > T0004: Develop Competing Narratives< / li >
< li id = "T0010text" style = "display:none" > T0010: Cultivate ignorant agents< / li >
< li id = "T0011text" style = "display:none" > T0011: Compromise legitimate accounts< / li >
< li id = "T0118text" style = "display:none" > T0118: Amplify Existing Narrative< / li >
< li id = "T0048text" style = "display:none" > T0048: Harass< / li >
< li id = "T0075text" style = "display:none" > T0075: Dismiss< / li >
< li id = "T0101text" style = "display:none" > T0101: Create Localized Content< / li >
< li id = "T0023text" style = "display:none" > T0023: Distort facts< / li >
< li id = "T0103text" style = "display:none" > T0103: Livestream< / li >
< li id = "T0042text" style = "display:none" > T0042: Seed Kernel of truth< / li >
< li id = "T0116text" style = "display:none" > T0116: Comment or Reply on Content< / li >
< li id = "T0061text" style = "display:none" > T0061: Sell Merchandise< / li >
< li id = "T0128text" style = "display:none" > T0128: Conceal People< / li >
< li id = "T0134text" style = "display:none" > T0134: Measure Effectiveness Indicators (or KPIs)< / li >
< li id = "T0081text" style = "display:none" > T0081: Identify Social and Technical Vulnerabilities< / li >
< li id = "T0022text" style = "display:none" > T0022: Leverage Conspiracy Theory Narratives< / li >
< li id = "T0013text" style = "display:none" > T0013: Create inauthentic websites< / li >
< li id = "T0097text" style = "display:none" > T0097: Create personas< / li >
< li id = "T0119text" style = "display:none" > T0119: Cross-Posting< / li >
< li id = "T0123text" style = "display:none" > T0123: Control Information Environment through Offensive Cyberspace Operations< / li >
< li id = "T0076text" style = "display:none" > T0076: Distort< / li >
< li id = "T0102text" style = "display:none" > T0102: Leverage Echo Chambers/Filter Bubbles< / li >
< li id = "T0084text" style = "display:none" > T0084: Reuse Existing Content< / li >
< li id = "T0104text" style = "display:none" > T0104: Social Networks< / li >
< li id = "T0044text" style = "display:none" > T0044: Seed distortions< / li >
< li id = "T0117text" style = "display:none" > T0117: Attract Traditional Media< / li >
< li id = "T0126text" style = "display:none" > T0126: Encourage Attendance at Events< / li >
< li id = "T0129text" style = "display:none" > T0129: Conceal Operational Activity< / li >
< li id = "T0040text" style = "display:none" > T0040: Demand insurmountable proof< / li >
< li id = "T0014text" style = "display:none" > T0014: Prepare fundraising campaigns< / li >
< li id = "T0098text" style = "display:none" > T0098: Establish Inauthentic News Sites< / li >
< li id = "T0120text" style = "display:none" > T0120: Incentivize Sharing< / li >
< li id = "T0124text" style = "display:none" > T0124: Suppress Opposition< / li >
< li id = "T0077text" style = "display:none" > T0077: Distract< / li >
< li id = "T0085text" style = "display:none" > T0085: Develop Text-based Content< / li >
< li id = "T0105text" style = "display:none" > T0105: Media Sharing Networks< / li >
< li id = "T0045text" style = "display:none" > T0045: Use fake experts< / li >
< li id = "T0127text" style = "display:none" > T0127: Physical Violence< / li >
< li id = "T0130text" style = "display:none" > T0130: Conceal Infrastructure< / li >
< li id = "T0068text" style = "display:none" > T0068: Respond to Breaking News Event or Active Crisis< / li >
< li id = "T0065text" style = "display:none" > T0065: Prepare Physical Broadcast Capabilities< / li >
< li id = "T0099text" style = "display:none" > T0099: Prepare Assets Impersonating Legitimate Entities< / li >
< li id = "T0121text" style = "display:none" > T0121: Manipulate Platform Algorithm< / li >
< li id = "T0125text" style = "display:none" > T0125: Platform Filtering< / li >
< li id = "T0078text" style = "display:none" > T0078: Dismay< / li >
< li id = "T0086text" style = "display:none" > T0086: Develop Image-based Content< / li >
< li id = "T0106text" style = "display:none" > T0106: Discussion Forums< / li >
< li id = "T0046text" style = "display:none" > T0046: Use Search Engine Optimization< / li >
< li id = "T0131text" style = "display:none" > T0131: Exploit TOS/Content Moderation< / li >
< li id = "T0082text" style = "display:none" > T0082: Develop New Narratives< / li >
< li id = "T0090text" style = "display:none" > T0090: Create Inauthentic Accounts< / li >
< li id = "T0100text" style = "display:none" > T0100: Co-opt Trusted Sources< / li >
< li id = "T0122text" style = "display:none" > T0122: Direct Users to Alternative Platforms< / li >
< li id = "T0079text" style = "display:none" > T0079: Divide< / li >
< li id = "T0087text" style = "display:none" > T0087: Develop Video-based Content< / li >
< li id = "T0107text" style = "display:none" > T0107: Bookmarking and Content Curation< / li >
< li id = "T0113text" style = "display:none" > T0113: Employ Commercial Analytic Firms< / li >
< li id = "T0083text" style = "display:none" > T0083: Integrate Target Audience Vulnerabilities into Narrative< / li >
< li id = "T0091text" style = "display:none" > T0091: Recruit bad actors< / li >
< li id = "T0088text" style = "display:none" > T0088: Develop Audio-based Content< / li >
< li id = "T0108text" style = "display:none" > T0108: Blogging and Publishing Networks< / li >
< li id = "T0092text" style = "display:none" > T0092: Build Network< / li >
< li id = "T0089text" style = "display:none" > T0089: Obtain Private Documents< / li >
< li id = "T0109text" style = "display:none" > T0109: Consumer Review Networks< / li >
< li id = "T0093text" style = "display:none" > T0093: Acquire/ recruit Network< / li >
< li id = "T0110text" style = "display:none" > T0110: Formal Diplomatic Channels< / li >
< li id = "T0094text" style = "display:none" > T0094: Infiltrate Existing Networks< / li >
< li id = "T0111text" style = "display:none" > T0111: Traditional Media< / li >
< li id = "T0095text" style = "display:none" > T0095: Develop Owned Media Assets< / li >
< li id = "T0112text" style = "display:none" > T0112: Email< / li >
< li id = "T0096text" style = "display:none" > T0096: Leverage Content Farm< / li >
2022-01-29 11:34:46 -05:00
< / ul >
< / body >
< / html >