CINXE.COM
Get Started | MITRE ATT&CK®
<!DOCTYPE html> <html lang='en'> <head> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-62667723-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-62667723-1'); </script> <meta name="google-site-verification" content="2oJKLqNN62z6AOCb0A0IXGtbQuj-lev5YPAHFF_cbHQ"/> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1,shrink-to-fit=no'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel='shortcut icon' href='/theme/favicon.ico' type='image/x-icon'> <title>Get Started | MITRE ATT&CK®</title> <!-- USWDS CSS --> <!-- Bootstrap CSS --> <link rel='stylesheet' href='/theme/style/vendors/bootstrap.min.css' /> <link rel='stylesheet' href='/theme/style/vendors/bootstrap-tourist.css' /> <link rel='stylesheet' href='/theme/style/vendors/bootstrap-select.min.css' /> <!-- Fontawesome CSS --> <link rel="stylesheet" href="/theme/style/vendors/fontawesome-6.5.1/css/fontawesome.min.css"/> <link rel="stylesheet" href="/theme/style/vendors/fontawesome-6.5.1/css/brands.min.css"/> <link rel="stylesheet" href="/theme/style/vendors/fontawesome-6.5.1/css/solid.min.css"/> <link rel="stylesheet" href="/theme/style-attack.css"/> </head> <body> <div class="container-fluid attack-website-wrapper d-flex flex-column h-100"> <div class="row sticky-top flex-grow-0 flex-shrink-1"> <!-- header elements --> <header class="col px-0"> <nav class='navbar navbar-expand-lg navbar-dark position-static'> <a class='navbar-brand' href='/'><img src="/theme/images/mitre_attack_logo.png" class="attack-logo"></a> <button class='navbar-toggler' type='button' data-toggle='collapse' data-target='#navbarCollapse' aria-controls='navbarCollapse' aria-expanded='false' aria-label='Toggle navigation'> <span class='navbar-toggler-icon'></span> </button> <div class='collapse navbar-collapse' id='navbarCollapse'> <ul class='nav nav-tabs ml-auto'> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="/matrices/" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>Matrices</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/matrices/enterprise/">Enterprise</a> <a class="dropdown-item" href="/matrices/mobile/">Mobile</a> <a class="dropdown-item" href="/matrices/ics/">ICS</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="/tactics/" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>Tactics</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/tactics/enterprise/">Enterprise</a> <a class="dropdown-item" href="/tactics/mobile/">Mobile</a> <a class="dropdown-item" href="/tactics/ics/">ICS</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="/techniques/" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>Techniques</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/techniques/enterprise/">Enterprise</a> <a class="dropdown-item" href="/techniques/mobile/">Mobile</a> <a class="dropdown-item" href="/techniques/ics/">ICS</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="/datasources" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>Defenses</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/datasources">Data Sources</a> <div class="dropright dropdown"> <a class="dropdown-item dropdown-toggle" href="/mitigations/" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>Mitigations</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/mitigations/enterprise/">Enterprise</a> <a class="dropdown-item" href="/mitigations/mobile/">Mobile</a> <a class="dropdown-item" href="/mitigations/ics/">ICS</a> </div> </div> <a class="dropdown-item" href="/assets">Assets</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="/groups" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>CTI</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/groups">Groups</a> <a class="dropdown-item" href="/software">Software</a> <a class="dropdown-item" href="/campaigns">Campaigns</a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="/resources/" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <b>Resources</b> </a> <div class="dropdown-menu " aria-labelledby="navbarDropdown"> <a class="dropdown-item" href="/resources/">Get Started</a> <a class="dropdown-item" href="/resources/learn-more-about-attack/">Learn More about ATT&CK</a> <a class="dropdown-item" href="/resources/attackcon/">ATT&CKcon</a> <a class="dropdown-item" href="/resources/attack-data-and-tools/">ATT&CK Data & Tools</a> <a class="dropdown-item" href="/resources/faq/">FAQ</a> <a class="dropdown-item" href="/resources/engage-with-attack/contact/">Engage with ATT&CK</a> <a class="dropdown-item" href="/resources/versions/">Version History</a> <a class="dropdown-item" href="/resources/updates/">Updates</a> <a class="dropdown-item" href="/resources/legal-and-branding/">Legal & Branding</a> </div> </li> <li class="nav-item"> <a href="/resources/engage-with-attack/benefactors/" class="nav-link" ><b>Benefactors</b></a> </li> <li class="nav-item"> <a href="https://medium.com/mitre-attack/" target="_blank" class="nav-link"> <b>Blog</b> <img src="/theme/images/external-site.svg" alt="External site" class="external-icon" /> </a> </li> <li class="nav-item"> <button id="search-button" class="btn search-button">Search <div id="search-icon" class="icon-button search-icon"></div></button> </li> </ul> </div> </nav> </header> </div> <div class="row flex-grow-0 flex-shrink-1"> <!-- banner elements --> <div class="col px-0"> <!-- don't edit or remove the line below even though it's commented out, it gets parsed and replaced by the versioning feature --> <!-- !versions banner! --> <div class="container-fluid banner-message"> ATT&CKcon 6.0 returns October 14-15, 2025 in McLean, VA. More details about tickets and our CFP can be found <a href='https://na.eventscloud.com/attackcon6'>here</a> </div> </div> </div> <div class="row flex-grow-1 flex-shrink-0"> <!-- main content elements --> <!--start-indexing-for-search--> <div class="sidebar nav sticky-top flex-column pr-0 pt-4 pb-3 pl-3" id="v-tab" role="tablist" aria-orientation="vertical"> <div class="resizer" id="resizer"></div> <div id="sidebars"></div> </div> <div class="tab-content col-xl-9 pt-4" id="v-tabContent"> <div class="tab-pane fade show active" id="v-attckmatrix" role="tabpanel" aria-labelledby="v-attckmatrix-tab"> <!--stopindex--> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/resources">Resources</a></li> <li class="breadcrumb-item">Get Started</li> </ol> <div class="container-fluid pb-3"> <div class="getting-started"> <div class="clearfix pb-3"> <div class="clearfix"> <h1>Get Started</h1> <div class="card card-filter jump-to-section"> <div class="card-body"> Jump to Section <ul> <li> <a href="#what-is-attack">What is ATT&CK?</a> </li> <li> <a href="#use-attack">How can I use ATT&CK?</a> </li> <li> <a href="#not-use-attack">How should I not use ATT&CK?</a> </li> <li> <a href="#navigator">ATT&CK Navigator</a> </li> <li> <a href="#community">Community</a> </li> </ul> </div> </div> <div class="getting-started-content"> <div class="anchor" id="what-is-attack"></div> <div class="mt-4"> <h2>What is ATT&CK?</h2> <p> ATT&CK is knowledge base of adversarial techniques based on real-world observations. ATT&CK focuses on how adversaries interact with systems during an operation, reflecting the various phases of an adversary’s attack lifecycle and the platforms they are known to target. </p> <p> Read the <a href="https://medium.com/mitre-attack/att-ck-101-17074d3bc62">ATT&CK 101 Blog post</a> for more information on the basics of ATT&CK and check the short video below. </p> <div class="col video-col"> <div class="embed-responsive embed-responsive-16by9"> <iframe title="MITRE ATT&CK Framework" width="560" height="349" src="https://www.youtube.com/embed/Yxv1suJYMI8" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> </div> <br> <h3>Key Concepts</h3> <div class="row"> <div class="col"> ATT&CK is a model that attempts to systematically categorize adversary behavior. The main components of the model are: <ul> <li> <strong><a href="/tactics/enterprise/">Tactics</a></strong>, represents “why” or the reason an adversary is performing an action </li> <li> <strong><a href="/techniques/enterprise/">Techniques</a></strong>, represents “how” adversaries achieve tactical goals by performing an action </li> <li> <strong>Sub-techniques</strong>, a more specific or lower-level description of adversarial behavior </li> <li> <strong>Procedures</strong>, specific implementation or in-the-wild use the adversary uses for techniques or sub-techniques </li> </ul> </div> <div class="col"> ATT&CK is organized in a series of technology domains, the ecosystem an adversary operates within. Currently, there are three <strong>technology</strong> domains: <ul> <li> <strong><a href="/matrices/enterprise/">Enterprise</a></strong>, representing traditional enterprise networks and cloud technologies </li> <li> <strong><a href="/matrices/mobile/">Mobile</a></strong> for mobile communication devices </li> <li> <strong><a href="/matrices/ics/">ICS</a></strong> for industrial control systems </li> </ul> Within each domain are <strong>platforms</strong>, which may be an operating system or application (e.g. Microsoft Windows). Techniques and sub-techniques can apply to multiple platforms. </div> </div> <p> For more information on the principles behind ATT&CK, its creation, and its ongoing maintenance, read the <a href="/docs/ATTACK_Design_and_Philosophy_March_2020.pdf">ATT&CK Philosophy Paper</a>. For additional information focused on ATT&CK for ICS, including the unique elements and commonalities with ATT&CK, read the <a href="/docs/ATTACK_for_ICS_Philosophy_March_2020.pdf">ATT&CK for ICS Extension</a>. </p> <p> <a href="/docs/attack_roadmap_2024_april.pdf"> <button type="button" class="slide-button"> <span class="slide-button-text"> <span> MITRE ATT&CK Roadmap </span> </span> </button> </a> <div class="text-label-small">Last updated April 2024</div> </p> <p> <a href="/docs/attack_matrix_poster_2024_april.pdf"> <button type="button" class="slide-button"> <span class="slide-button-text"> <span> MITRE ATT&CK Matrix Poster </span> </span> </button> </a> <div class="text-label-small">Last updated April 2024</div> </p> </div> <br> <div class="anchor" id="use-attack"> <p></p> </div> <div> <h2>How can I use ATT&CK?</h2> The following four use cases are the most common way that users report applying ATT&CK to their work. <p></p> <div class="card-deck"> <div class="contact-card card"> <div class="card-header background"> <span class="contact-card-title"> <h6 class="mb-0"><strong>Detections and Analytics</strong></h6> </span> </div> <div class="card-body"> <p> <strong>ATT&CK can help cyber defenders develop analytics that detect the techniques used by an adversary.</strong> <br><br><a href="https://medium.com/mitre-attack/getting-started-with-attack-detection-a8e49e4960d0">Getting Started with ATT&CK: Detection and Analytics Blog Post <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This blog post describes how you can get started using ATT&CK for detection and analytics at three different levels of sophistication. (June 2019) <br><br><a href="https://www.mitre.org/publications/technical-papers/finding-cyber-threats-with-attck-based-analytics">Finding Cyber Threats with ATT&CK-Based Analytics <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> Presents a methodology for using ATT&CK to build, test, and refine behavioral-based analytic detection capabilities. (June 2017) <br><br><a href="https://www.youtube.com/watch?v=p7Hyd7d9k-c">ATT&CKing the Status Quo Presentation <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> The latter part of this presentation provides an introduction to using ATT&CK to create analytics. <a href="https://www.slideshare.net/KatieNickels/bsideslv-2018-katie-nickels-and-john-wunder-attcking-the-status-quo">Slides are also available</a>. (August 2018) </p> </div> <div class="card-footer card-footer-no-button d-flex align-items-center"> <a href="/resources/get-started/detections-and-analytics">View more resources about Detections and Analytics</a> </div> </div> <div class="contact-card card"> <div class="card-header background"> <span class="contact-card-title"> <h6 class="mb-0"><strong>Threat Intelligence </strong></h6> </span> </div> <div class="card-body"> <p> <strong>ATT&CK gives analysts a common language to structure, compare, and analyze threat intelligence.</strong> <br><br><a href="https://medium.com/mitre-attack/getting-started-with-attack-cti-4eb205be4b2f">Getting Started with ATT&CK: Threat Intelligence Blog Post <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This blog post describes how you can get started using ATT&CK for detection and analytics at three different levels of sophistication. (June 2019) <br><br><a href="https://www.slideshare.net/JamieWilliams130/attcking-your-adversaries-operationalizing-cyber-intelligence-in-your-own-environment-for-better-sleep-and-a-safer-tomorrow">ATT&CKing Your Adversaries Presentation <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This presentation covers how to use ATT&CK to take cyber threat intelligence and operationalize it into behaviors that can drive relevant detections. (August 2019) <br><br><a href="https://medium.com/mitre-attack/using-att-ck-to-advance-cyber-threat-intelligence-part-1-c5ad14d59724">Blog posts on threat intelligence <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> These blog posts explain the fundamentals of how to use ATT&CK for threat intelligence. (September 2018) </p> </div> <div class="card-footer card-footer-no-button d-flex align-items-center"> <a href="/resources/get-started/threat-intelligence">View more resources about Threat Intelligence</a> </div> </div> </div> <br> <div class="card-deck"> <div class="contact-card card"> <div class="card-header background"> <span class="contact-card-title"> <h6 class="mb-0"><strong>Adversary Emulation and Red Teaming</strong></h6> </span> </div> <div class="card-body"> <p> <strong>ATT&CK provides a common language and framework that red teams can use to emulate specific threats and plan their operations.</strong> <br><br><a href="https://medium.com/mitre-attack/getting-started-with-attack-red-29f074ccf7e3">Getting Started with ATT&CK: Adversary Emulation and Red Teaming Blog Post <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This blog post describes how you can get started using ATT&CK for adversary emulation and red teaming at three different levels of sophistication. (July 2019) <br><br><a href="https://www.sans.org/presentations/do-it-yourself-att-ck-evaluations-to-improve-your-security-posture">Do-It-Yourself ATT&CK Evaluations to Improve Your Security Posture Presentation <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This presentation explains how defenders can improve their security posture through the use of adversary emulation by performing their very own ATT&CK Evaluations. (June 2019) <br><br><a href="https://www.x33fcon.com/slides/x33fcon19_ThreatbasedPurpleTeamming_JamieDaniel.pdf">APT ATT&CK - Threat-based Purple Teaming with ATT&CK Continued Presentation <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This presentation covers how to use ATT&CK to take cyber threat intelligence and operationalize it into behaviors that can drive relevant detections. (May 2019) </p> </div> <div class="card-footer card-footer-no-button d-flex align-items-center"> <a href="/resources/get-started/adversary-emulation-and-red-teaming">View more resources about Adversary Emulation and Red Teaming</a> </div> </div> <div class="contact-card card"> <div class="card-header background"> <span class="contact-card-title"> <h6 class="mb-0"><strong>Assessment and Engineering</strong></h6> </span> </div> <div class="card-body"> <p> <strong>ATT&CK can be used to assess your organization’s capabilities and drive engineering decisions like what tools or logging you should implement.</strong> <br><br><a href="https://medium.com/mitre-attack/getting-started-with-attack-assessment-cc0b01769cb4">Getting Started with ATT&CK: Assessments and Engineering Blog Post <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This blog post describes how you can get started using ATT&CK for assessments and engineering at three different levels of sophistication. (August 2019) <br><br><a href="https://www.youtube.com/watch?v=lMh9E8l1-ks">Lessons Learned Applying ATT&CK-Based SOC Assessments <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> This keynote presentation discusses a process to gauge a SOC’s detective capabilities as they relate to ATT&CK, including MITRE’s practical experiences and lessons learned. (June 2019) <br><br><a href="https://www.mitre.org/publications/technical-papers/finding-cyber-threats-with-attck-based-analytics">Finding Cyber Threats with ATT&CK-Based Analytics <i class="fa-solid fa-arrow-up-right-from-square"></i></a><br> Presents a methodology for using ATT&CK to build, test, and refine behavioral-based analytic detection capabilities. (June 2017) </p> </div> <div class="card-footer card-footer-no-button d-flex align-items-center"> <a href="/resources/get-started/assessment-and-engineering">View more resources about Assessment and Engineering</a> </div> </div> </div> <br> <p> Learn more about the Use Cases through the <a href="https://www.youtube.com/watch?v=bkfwMADar0M">Sp4rkcon Presentation: Putting MITRE ATT&CK into Action with What You Have, Where You Are</a> and the <a href="https://www.mitre.org/sites/default/files/publications/mitre-getting-started-with-attack-october-2019.pdf">Getting Started with ATT&CK eBook</a>. <br><br> For additional ATT&CK topics and to explore presentations and training: <br><br> <!-- link to learn more page --> <a href="/resources/learn-more-about-attack/"> <button type="button" class="slide-button"> <span class="slide-button-text"> <span> Learn More About ATT&CK </span> </span> </button> </a> </p> </div> <br> <div class="anchor" id="not-use-attack"> <p></p> </div> <div> <h2>How should I <i>not</i> use ATT&CK?</h2> ATT&CK is just as much about the mindset and process of using it as much as it is the knowledge base itself. When it comes to information security, the threats we face, new technologies, and the adaptability of goal-based adversaries, we cannot consider filling out a checklist as “done”. <p></p> <div class="row"> <div class="col-1 col-sm-1 col-md-1 d-flex justify-content-center align-items-center"> <i class="fa-solid fa-bullseye fa-2x getting-started-icon"></i> </div> <div class="col"> Don’t try to achieve 100% coverage. Every organization faces its own unique cyber threat. Not every tactic or technique will apply to everyone. Prioritize ones that are most relevant to you and ensure you are prepared for them. </div> </div> <p></p> <div class="row"> <div class="col-1 col-sm-1 col-md-1 d-flex justify-content-center align-items-center"> <i class="fa-solid fa-volume-high fa-2x getting-started-icon"></i> </div> <div class="col"> Don’t shout “Bingo” when you have one technique. Just because you have identified a single way an adversary has done a technique, doesn’t mean it’s time to declare success and color a box green. Adversaries have multiple ways they can perform most techniques. Look for and understand other ways a technique may be accomplished. </div> </div> <p></p> <div class="row"> <div class="col-1 col-sm-1 col-md-1 d-flex justify-content-center align-items-center"> <i class="fa-solid fa-magnifying-glass fa-2x getting-started-icon"></i> </div> <div class="col"> Don’t limit yourself to the matrix. Remember the ATT&CK matrix only documents observed real-world behaviors. Adversaries may have a series of other behaviors they use that have not been documented yet. To get a full picture of threats your organization faces, (1) Leverage your own intelligence sources, (2) create and document your own observed techniques, and (3) don’t limit yourselves to behaviors, a timely indicator can catch an adversary. </div> </div> </div> <br> <div class="anchor" id="navigator"> <p></p> </div> <div> <h2>ATT&CK Navigator</h2> Use it to visualize defensive coverage, red/blue team planning, the frequency of detected techniques, and more. For more information on how to use Navigator, <a href="https://www.youtube.com/watch?v=pcclNdwG8Vs">ATT&CK Navigator Use Case for Threat Intelligence</a>. <br> <br> <a href="https://mitre-attack.github.io/attack-navigator/"> <button type="button" class="slide-button"> <span class="slide-button-text"> <span> Explore the Navigator Tool </span> </span> </button> </a> <br> <br> <br> </div> <div class="anchor" id="community"> <p></p> </div> <div> <h2>Community</h2> <!-- add link to staying informed page --> Stay informed on the latest updates and engage with the ATT&CK Community through Medium, Slack, and Twitter. <br> <br> <a href="/resources/engage-with-attack/contact/"> <button type="button" class="slide-button"> <span class="slide-button-text"> <span> Engage with the Community </span> </span> </button> </a> </div> </div> </div> </div> </div> </div> </div> </div> <!--stop-indexing-for-search--> <!-- search overlay for entire page -- not displayed inline --> <div class="overlay search" id="search-overlay" style="display: none;"> <div class="overlay-inner"> <!-- text input for searching --> <div class="search-header"> <div class="search-input"> <input type="text" id="search-input" placeholder="search"> </div> <div class="search-icons"> <div class="search-parsing-icon spinner-border" style="display: none" id="search-parsing-icon"></div> <div class="close-search-icon" id="close-search-icon">×</div> </div> </div> <!-- results and controls for loading more results --> <div id="search-body" class="search-body"> <div class="results" id="search-results"> <!-- content will be appended here on search --> </div> <div id="load-more-results" class="load-more-results"> <button class="btn btn-default" id="load-more-results-button">load more results</button> </div> </div> </div> </div> </div> <div class="row flex-grow-0 flex-shrink-1"> <!-- footer elements --> <footer class="col footer"> <div class="container-fluid"> <div class="row row-footer"> <div class="col-2 col-sm-2 col-md-2"> <div class="footer-center-responsive my-auto"> <a href="https://www.mitre.org" target="_blank" rel="noopener" aria-label="MITRE"> <img src="/theme/images/mitrelogowhiteontrans.gif" class="mitre-logo-wtrans"> </a> </div> </div> <div class="col-2 col-sm-2 footer-responsive-break"></div> <div class="footer-link-group"> <div class="row row-footer"> <div class="px-3 col-footer"> <u class="footer-link"><a href="/resources/engage-with-attack/contact" class="footer-link">Contact Us</a></u> </div> <div class="px-3 col-footer"> <u class="footer-link"><a href="/resources/legal-and-branding/terms-of-use" class="footer-link">Terms of Use</a></u> </div> <div class="px-3 col-footer"> <u class="footer-link"><a href="/resources/legal-and-branding/privacy" class="footer-link">Privacy Policy</a></u> </div> <div class="px-3"> <u class="footer-link"><a href="/resources/changelog.html" class="footer-link" data-toggle="tooltip" data-placement="top" data-html="true" title="ATT&CK content v16.1
Website v4.2.1">Website Changelog</a></u> </div> </div> <div class="row"> <small class="px-3"> © 2015 - 2025, The MITRE Corporation. MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation. </small> </div> </div> <div class="w-100 p-2 footer-responsive-break"></div> <div class="col pr-4"> <div class="footer-float-right-responsive-brand"> <div class="row row-footer row-footer-icon"> <div class="mb-1"> <a href="https://twitter.com/MITREattack" class="btn btn-footer"> <i class="fa-brands fa-x-twitter fa-lg"></i> </a> <a href="https://github.com/mitre-attack" class="btn btn-footer"> <i class="fa-brands fa-github fa-lg"></i> </a> </div> </div> </div> </div> </div> </div> </div> </footer> </div> </div> <!--stopindex--> </div> <!--SCRIPTS--> <script src="/theme/scripts/jquery-3.5.1.min.js"></script> <script src="/theme/scripts/popper.min.js"></script> <script src="/theme/scripts/bootstrap-select.min.js"></script> <script src="/theme/scripts/bootstrap.bundle.min.js"></script> <script src="/theme/scripts/site.js"></script> <script src="/theme/scripts/settings.js"></script> <script src="/theme/scripts/search_bundle.js"></script> <!--SCRIPTS--> <script src="/theme/scripts/resizer.js"></script> <!--SCRIPTS--> <script src="/theme/scripts/sidebar-load-all.js"></script> </body> </html>