-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathlearn-more-about-attack.html
133 lines (126 loc) · 6.84 KB
/
learn-more-about-attack.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{% 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 %}
<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">Learn More About ATT&CK</li>
</ol>
<div class="container pb-5 mb-5">
<h1>Learn More About ATT&CK</h1>
<div class="learn-about-attack-content">
<div class="my-5">
<h2>Featured MITRE Presentations</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 mt-4">
{{contact_card.render("MITRE ATT&CK: The Play at Home Edition", "",
"This presentation from Black Hat walks through the story of a fictional organization in order to explain how different teams can use ATT&CK as a powerful force to improve defenses.",
buttons=[
{"label": "View Presentation", "url": "http://i.blackhat.com/USA-19/Wednesday/us-19-Nickels-MITRE-ATTACK-The-Play-At-Home-Edition.pdf"}
],
fa_icon=None, invert_icon=True, header_background=True, footer_description=None, header_subtitle="August 2019")}}
{{contact_card.render("Leveraging Campaigns to Untangle the Threat Group Ship of Theseus", "",
"This presentation introduces ATT&CK's newer categorization of Campaigns - a method of classification that more easily enables the tracking of the abilities and sophistication over time, in addition to enabling stakeholders to better identify potential targets based on industry.",
buttons=[
{"label": "View Presentation", "url": "https://www.slideshare.net/AdamPennington4/leveraging-campaigns-to-untangle-the-threat-group-ship-of-theseus"}
],
fa_icon=None, invert_icon=True, header_background=True, footer_description=None, header_subtitle="January 2023")}}
{{contact_card.render("Objective by the Sea: Drawing Out ATT&CK Techniques in the Wild", "",
"This presentation provides a high-level explanation of the ATT&CK framework for MacOS and its components, then walks through the application of the ATT&CK framework to a real-world campaign using Pandas as a model. Emphasizes community-driven aspects of ATT&CK.",
buttons=[
{"label": "View Presentation", "url": "https://www.youtube.com/watch?v=pT8C9P3BiVw"}
],
fa_icon=None, invert_icon=True, header_background=True, footer_description=None, header_subtitle="November 2022")}}
</div>
<br>
<a href="/resources/learn-more-about-attack/presentation-archive/">Browse all MITRE presentations</a>
</div>
<div class="my-5">
<h2>ATT&CKCon Presentations</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="/resources/engage-with-attack/contact/">Engage with ATT&CK</a>
</p>
<div class="card-deck">
{{contact_card.render("ATT&CKcon 4.0", "/resources/learn-more-about-attack/attackcon/october-2023/", "<strong>October 24th - 25th,
2023</strong><br>McLean, VA",
invert_icon=True)}}
{{contact_card.render("ATT&CKcon 3.0", "/resources/learn-more-about-attack/attackcon/march-2022/", "<strong>March 29th - 30th,
2022</strong><br>McLean, VA",
invert_icon=True)}}
{{contact_card.render("ATT&CKcon PowerHour", "/resources/learn-more-about-attack/attackcon/october-2020/", "<strong>January 21st,
2021</strong><br>Virtual",
invert_icon=True)}}
</div>
<div class="card-deck mt-3">
{{contact_card.render("ATT&CKcon 2.0", "/resources/learn-more-about-attack/attackcon/october-2019/", "<strong>October 28th - 30th,
2019</strong><br>McLean, VA",
invert_icon=True)}}
{{contact_card.render("ATT&CKcon 2018", "/resources/learn-more-about-attack/attackcon/october-2018/", "<strong>October 23rd - 24th,
2018</strong><br>McLean, VA",
invert_icon=True)}}
<div class="card" style="border: none"></div>
</div>
</div>
<div class="my-5">
<h2>MITRE CTI Training</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>
<a href="/resources/learn-more-about-attack/training/cti/">
<button type="button" class="slide-button">
<span class="slide-button-text">
<span>
Take the Training
</span>
</span>
</button>
</a>
</div>
<div class="my-5">
<h2>Reading Materials</h2>
<p>
These materials provide an in-depth look at why we created these ATT&CK domains, how we maintain and update
them,
and what the community commonly uses them for.
</p>
<div class="card-deck">
{{contact_card.render("ATT&CK Design and Philosophy", "/docs/ATTACK_Design_and_Philosophy_March_2020.pdf",
"This paper outlines the process MITRE
used to create ATT&CK, and the
philosophy that has developed for
curating new content.",
invert_icon=True)}}
{{contact_card.render("ATT&CK for ICS extension", "/docs/ATTACK_for_ICS_Philosophy_March_2020.pdf",
"For individuals already familiar with
ATT&CK, this document can be viewed
as an extension to the ATT&CK Design
and Philosophy whitepaper above that
highlights unique, as well as some
common, aspects of the design and philosophy of ATT&CK for ICS. ",
invert_icon=True)}}
</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 %}