-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
176 lines (160 loc) · 8.59 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.typekit.net/cxn6qie.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 | Threat Modeling Aide & Purple Team Content Repository</title>
<link rel="icon" type="image/x-icon" href="docs/images/cvc.png">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@IntelScott" />
<meta name="twitter:title" content="Control Validation Compass | Home | Threat Modeling Aide & Purple Team Content Repository" />
<meta name="twitter:description" content='Pointing cybersecurity teams to 10k+ controls & testing resources aligned with common attacker techniques' />
<meta name="twitter:image" content="https://raw.githubusercontent.com/ControlCompass/ControlCompass.github.io/main/docs/images/cvc.png" />
<style>
body {
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
}
.aligncenter { text-align:center }
.content {
position: relative;
width: 50%;
margin: auto;
}
.content-image{
width: 100%;
border-radius: 20px
}
</style>
</head>
<body>
<div class="container" style="padding:10px 10px 0px 10px">
<p class="aligncenter">
<a href="https://controlcompass.github.io/"><img src="docs/images/cvc-banner_color4-2.png" alt="Control Validation Compass" style="width:67%;max-width:701px"></a>
</p>
<h4 style="padding:15px 0px 0px 0px;text-align:center"><b>Threat modeling aide & purple team content repository</b>, pointing security & intelligence teams to <b>10,000+</b> publicly-accessible technical and policy controls and <b>2,100+</b> offensive security tests, aligned with nearly <b>600</b> common attacker techniques</h4>
<h4 style="padding:25px 0px 0px 0px;text-align:center">Choose a feature to get started (watch the overview <a href="https://www.youtube.com/watch?v=5J0SCJmBQmU" target="_blank">here</a>):</h4>
<div class="row">
<div class="content" style="float:left;width:40%;margin-left:8%">
<h3 class="content-title" style="text-align:center">Risk (Threat Alignment)</h3>
<a href="https://controlcompass.github.io/risk">
<div class="content-overlay"></div>
<img class="content-image" style="outline: 2px solid #7466BF" src="docs/images/risk.png" id="risk" onmouseover="risk()" onmouseout="riskOut()" alt="Control Validation Compass Risk Workflow">
</a>
<h4 class="content-title" style="text-align:center"><b>Best for:</b> Purple, CTI, Blue, & Red teams</h4>
</div>
<div class="content" style="float:right;width:40%;margin-right:8%">
<h3 class="content-title" style="text-align:center">Threat Modeling</h3>
<a href="https://controlcompass.github.io/threat-model">
<div class="content-overlay"></div>
<img class="content-image" style="outline: 2px solid #bf2026" src="docs/images/threat-model.png" id="threat" onmouseover="threat()" onmouseout="threatOut()" alt="Control Validation Compass Threat Modeling">
</a>
<h4 class="content-title" style="text-align:center"><b>Best for:</b> CTI & Risk teams</h4>
</div>
</div>
<div class="row">
<div class="content" style="float:left;width:40%;margin-left:8%">
<h3 class="content-title" style="text-align:center">Control Stack</h3>
<a href="https://controlcompass.github.io/controls">
<div class="content-overlay"></div>
<img class="content-image" style="outline: 2px solid #1565c0" src="docs/images/controls.png" id="controls" onmouseover="controls()" onmouseout="controlsOut()" alt="Control Validation Control Stack Workflow">
</a>
<h4 class="content-title" style="text-align:center"><b>Best for:</b> Security engineering & Blue teams</h4>
</div>
<div class="content" style="float:right;width:40%;margin-right:8%">
<h3 class="content-title" style="text-align:center">TTP Research</h3>
<a href="https://controlcompass.github.io/ttps">
<div class="content-overlay"></div>
<img class="content-image" style="outline: 2px solid #7466BF" src="docs/images/ttps.png" id="ttps" onmouseover="ttps()" onmouseout="ttpsOut()" alt="TTP Research">
</a>
<h4 class="content-title" style="text-align:center"><b>Best for:</b> Purple, CTI, Blue, & Red teams</h4>
</div>
</div>
</div>
<div style="text-align:center;padding:10px 0px 25px 0px">
<h3><a href="https://controlcompass.github.io/resources" target="_blank">Knowledge Center</a></h3>
</div>
<div style="text-align:center;padding:0px 0px 20px 0px">
<a class="github-button" href="https://github.com/ControlCompass/ControlCompass.github.io" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star ControlCompass/ControlCompass.github.io on GitHub">Star</a>
<a class="github-button" href="https://github.com/ControlCompass/ControlCompass.github.io/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork ControlCompass/ControlCompass.github.io on GitHub">Fork</a>
<br>
<a
class="nav-link"
href="https://github.com/tropChaud" target="_blank" style="padding:1px"
><svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="#dddddd"
class="bi bi-github footer-icons"
viewBox="0 0 16 16"
>
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"
/></svg
> TropChaud</a>
<br>
<a
class="nav-link"
href="https://twitter.com/IntelScott" target="_blank" style="padding:1px"
><svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="#dddddd"
class="bi bi-twitter footer-icons"
viewBox="0 0 16 16"
>
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"
/></svg
> @IntelScott</a>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
<script type="text/javascript">
function risk() {
document.getElementById("risk").src = "docs/images/risk.gif";
}
</script>
<script type="text/javascript">
function riskOut() {
document.getElementById("risk").src = "docs/images/risk.png";
}
</script>
<script type="text/javascript">
function threat() {
document.getElementById("threat").src = "docs/images/threat-model.gif";
}
</script>
<script type="text/javascript">
function threatOut() {
document.getElementById("threat").src = "docs/images/threat-model.png";
}
</script>
<script type="text/javascript">
function controls() {
document.getElementById("controls").src = "docs/images/controls.gif";
}
</script>
<script type="text/javascript">
function controlsOut() {
document.getElementById("controls").src = "docs/images/controls.png";
}
</script>
<script type="text/javascript">
function ttps() {
document.getElementById("ttps").src = "docs/images/ttps.gif";
}
</script>
<script type="text/javascript">
function ttpsOut() {
document.getElementById("ttps").src = "docs/images/ttps.png";
}
</script>