forked from ControlCompass/ControlCompass.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
53 lines (51 loc) · 3.34 KB
/
Copy pathresources.html
File metadata and controls
53 lines (51 loc) · 3.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.devbridge-autocomplete/1.2.27/jquery.autocomplete.min.js"></script>
<title>Control Validation Compass - Home</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/ControlCompass/ControlCompass.github.io/main/cvc.png">
<style>
.aligncenter { text-align:center }
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.btn { color: black; padding: 11px; cursor: pointer; text-align:center }
.emphasis { border: 2px solid black; border-color: #e7e7e7; color: black; }
.emphasis:hover { background: #e7e7e7; }
.choice:hover { background: #e7e7e7; }
</style>
</head>
<body>
<div class="container" style="padding:10px 10px">
<p class="aligncenter">
<a href="https://controlcompass.github.io/"><img src="https://raw.githubusercontent.com/ControlCompass/ControlCompass.github.io/main/cvc-banner.png" alt="Control Validation Compass"width="654px" height="90px"></a>
</p>
<h4 style="padding:15px;text-align:center">Pointing cybersecurity teams to <b>7,800+</b> publicly-accessible detection rules and nearly <b>1,300</b> offensive security tests, aligned with over <b>500</b> common attacker techniques</h4>
<div class="row">
<div class="col-md-12 text-center">
<a href="https://controlcompass.github.io/" class="btn choice"><strong>Lookup by Technique</strong></a>
<a href="https://controlcompass.github.io/controls" class="btn choice"><strong>Lookup by Controls</strong></a>
<a href="https://controlcompass.github.io/risk" class="btn choice"><strong>Threat Alignment</strong></a>
<a href="https://controlcompass.github.io/resources" class="btn emphasis"><strong>Resources</strong></a>
</div>
</div>
<div class="row">
<p style="padding:15px;text-align:center;font-size:16px"><i>Coming soon</i></p>
</div>
</div>
<footer style="font-size:13px;text-align:center">
<p>
<br>
MITRE ATT&CK® is a registered trademark of The MITRE Corporation<br>
Feedback & improvement suggestions welcome! Get in touch on <a target="_blank" href="https://twitter.com/IntelScott" >Twitter</a> or <a target="_blank" href="https://github.com/ControlCompass">Github</a> (<a target="_blank" href="https://github.com/ControlCompass/ControlCompass.github.io/issues">submit an issue</a>)<br>
View the raw data (<a target="_blank" href="https://github.com/ControlCompass/ControlCompass.github.io/blob/main/Control_Validation_Compass.csv">csv</a>, <a target="_blank" href="https://github.com/ControlCompass/ControlCompass.github.io/blob/main/cvc.json">json</a>) and <a target="_blank" href="https://github.com/ControlCompass/ControlCompass.github.io">site source code</a><br>
</p>
</footer>
</body>
</html>