-
Notifications
You must be signed in to change notification settings - Fork 27
/
ttps.html
230 lines (223 loc) · 8.65 KB
/
ttps.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
<!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 }
.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; }
.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; }
</style>
</head>
<body>
<div class="col" style="height:110px;width:89%;float:left">
<p style="text-align:right;padding:10px 18% 0px 0px">
<a href="https://controlcompass.github.io/"><img src="docs/images/cvc-banner_color4-2.png" alt="Control Validation Compass" style="width:67%;max-width:654px"></a>
</p>
</div>
<div class="col" style="height:110px;width:11%;float:right;padding:20px 40px 0px 0px">
<p style="text-align:right;padding:3px">
<a class="github-button" href="https://github.com/ControlCompass/ControlCompass.github.io" data-icon="octicon-star" data-show-count="true" aria-label="Star ControlCompass/ControlCompass.github.io on GitHub">Star</a>
<br>
<a class="github-button" href="https://github.com/ControlCompass/ControlCompass.github.io/fork" data-icon="octicon-repo-forked" 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="text-align:right;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="text-align:right;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>
</p>
</div>
<div class="row">
<div class="col-md-12 text-center">
<a href="https://controlcompass.github.io/risk" class="btn choice"><strong>Threat Alignment</strong></a>
<a href="https://controlcompass.github.io/threat-model" class="btn choice"><strong>Threat Model</strong></a>
<a href="https://controlcompass.github.io/controls" class="btn choice"><strong>Lookup by Controls</strong></a>
<a href="https://controlcompass.github.io/ttps" class="btn emphasis"><strong>TTP Research</strong></a>
<a href="https://controlcompass.github.io/resources" class="btn choice"><strong>Knowledge Center</strong></a>
</div>
</div>
<div id="main" style="margin-left:9.5%;margin-right:9.5%;margin-bottom:2rem">
<div class="row">
<div class="col-md-12 text-center">
<br>
<span style="color:#7466BF"><i>Major updates have landed for the Resources section! Select resources now point directly to the latest detection rules, tests, or control mappings, and more updates are coming soon. Jump directly into the new content by browsing the <b><a style="text-decoration:underline" target="_blank" href="https://github.com/ControlCompass/ControlCompass.github.io/tree/main/resources">new Resources folder</a></b>.</i></span>
</div>
<form class="form-group col-sm-10">
<div class="form-group col-sm-10">
<br>
<label><a style="text-decoration:underline" target="_blank" href="https://attack.mitre.org/techniques/enterprise/">MITRE ATT&CK Identifier</a>:</label>
<input type="text" name="in" id="autocomplete" size="42" autofocus placeholder="e.g. T1027, T1059.001, OS Credential Dumping"/>
</div>
</form>
</div>
<div>
<span id="value"></span>
</div>
<div>
<span id="tactics"></span>
</div>
<div>
<span id="policy-process_header"></span>
</div>
<div>
<span id="policy-process_text"></span>
</div>
<div>
<span id="mitigations"></span>
</div>
<div>
<span id="nist"></span>
</div>
<div>
<span id="cis"></span>
</div>
<div>
<span id="d3fend"></span>
</div>
<div>
<span id="engage"></span>
</div>
<div>
<span id="detect_header"></span>
</div>
<div>
<span id="detect_text"></span>
</div>
<div>
<span id="splunk"></span>
</div>
<div>
<span id="splunk_threatHunting"></span>
</div>
<div>
<span id="elastic"></span>
</div>
<div>
<span id="eql_analytics"></span>
</div>
<div>
<span id="azure_fullStack"></span>
</div>
<div>
<span id="azure_sentinel"></span>
</div>
<div>
<span id="logpoint"></span>
</div>
<div>
<span id="proofpoint_emergingThreats"></span>
</div>
<div>
<span id="tanium_threatResponse"></span>
</div>
<div>
<span id="aws"></span>
</div>
<div>
<span id="gcp"></span>
</div>
<div>
<span id="car"></span>
</div>
<div>
<span id="atc"></span>
</div>
<div>
<span id="sigma"></span>
</div>
<div>
<span id="th_playbook"></span>
</div>
<div>
<span id="test_header"></span>
</div>
<div>
<span id="test_text"></span>
</div>
<div>
<span id="art"></span>
</div>
<div>
<span id="car_red"></span>
</div>
<div>
<span id="rta"></span>
</div>
<div>
<span id="prelude"></span>
</div>
<div>
<span id="stockpile"></span>
</div>
<div>
<span id="scythe"></span>
</div>
<div>
<span id="validate_header"></span>
</div>
<div>
<span id="validate_text1"></span>
</div>
<div>
<span id="validate_text2"></span>
</div>
</div>
<footer style="font-size:13px;text-align:center">
<p>
MITRE ATT&CK® is a registered trademark of The MITRE Corporation, and MITRE D3FEND is a trademark of The MITRE Corporation.<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>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>
<script type="text/javascript" src="src/cvc.js"></script>