-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #487 from mitre-attack/website-updates-learn-about…
…-attack Website updates learn more about attack page
- Loading branch information
Showing
4 changed files
with
124 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Title: Learn More About ATT&CK | ||
Template: resources/learn-more-about-attack | ||
save_as: resources/learn-more-about-attack/index.html |
108 changes: 108 additions & 0 deletions
108
modules/resources/templates/learn-more-about-attack.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{% extends "general/two-column.html" %} | ||
{% set active_page = "resources" -%} | ||
{% set title = page.title + " | MITRE ATT&CK®" -%} | ||
{% import 'macros/navigation.html' as navigation %} | ||
{% import 'macros/contact_card.html' as contact_card %} | ||
|
||
{% block innerleft %} | ||
<div id="sidebars"></div> | ||
{% endblock %} | ||
|
||
{% block innerright %} | ||
<div class="row flex-grow-1 flex-shrink1 align-content-center contact-center"> | ||
<div> | ||
<ol class="breadcrumb" style="padding-left: 0px"> | ||
<li class="breadcrumb-item"><a href="/">Home</a></li> | ||
<li class="breadcrumb-item"><a href="/resources">Resources</a></li> | ||
<li class="breadcrumb-item">Learn More About ATT&CK</li> | ||
</ol> | ||
</div> | ||
<div class="pb-5 mb-5"> | ||
<div> | ||
<h1><strong>Lean More About ATT&CK</strong></h1> | ||
<div class="learn-about-attack-content"> | ||
<div style="margin-bottom: 15px;"> | ||
<h2><strong>Featured MITRE Presentations</strong></h2> | ||
<p> | ||
The featured presentations highlight applications, new techniques, and current topics of interest to ATT&CK. | ||
All MITRE presentations were developed by members of the ATT&CK team at MITRE. | ||
</p> | ||
<div class="card-deck"> | ||
{{contact_card.render("<h6><strong>Automation: The Wonderful Wizard of CTI (Or is IT?)</strong></h6>", "", | ||
"This presentation from the SANS CTI Summit | ||
explores how automation can be applied to cyber | ||
threat intelligence using the Threat Report ATT&CK | ||
Mapper (TRAM).", | ||
buttons=[ | ||
{"label": "View Presentation", "url": | ||
"https://www.slideshare.net/MITREATTACK/automation-the-wonderful-wizard-of-cti-or-is-it"} | ||
], | ||
fa_icon=None, invert_icon=True, header_background=True, footer_description="January 2020")}} | ||
{{contact_card.render("<h6><strong>Adaptive Adversary Emulation with | ||
MITRE ATT&CK</strong></h6>", "", "This presentation from the SANS Purple Team | ||
Summit looks at moving beyond traditional, rigid | ||
adversary emulation by leveraging MITRE ATT&CK.", | ||
buttons=[ | ||
{"label": "View Presentation", "url": | ||
"https://www.sans.org/presentations/adaptive-adversary-emulation-with-mitre-att-ck/"} | ||
], | ||
fa_icon=None, invert_icon=True, header_background=True, footer_description="October 2019")}} | ||
{{contact_card.render("<h6><strong>Becoming a Yogi on Mac ATT&CK</strong></h6>", "", "This presentation | ||
gives an overview of the ATT&CK framework and matrix for MacOS and how to use it, using OceanLotus as an | ||
example. Includes a walkthrough of mapping a given technique from a report to the ATT&CK matrix, and | ||
highlight areas of desired improvement", | ||
buttons=[ | ||
{"label": "View Presentation", "url": "https://www.youtube.com/watch?v=N_xBbDDycHo"} | ||
], | ||
fa_icon=None, invert_icon=True, header_background=True, footer_description="October 2021")}} | ||
</div> | ||
<br> | ||
<a href="/resources/presentation-archive/">Browse all MITRE presentations</a> | ||
</div> | ||
<div style="margin-bottom: 15px;"> | ||
<h2><strong>ATT&CKCon Presentations</strong></h2> | ||
<p> | ||
At MITRE ATT&CK's yearly conference, cybersecurity leaders and practitioners of all levels are | ||
invited to strengthen capabilities and engage with others in the community through two days of programming, | ||
featuring knowledgeable speakers, engaging content, and meaningful collaboration, all designed to help | ||
leverage the ATT&CK framework. Browse the archive of presentations organized by event. | ||
</p> | ||
<p> | ||
Learn about future ATT&CKcons by keeping up with us at <a href="#">Engage with ATT&CK</a> | ||
</p> | ||
<div class="card-deck"> | ||
{{contact_card.render("ATT&CKcon 4.0", "/resources/attackcon/october-2023/", "<strong>October 24th - 25th, | ||
2023</strong><br>McLean, VA", | ||
invert_icon=True)}} | ||
{{contact_card.render("ATT&CKcon 3.0", "/resources/attackcon/march-2022/", "<strong>March 29th - 30th, | ||
2022</strong><br>McLean, VA", | ||
invert_icon=True)}} | ||
{{contact_card.render("ATT&CKcon PowerHour", "/resources/attackcon/october-2020/", "<strong>January 21st, | ||
2021</strong><br>McLean, VA", | ||
invert_icon=True)}} | ||
{{contact_card.render("ATT&CKcon 2018", "/resources/attackcon/october-2019/", "<strong>October 23rd - 24th, | ||
2018</strong><br>McLean, VA", | ||
invert_icon=True)}} | ||
{{contact_card.render("ATT&CKcon 2.0", "/resources/attackcon/october-2018/", "<strong>October 28th - 30th, | ||
2019</strong><br>McLean, VA", | ||
invert_icon=True)}} | ||
</div> | ||
</div> | ||
<div style="margin-bottom: 15px;"> | ||
<h2><strong>MITRE CTI Training</strong></h2> | ||
<p> | ||
Using MITRE ATT&CK for Cyber Threat Intelligence Training by Katie Nickels and Adam Pennington provides | ||
several modules to help you learn how to apply ATT&CK and improve your threat intelligence practices | ||
</p> | ||
<p><a href="/resources/training/cti/">Take the Training</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock %} | ||
|
||
{% block scripts %} {{ super () }} | ||
<script src="/theme/scripts/tables.js"></script> | ||
<script src="/theme/scripts/sidebar-load-all.js"></script> | ||
{% endblock %} |