Skip to content

Commit

Permalink
Merge pull request #487 from mitre-attack/website-updates-learn-about…
Browse files Browse the repository at this point in the history
…-attack

Website updates learn more about attack page
  • Loading branch information
jondricek authored Jan 12, 2024
2 parents 54d7ba8 + fd5731c commit 38b17e6
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/resources_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"path": "/resources/",
"children": []
},
{
"name": "Learn More About ATTACK",
"id": "learn-more-about-attack",
"path": "/resources/learn-more-about-attack/",
"children": []
},
{
"name": "Getting Started",
"id": "getting-started",
Expand Down Expand Up @@ -112,4 +118,4 @@
"children": []
}
]
}
}
6 changes: 6 additions & 0 deletions modules/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ def get_menu():
"external_link": False,
"children": [],
},
{
"display_name": "Learn More About ATTACK",
"url": "/resources/learn-more-about-attack/",
"external_link": False,
"children": [],
},
{
"display_name": "Contribute",
"url": "/resources/contribute/",
Expand Down
3 changes: 3 additions & 0 deletions modules/resources/static_pages/learn-more-about-attack.md
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 modules/resources/templates/learn-more-about-attack.html
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&amp;CK</li>
</ol>
</div>
<div class="pb-5 mb-5">
<div>
<h1><strong>Lean More About ATT&amp;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&amp;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&amp;CKCon Presentations</strong></h2>
<p>
At MITRE ATT&amp;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&amp;CK framework. Browse the archive of presentations organized by event.
</p>
<p>
Learn about future ATT&amp;CKcons by keeping up with us at <a href="#">Engage with ATT&amp;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 %}

0 comments on commit 38b17e6

Please sign in to comment.