This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
terms-of-use.html
104 lines (93 loc) · 4.39 KB
/
terms-of-use.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
<!DOCTYPE html>
<html lang='en'>
<head>
<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-blue-m.ico' type='image/x-icon'>
<link rel="stylesheet" href="/theme/style/all.css">
<script src="/theme/scripts/jquery-3.3.1.min.js"></script>
<title>MITRE 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/style.css' rel='stylesheet' type='text/css' />
</head>
<body>
<header class='pb-5'>
<nav class='navbar navbar-expand-lg navbar-dark fixed-top bg-orange border-bottom'>
<a class='navbar-brand' href='/'><img src='https://d1zq5d3dtjfcoj.cloudfront.net/ATT&CKEvals_Logo_new.png' height="30px" vspace="10" 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>
</nav>
</header>
<div id='content'><br>
<meta http-equiv="refresh" content="15; url=https://attackevals.mitre-engenuity.org/terms-of-use.html"/>
<div class="divEvaluationSummaryBody">
<h1 class="mt-4" style="text-align: center;">The URL for this page has changed.</h1>
<p class="mt-4" style="text-align: center;">
The new URL is: <a href="https://attackevals.mitre-engenuity.org/terms-of-use.html">https://attackevals.mitre-engenuity.org/terms-of-use.html</a> <br>
Please update your bookmarks. You will be automatically redirected in 15 seconds.
</p>
</div>
</div>
<footer class="footer p-3">
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="footer-center-responsive my-auto">
<a href="https://www.mitre.org" target="_blank" rel="noopener" aria-label="MITRE">
<img src="https://d1zq5d3dtjfcoj.cloudfront.net/mitrelogowhiteontrans.gif" style="vertical-align: center" width="144" height="66">
</a>
</div>
</div>
<!-- <div class="w-100 p-1 footer-responsive-break"></div> -->
<div class="col-6 text-center">
<p>
© 2018 - 2020, The MITRE Corporation.
</p>
<p>
MITRE ATT&CK and ATT&CK are registered trademarks of The MITRE Corporation.
</p>
<div class="row">
<div class="col text-right">
<small>
<a href="/privacy.html" class="footer-link">Privacy Policy</a>
</small>
</div>
<div class="col text-left">
<small>
<a href="/terms-of-use.html" class="footer-link">Terms of Use</a>
</small>
</div>
</div>
</div>
<div class="w-100 p-2 footer-responsive-break"></div>
<div class="col">
<div class="footer-float-right-responsive">
<div class="mb-1">
<a href="https://twitter.com/MITREattack" class="btn btn-primary w-100">
<!-- <i class="fa fa-twitter"></i> -->
<img src="https://d1zq5d3dtjfcoj.cloudfront.net/twitter.png" class="mr-1" style="vertical-align: top" width="20" height="20">
<b>@MITREattack</b>
</a>
</div>
<div class="">
<a href="/contact.html" class="btn btn-primary w-100">
Contact
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--SCRIPTS-->
<script src="/theme/scripts/jquery-3.3.1.min.js"></script>
<script src="/theme/scripts/popper.min.js"></script>
<script src="/theme/scripts/bootstrap.min.js"></script>
<script src="/theme/scripts/site.js"></script>
</body>
<!-- jjli -->
</html>