-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
161 lines (151 loc) · 6.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SCADA Lab</title>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#navbar").load("navbar.html");
$("#footer").load("footer.html");
});
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css"/>
</head>
<!----------------- SCADA Lab homepage -------------------->
<body>
<!-- Navbar -->
<div id="navbar"></div>
<!-- Welcome to SCADA Lab -->
<div class="pb-5">
<h1 class="homepage">WELCOME TO SCADA LAB</h1>
</div>
<!-- Picture Carousel -->
<div id="carouselExampleControls" class="carousel slide d-flex center-block" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block img-fluid" src="Media/class_fall2022.jpg" alt="..." style="max-height: 800px; height: 100%; width: 100%; margin: auto; overflow: hidden">
</div>
<div class="carousel-item">
<img src="Media/IMG_3523.jpg" class="d-block img-fluid carouselImg" alt="..." style="max-height: 800px; height: 100%; width: 100%; margin: auto; overflow: hidden">
</div>
<div class="carousel-item">
<img src="Media/IMG_3538.jpg" class="d-block img-fluid carouselImg" alt="..." style="max-height: 800px; height: 100%; width: 100%; margin: auto; overflow: hidden">
</div>
<div class="carousel-item">
<img src="Media/IMG_3527.jpg" class="d-block img-fluid carouselImg" alt="..." style="max-height: 800px; height: 100%; width: 100%; margin: auto; overflow: hidden">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- About -->
<div>
<h1 class="text-center homepage mt-3">About Us</h1>
<p class="homepage" id="welcome">We are going to stand up a small, remote SCADA system. Students will familiarize themselves with the equipment, design & build the lab, then analyze and identify critical cyber terrain. Based on this analysis, students will deploy sensors on the remote network to flow data to a signature-based IDS (Intrusion Detection System). As a class, we will then use AI/ML techniques to automatically create both permissive and restrictive signatures on the remote SCADA network. A second goal of this lab is to explore tools, techniques and procedures for administering legacy SCADA equipment using Zero-Trust processes.
</p>
</div>
<!-- Department Roles -->
<div>
<h1 class="homepage text-center">Department Roles</h1>
</div>
<!-- Operations -->
<h4>Operations</h4>
<div class="table">
<table class="table table-striped">
<thead>
</thead>
<tbody>
<tr>
<th scope="row">Department</th>
<th scope="row">Role Description</th>
</tr>
<tr>
<th scope="row"><a href="network.html" class="text-dark">Network Team</a></th>
<td>Configure the network, maintain network equipment</td>
</tr>
<tr>
<th scope="row"><a href="sysadmin.html" class="text-dark">System Admin Team</a></th>
<td>Program and maintain Raspberry Pis</td>
</tr>
<tr>
<th scope="row"><a href="knowledge.html" class="text-dark">Knowledge Management Team</a></th>
<td>Maintain the website, write procedures for lab members</td>
</tr>
<tr>
<th scope="row"><a href="snmp_noc.html" class="text-dark">SNMP/NOC Team</a></th>
<td><em>Under construction</em></td>
</tr>
<tr>
<th scope="row"><a href="sflow_sdn.html" class="text-dark">sFlow & SDN Team</a></th>
<td><em>Under construction</em></td>
</tr>
</tbody>
</table>
</div>
<!-- Research -->
<h4>Research</h4>
<div class="table">
<table class="table table-striped">
<thead>
</thead>
<tbody>
<tr>
<th scope="row">Department </th>
<th scope="row">Role Description</th>
</tr>
<tr>
<th scope="row"><a href="machinelearning.html" class="text-dark">ML Curricula Team</a></th>
<td>Research and implement a machine learning algorithm to make risk-based decision for the SDN controller.</td>
</tr>
<tr>
<th scope="row"><a href="hci.html" class="text-dark">HCI Team</a></th>
<td><em>Under construction</em></td>
</tr>
<tr>
<th scope="row"><a href="database.html" class="text-dark">Database Team</a></th>
<td><em>Under construction</em></td>
</tr>
<tr>
<th scope="row"><a href="redteam_sel.html" class="text-dark">Red Team/SEL</a></th>
<td>Research and operate SEL switching devices, connect and exchange communication within SEL devices</td>
</tr>
<tr>
<th scope="row"><a href="logstash.html" class="text-dark">Logstash</a></th>
<td><em>Under construction</em></td>
</tr>
</tbody>
</table>
</div>
<!-- Old pages, may need to transfer info to other pages as needed -->
<h4>Previous Departments</h4>
<div class="table">
<table class="table table-striped">
<thead>
</thead>
<tbody>
<tr>
<th scope="row">Department</th>
<th scope="row">Role Description</th>
</tr>
<tr>
<th scope="row"><a href="rf.html" class="text-dark">Radio Frequency Team</a></th>
<td>Establish and maintain RF communication between buildings</td>
</tr>
</tbody>
</table>
</div>
<!-- Footer -->
<div id="footer"></div>
</body>
</html>