-
Notifications
You must be signed in to change notification settings - Fork 5
/
using-attack-evaluations.html
659 lines (631 loc) · 39.4 KB
/
using-attack-evaluations.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html lang='en'>
<head>
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-62667723-5'></script><script src='/theme/scripts/analytics.js'></script>
<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='https://d1zq5d3dtjfcoj.cloudfront.net/ME_icon.png' type='image/x-icon'>
<link rel="stylesheet" href="/theme/style/all.css">
<script src="/theme/scripts/jquery-3.3.1.min.js"></script>
<title>ATT&CK® EVALUATIONS</title>
<!-- Bootstrap CSS -->
<link rel='stylesheet' href='/theme/style/bootstrap.min.css' />
<link rel='stylesheet' href='/theme/style/bootstrap-glyphicon.min.css' />
<link href="/theme/style/bootstrap-tourist.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/theme/style.min.css?9ce184b4">
</head>
<body>
<header class=''>
<nav class='navbar navbar-expand-lg navbar-light fixed-top box-shadow-bottom bg-white'>
<a class='navbar-brand' href='/'><img src='https://d1zq5d3dtjfcoj.cloudfront.net/MITRE_Engenuity_ATTACK-Evaluations_logo_PMS_purple.jpg' height="50px" alt=''></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="dropdown-submenu">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><strong>Enterprise</strong></a>
<!-- <ul class="dropdown-menu dropleft"> -->
<ul class="dropdown-menu dropright">
<li class="dropdown-item dropdown-submenu2">
<a class="dropdown-item" href="/methodology-overview">
Methodology Overview
</a>
</li>
<li class="dropdown-item dropdown-submenu2">
<ul class="dropdown-menu drop_menu_side_right" style="margin-top: 50px;">
<li><a class="dropdown-item" href="/enterprise/participants/?adversaries=apt3">Results</a></li>
<li><a class="dropdown-item" href="/enterprise/APT3">Overview</a></li>
</ul>
<a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="#">
APT3 (2018)
</a>
</li>
<li class="dropdown-item dropdown-submenu2">
<ul class="dropdown-menu drop_menu_side_right" style="margin-top: 90px;">
<li><a class="dropdown-item" href="/enterprise/participants/?adversaries=apt29">Results</a></li>
<li><a class="dropdown-item" href="/enterprise/APT29">Overview</a></li>
</ul>
<a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="#">
APT29 (2019)
</a>
</li>
<li class="dropdown-item dropdown-submenu2">
<ul class="dropdown-menu drop_menu_side_right" style="margin-top: 130px;">
<li><a class="dropdown-item" href="/enterprise/participants/?adversaries=carbanak_fin7">Results</a></li>
<li><a class="dropdown-item" href="/enterprise/carbanak_fin7/">Overview</a></li>
</ul>
<a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="#">
Carbanak+FIN7 (2020)
</a>
</li>
<li class="dropdown-item dropdown-submenu2">
<ul class="dropdown-menu drop_menu_side_right" style="margin-top: 180px;">
<li><a class="dropdown-item" href="/get-evaluated">Call for Participation</a></li>
<li><a class="dropdown-item" href="/enterprise/wizard-spider-and-sandworm/">Overview</a></li>
</ul>
<a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="#">
Wizard Spider and <br> Sandworm (2021)
</a>
</li>
<li class="dropdown-item dropdown-submenu2">
<a class="dropdown-item" href="/enterprise/participants/">
View All Participants
</a>
</li>
</ul>
</li>
<li class="dropdown-submenu">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><strong>ICS</strong></a>
<ul class="dropdown-menu dropright">
<li class="dropdown-item dropdown-submenu2">
<ul class="dropdown-menu drop_menu_side_right">
<li><a class="dropdown-item" href="/ics/participants/">Participants</a></li>
<li><a class="dropdown-item" href="/ics/triton/">Overview</a></li>
</ul>
<a class="dropdown-item dropdown-toggle" data-toggle="dropdown" href="#">
TRITON (2020)
</a>
</li>
</ul>
</li>
<li class='nav-item dropdown'>
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><strong>Tools</strong></a>
<!-- <div class="dropdown-menu" aria-labelledby="navbarDropdown"> -->
<div class="dropdown-menu">
<a class="dropdown-item" href='/technique_comparison'>Technique Comparison Tool </a>
<a class="dropdown-item" href='/participant_comparison'>Participant Comparison Tool </a>
<!-- <a class="dropdown-item" href='https://github.com/mitre-attack/attack-arsenal'>
ATT&CK Arsenal
<i class="fas fa-external-link-alt"></i>
</a> -->
<a class="dropdown-item" href='https://github.com/center-for-threat-informed-defense/adversary_emulation_library'>
Emulation Plan Library
<i class="fas fa-external-link-alt"></i>
</a>
</div>
</li>
<li class='nav-item dropdown'>
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><strong>Resources</strong></a>
<!-- <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"> -->
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="/using-attack-evaluations">Using ATT&CK Evaluations</a>
<a class="dropdown-item" href="/about">About ATT&CK</a>
<a class="dropdown-item" href="/FAQ">FAQ</a>
<a class="dropdown-item" href="https://mitre-engenuity.org/mad/https://mitre-engenuity.org/mad/https://mitre-engenuity.org/mad/">MITRE ATT&CK Defender Training <i class="fas fa-external-link-alt"></i></a>
<a class="dropdown-item" href="https://mitre-engenuity.org/ctid/">Center for Threat-Informed Defense <i class="fas fa-external-link-alt"></i></a>
<a class="dropdown-item" href="https://medium.com/mitre-engenuity/tagged/evaluation" target="_blank"> Blog</strong> <i class="fas fa-external-link-alt"></i> </a>
</div>
</li>
<li class='nav-item'><a class='nav-link' href='/get-evaluated'><strong>Get Evaluated</strong></a></li>
</ul>
</div>
</nav>
</header>
<div id='content-width-lock'>
<div id='content'><div class="bg-light container-fluid">
<div class="row" style="flex-wrap: nowrap;">
<div class="col-2">
<nav id="sidebar" class="mt-4 navbar" style="top: 130px; position: sticky;">
<nav class="nav nav-pills flex-column" id="side-nav">
<a class="nav-link-selected" id="a-who-we-are" href="#who-we-are">Who We Are<i class="fas fa-chevron-right nav-arrow" style="display: block;"></i></a>
<a class="nav-link-black" id="a-user-guide" href="#user-guide">User Guide<i class="fas fa-chevron-right nav-arrow"></i></a>
<a class="nav-link-black" id="a-interpreting" href="#interpreting">Interpreting Our Results<i class="fas fa-chevron-right nav-arrow"></i></a>
<a class="nav-link-black" id="a-key-things" href="#key-things">Key Things to Know Before You Begin<i class="fas fa-chevron-right nav-arrow"></i></a>
<a class="nav-link-black" id="a-resources" href="#resources">Additional Resources<i class="fas fa-chevron-right nav-arrow"></i></a>
<nav class="nav nav-pills flex-column">
<a class="nav-link-black ml-3 my-1" href="#resources">Detection Theory</a>
<a class="nav-link-black ml-3 my-1" href="#resources">Tools to Use the
Results</a>
<a class="nav-link-black ml-3 my-1" href="#resources">Adversary Emulation
Content</a>
<a class="nav-link-black ml-3 my-1" href="#resources">Carbanak+FIN7 (Enterprise)
Emulation</a>
<a class="nav-link-black ml-3 my-1" href="#resources">Triton Emulation (ICS)
Content</a>
<a class="nav-link-black ml-3 my-1" href="#resources">Prior Round Content</a>
</nav>
</nav>
</nav>
</div>
<div class="col-10 pt-5 pl-0 pr-0">
<div style="width: 80%;" class="ml-5">
<h2><b>Getting Started</b></h2>
<h6 style="color: gray;">Using ATT&CK Evaluations</h6>
<div data-spy="scroll" data-target="#sidebar" data-offset="0">
<div class="false-anchor" id="who-we-are"> </div>
<br>
<h4><b>Who We Are</b></h4>
<p>
MITRE Engenuity evaluates cybersecurity products using an open methodology based
on the
ATT&CK®
knowledge base. Our goals are to improve organizations against known adversary
behaviors
by:
</p>
<div class="container">
<div class="row">
<div class="col-xl-4 text-center"><img
src="https://d1zq5d3dtjfcoj.cloudfront.net/Empower.png">
<div class="text-left"><span
style="font-size: 1.3rem; font-weight: bold; color: rgb(98, 60, 192);">Empowering
end-users</span> with objective insights into how to use
participating
security products</div>
</div>
<div class="col-xl-4 text-center"><img
src="https://d1zq5d3dtjfcoj.cloudfront.net/Transparency.png">
<div class="text-left"><span
style="font-size: 1.3rem; font-weight: bold; color: rgb(98, 60, 192);">Providing
transparency</span> around the true capabilities of
participating
security
products</div>
</div>
<div class="col-xl-4 text-center"><img
src="https://d1zq5d3dtjfcoj.cloudfront.net/Enhance.png">
<div class="text-left">Driving vendors to <span
style="font-size: 1.3rem; font-weight: bold; color: rgb(98, 60, 192);">enhance</span> their capabilities</div>
</div>
</div>
</div>
<br>
<p>
These evaluations are not a competitive analysis. We show the detections we
observed
without
providing a “winner.” Because there is no singular way for analyzing, ranking,
or rating
the
solutions, we instead show how each vendor approaches threat defense within the
context of
ATT&CK.
</p>
<p>
MITRE Engenuity’s evaluation methodology is publicly available, and the results
are
publicly
released. MITRE will continue to evolve the ATT&CK Evaluation methodology and
content to
ensure
a fair, transparent, and useful evaluation process.
</p>
<br>
</div>
</div>
<div class="false-anchor" id="user-guide"> </div>
<div class="container-fluid text-white" style="background-color: rgb(98, 60, 192); text-align: left; padding-left:0">
<br>
<h4 class="ml-5"><b> User Guide </b></h4>
<div style="width: 90%; text-align: center; margin: 0 auto; padding-top: 15px;">
<div class="row justify-content-left">
<div class="col-xl-3 pb-4">
<div style="text-align: left;">
<a
href="https://d1zq5d3dtjfcoj.cloudfront.net/Using-Results-to-Evaluate-Endpoint-Detection-Products_Booklet.pdf"><img
src="https://d1zq5d3dtjfcoj.cloudfront.net/Brochure-Mockup.png"
style="height: 250px;"></a>
</div>
</div>
<div class="col-xl-9 div_vertically_centered text-left">
<div class="row">
<p style="font-size: 1.2rem;">
This guide helps you understand how to use the evaluation results
to
assess security products and select an endpoint threat detection
tool.
In this guide, we address using ATT&CK Evaluations to inform two
of
the key questions:
<ul style="font-size: 1.2rem;">
<li>
Does this tool detect known threats to your
organization
(i.e., ATT&CK technique coverage)?
</li>
<li>
How does the tool present the data to your analysts
(i.e.,
Graphical User Interface)?”
</li>
</ul>
</p>
<br>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div style="width: 80%;" class="ml-5">
<div class="false-anchor" id="interpreting"> </div>
<h4><b>Interpreting Our Results</b></h4>
<p>
The ATT&CK Evaluation methodology and results can assist organizations as they make
critical
decisions about which vendor capabilities best suit their needs. These evaluation
results
describe how product users could address specific ATT&CK Technique implementations
under
perfect circumstances with knowledge of what the adversary did and without
environmental
noise.
Our evaluations look at each vendor’s capabilities within their own context, while
doing
so in
a way that is consistent across all vendors who participate.
</p>
<p>
By looking at the capabilities of these products and weighing their unique
constraints,
organizations may be able to “down-select” products that appear to best meet their
requirements. Decision makers should consider other factors that we are not
accounting for
when
determining which tool best fits their needs as our evaluations are narrowly focused
on
the
technical ability to defend against specific adversaries. For additional guidance on
how
to
leverage our results to compare vendor performance, please see our
<a
href="https://d1zq5d3dtjfcoj.cloudfront.net/Using-Results-to-Evaluate-Endpoint-Detection-Products_Booklet.pdf">Using
Results to Evaluate Endpoint Detection Products</a> guide.
</p>
<p>
As many use our results to develop their own scores, rankings, or ratings, we
encourage
you to
consider how those analyses relate to your unique requirements. We have released a
number
of
tools on this site to help you with your analysis. We also encourage you to use our
methodologies to test the solutions in your own environment. This allows false
positives,
environmental noise, and system impact to be considered in a way that is tailored to
your
organization, as well as provide your analysts an opportunity to get hands-on with
the
user
interfaces.
</p>
<center>
<img style="width:75%;" src="https://d1zq5d3dtjfcoj.cloudfront.net/using-evals-chart.png">
</center>
<br><br><br>
<div class="false-anchor" id="key-things"> </div>
<h4><b>Key Things to Know Before You Begin</b></h4>
<p>
<span style="color: rgb(98, 60, 192)"><b>ATT&CK Evaluations are a starting point. </b></span>
We use an open-book and minimally sized environment to understand baseline
capabilities of
solutions. Operationalization of these solutions is important to consider in the
context
of
your organization, including false positive generation.
</p>
<p>
<span style="color: rgb(98, 60, 192)"><b>There are no scores or winners. </b></span>
The goal of ATT&CK Evaluations is to show the different capabilities of each vendor.
</p>
<p>
<span style="color: rgb(98, 60, 192)"><b>Counting has limitations. </b></span>
We don’t think any single way to count is right for everyone. As we’ve described, you
should
consider your own needs and then consider scoring based on those.
</p>
<p>
<span style="color: rgb(98, 60, 192)"><b>Not all techniques are created equal. </b></span>
A technique detection for Credential Dumping may not have same value as a technique
for
Process
Discovery, due to the severity of the action. The category gives you a general idea,
but
you
should dive into the details to understand the technique and detection.
</p>
<p>
<span style="color: rgb(98, 60, 192)"><b>Not all procedures are created equal. </b></span>
Process Discovery (T1057) via Command-Line Interface (T1059) can be detected with
most
process
monitoring. Process Discovery via API (T1106) would need API monitoring. A vendor
could
have a
detection for one but not the other.
</p>
</div>
<br><br>
<div style="width: 80%;" class="ml-5">
<div class="false-anchor" id="resources"> </div>
<h4><b>Additional Resources</b></h4>
<div class="container-fluid">
<div class="row mt-4">
<div class="col">
<div class="resource-card">
<div class="resource-title">
<h6>DETECTION THEORY</h6>
</div>
<div class="div-resource-image">
<span class="helper"></span><img class="resource-image"
src='https://d1zq5d3dtjfcoj.cloudfront.net/Carbanak-FIN7-Detection-Categories.png' />
</div>
</div>
<ul style="list-style: none; padding-inline-start: 10px;">
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/would-a-detection-by-any-other-name-detect-as-well-part-1-1577eba255bc">
Part 1: Would a Detection by Any Other Name Detect as Well?
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/would-a-detection-by-any-other-name-detect-as-well-part-2-2b2cf9180e21">
Part 2: Would a Detection by Any Other Name Detect as Well?
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/dissecting-a-detection-part-1-19fd8f00266c">
Dissecting a Detection: An Analysis of ATT&CK Evaluations
Data
(Sources) Part 1 of 2
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/dissecting-a-detection-part-2-74844e86e2b0">
Actionable Detections: An Analysis of ATT&CK Evaluations
Data
Part 2
of 2
</a>
</li>
<ul>
</div>
<div class="col">
<div class="resource-card">
<div class="resource-title">
<h6>TOOLS TO USE THE RESULTS</h6>
</div>
<div class="div-resource-image">
<span class="helper"></span><img class="resource-image"
src='https://d1zq5d3dtjfcoj.cloudfront.net/using-evals-tools-for-results.png' />
</div>
</div>
<ul style="list-style: none; padding-inline-start: 10px;">
<li class="mt-2">
<a href="/participant_comparison">
Participant Comparison Tool
</a>
</li>
<li class="mt-2">
<a href="/technique_comparison">
Technique Comparison Tool
</a>
</li>
<ul>
</div>
<div class="col">
<div class="resource-card">
<div class="resource-title">
<h6>ADVERSARY EMULATION CONTENT</h6>
</div>
<div class="div-resource-image">
<span class="helper"></span><img class="resource-image"
src='https://d1zq5d3dtjfcoj.cloudfront.net/using-evals-apt3.png' />
</div>
</div>
<ul style="list-style: none; padding-inline-start: 10px;">
<li class="mt-2">
<a href="https://github.com/mitre-attack/attack-arsenal">
APT29 Plan and Scripts at ATT&CK Arsenal
</a>
</li>
<li class="mt-2">
<a
href="https://github.com/center-for-threat-informed-defense/adversary_emulation_library">
Center for Threat Informed Defense Adversary Emulation Library (External)
</a>
</li>
<li class="mt-2">
<a href="https://attack.mitre.org/resources/adversary-emulation-plans/">
Original APT3 Plan on ATT&CK (External)
</a>
</li>
<ul>
</div>
</div>
<div class="row mt-4">
<div class="col">
<div class="resource-card">
<div class="resource-title">
<h6>CARBANAK+FIN7 EMULATION (ENTERPRISE) CONTENT</h6>
</div>
<div class="div-resource-image">
<span class="helper"></span><img class="resource-image"
src='https://d1zq5d3dtjfcoj.cloudfront.net/Carbanak.jpg' />
</div>
</div>
<ul style="list-style: none; padding-inline-start: 10px;">
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/announcing-2020s-attack-evaluation-6755650b68c2">
Announcement
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-engenuity/getting-ready-for-the-carbanak-and-fin7-evaluations-441df646756e">
Methodology Update
</a>
</li>
</ul>
</div>
<div class="col">
<div class="resource-card">
<div class="resource-title">
<h6>TRITON EMULATION (ICS) CONTENT</h6>
</div>
<div class="div-resource-image">
<span class="helper"></span><img class="resource-image"
src='https://d1zq5d3dtjfcoj.cloudfront.net/ICS_Triton.jpg' />
</div>
</div>
<ul style="list-style: none; padding-inline-start: 10px;">
<li class="mt-2">
<a
href="https://medium.com/mitre-engenuity/att-ck-evaluations-expands-to-industrial-control-systems-af83bc2fec53">
Announcement
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-engenuity/announcing-the-att-ck-evaluations-for-ics-fall-2020-cohort-19fb6a1df164">
Cohort Announcement
</a>
</li>
<ul>
</div>
<div class="col">
<div class="resource-card">
<div class="resource-title">
<h6>PRIOR ROUND CONTENT</h6>
</div>
<div class="div-resource-image">
<span class="helper"></span><img class="resource-image"
src='https://d1zq5d3dtjfcoj.cloudfront.net/Attack_hacker.svg' />
</div>
</div>
<ul style="list-style: none; padding-inline-start: 10px;">
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/mitres-att-ck-based-evaluations-for-security-vendors-are-underway-3300a6f63990">
APT3 Announcement (Enterprise)
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/first-round-of-mitre-att-ck-evaluations-released-15db64ea970d">
APT3 Results (Enterprise)
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/attack-evals-round-2-c3ea383ba55d">
APT29 Announcement (Enterprise)
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/attack-evaluations-round-2-methodology-and-site-updates-98f5305c2121">
APT29 Methodology Update (Enterprise)
</a>
</li>
<li class="mt-2">
<a
href="https://medium.com/mitre-attack/attack-apt29-results-released-cd30b3686ad9">
APT29 Results (Enterprise)
</a>
</li>
<ul>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
</div>
<script>
var navOffset = 100;
function deselectNav() {
$('#side-nav a').addClass('nav-link-black')
$('#side-nav a').removeClass('nav-link-selected')
$('#side-nav a i').css("display", "none")
}
$(document).on('scroll', function() {
deselectNav()
if ($(this).scrollTop() >= $('#resources').position().top - navOffset) {
$('#a-resources').addClass('nav-link-selected')
$('#a-resources i ').css("display", "block")
}
else if ($(this).scrollTop() >= $('#key-things').position().top - navOffset) {
$('#a-key-things').addClass('nav-link-selected')
$('#a-key-things i').css("display", "block")
}
else if ($(this).scrollTop() >= $('#interpreting').position().top - navOffset) {
$('#a-interpreting').addClass('nav-link-selected')
$('#a-interpreting i').css("display", "block")
}
else if ($(this).scrollTop() >= $('#user-guide').position().top - navOffset) {
$('#a-user-guide').addClass('nav-link-selected')
$('#a-user-guide i').css("display", "block")
}
else {
$('#a-who-we-are').addClass('nav-link-selected')
$('#a-who-we-are i').css("display", "block")
}
})
</script>
</div>
</div>
<footer>
<div class="container-fluid border-top pt-4 pb-4">
<div class="row" style="width: 95%; margin: 0 auto;">
<div class="col-xl-6 style: display: flex; flex-direction: column;">
<p class="footer-links-left"><a class="footer-links-left" href="/terms-of-use">Terms and Conditions</a></p>
<p class="footer-links-left"><a class="footer-links-left" href="/privacy">Privacy Policy</a></p>
<p class="footer-links-left">© 2018 - 2021, The MITRE Corporation and MITRE Engenuity.</p>
<p class="footer-links-left">MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation.</p>
</div>
<div class="col-xl-6 style: display: flex; flex-direction: column;">
<div class="footer-float-right-responsive">
<div class="mb-1">
<a href="https://twitter.com/MITREengenuity" class="btn btn-footer w-100">
<img src="https://d1zq5d3dtjfcoj.cloudfront.net/twitter.png" class="mr-1" style="vertical-align: top" width="20" height="20">
<b>@MITREengenuity</b>
</a>
</div>
<div class="">
<a href="/contact" class="btn btn-footer w-100">
Contact
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--SCRIPTS-->
<script src="/theme/scripts/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script src="/theme/scripts/bootstrap.min.js"></script>
<script src="/theme/scripts/site.js"></script>
<script src="/theme/scripts/bootstrap-tourist.js"></script>
</body>
<!-- jjli -->
</html>