-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
271 lines (211 loc) · 11.4 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
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html>
<head>
<title>Cyber Security Base</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="dist/css/styles.min.css" media="screen,projection"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<div class="main-header">
<div class="main-header-background-wrapper">
<div class="main-header-background-wrapper__background"></div>
<div class="main-header-background-wrapper__layer"></div>
<div class="main-header-background-wrapper__fade"></div>
<div class="main-header-title-wrapper">
<div class="main-header-title-wrapper__title">
<h1 class="cyber-text">
<span class="blue-text"><</span><span class="baffled-title">Cyber Security Base</span><span class="blue-text">></span>
</h1>
<p>Cyber Security Base with F-Secure is a free course series by <a href="https://www.helsinki.fi/en" target="_blank">University of Helsinki</a> in collaboration with <a href="https://www.f-secure.com" target="_blank">F-Secure</a> Cyber Security Academy that focuses on building core knowledge and abilities related to the work of a cyber security professional.</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="card course-card">
<div class="card-content">
<div class="card-title">
About the Course Series
</div>
<p>The course series consists of multiple smaller courses, each with a specific theme. Themes include a brief introduction to cyber security, operational security, web software development, types of vulnerabilities typical of web software, discovery and mitigation of such vulnerabilities, and advanced topics such as secure software architectures and cryptography. There will be several case studies as well as projects for participants. At the end of the course series, we'll also organize a friendly competition where participants get to find and fix vulnerabilities within a limited timeframe.</p>
<br/>
<p>New material and content will be released as the courses progress. Next week, we'll release the first parts of the Securing Software course.</p>
<br/>
<p>
<form action="https://mooc.us8.list-manage.com/subscribe/post?u=db82662e446284fd41bd8370e&id=c37b72ffb9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<p>Leave us your email and we will send you updates about Cyber Security Base with F‑Secure.</p>
<br/>
<p style="display:flex">
<input class="action" style="text-transform:none; width: 100%" type="text" name="EMAIL" id="EMAIL" placeholder="[email protected]">
<input class="btn green action primary" type="submit" value="Subscribe">
</p>
</form>
<p></p>
</div>
</div>
</div>
<div class="content">
<!--<h3 class="course-category-title">Open courses</h3>
<div class="course-list">
<p></
</div>
<hr class="course-category-divider"/>-->
<h3 class="course-category-title">Past courses</h3>
<div class="course-list">
<div class="card course-card">
<div class="card-content">
<div class="card-title">
Introduction to Cyber Security
<span class="label">1 Cr. (ECTS)</span>
</div>
<p>
<p class="muted-text">
<i class="material-icons">date_range</i> 25.10.2016 - 20.11.2016
</p>
<br/>
This part of the course series will introduce the participant to the relevant issues in cyber security. These issues include the stakeholders' and users' ability to disrupt the functionality of a system; corporate responsibilities and liabilities; and the never-ending software crisis that is related to the increasing amount of software and maintenance.
<br/>
<br/>
Participants will be contacted regarding the course credits during December 2016 and January 2017.
</p>
</div>
<div class="card-action clearfix">
<a class="waves-effect waves-light btn green right " target="_blank" href="https://cybersecuritybase.github.io/introduction/" >
Course materials still available
<i class="material-icons right">arrow_forward</i>
</a>
</div>
</div>
<div class="card course-card">
<div class="card-content">
<div class="card-title">
Securing Software
<span class="label">3 Cr. (ECTS)</span>
</div>
<p>
<p class="muted-text">
<i class="material-icons">date_range</i> 31.10.2016 - 7.1.2017
</p>
<br/>
This part focuses on security issues related to interconnected software. The participant will learn the principles of developing web applications, typical security issues that are related to such applications, and how such issues are discovered and mitigated.
</p>
</div>
<div class="card-action clearfix">
<a class="waves-effect waves-light btn green right " target="_blank" href="https://cybersecuritybase.github.io/securing/" >
Course materials still available
<i class="material-icons right">arrow_forward</i>
</a>
</div>
</div>
<div class="card course-card">
<div class="card-content">
<div class="card-title">
Course Project I
<span class="label">1 Cr. (ECTS)</span>
</div>
<p>
<p class="muted-text">
<i class="material-icons">date_range</i> 19.12.2016 - 5.2.2017
</p>
<br/>
In the first project, the participants will construct software with security flaws, point out the flaws in the project, and provide the steps to fix them.
</p>
</div>
<div class="card-action clearfix">
<a class="waves-effect waves-light btn green right " target="_blank" href="https://cybersecuritybase.github.io/project/" >
Course materials still available
<i class="material-icons right">arrow_forward</i>
</a>
</div>
</div>
<div class="card course-card">
<div class="card-content">
<div class="card-title">
Advanced Topics
<span class="label">3 Cr. (ECTS)</span>
</div>
<p>
<p class="muted-text">
<i class="material-icons">date_range</i> 16.1.2017 - 20.3.2017
</p>
<br/>
This part focuses on security in networks, including internet security issues, issues in 4G networks as well as the issues and remedies planned for the upcoming 5G network. This includes also relevant cryptography topics. Architectural analysis of existing (software) systems will be also visited, and selected methods for log mining for the purposes of identifying and tackling attacks will be studied.
</p>
</div>
<div class="card-action clearfix">
<a class="waves-effect waves-light btn green right" href="advanced" >
Course materials still available
<i class="material-icons right">arrow_forward</i>
</a>
</div>
</div>
<div class="card course-card">
<div class="card-content">
<div class="card-title">
Course Project II
<span class="label">1 Cr. (ECTS)</span>
</div>
<p>
<p class="muted-text">
<i class="material-icons">date_range</i> 20.2.2017 - 3.4.2017
</p>
<br/>
In the second project, the participants will install an operating system with a variety of vulnerabilities and then install a network intrusion prevention system into it. Subsequently, the participants will familiarize themselves with penetration testing software, and attack the system they installed.
</p>
</div>
<div class="card-action clearfix">
<a class="waves-effect waves-light btn green right " target="_blank" href="project2">
Course materials still available
<i class="material-icons right">arrow_forward</i>
</a>
</div>
</div>
<div class="card course-card">
<div class="card-content">
<div class="card-title">
Capture The Flag
<span class="label">1 Cr. (ECTS)</span>
</div>
<p>
<p class="muted-text">
<i class="material-icons">date_range</i> 24.4.2017 - 01.5.2017
</p>
<br/>
A Capture the Flag (CTF) competition will be organized at the end of the course series. In the competition, participants will be given a variety of tasks that are related to the topics of the course series. Participants will gain points for every solved task. The amount of points depends on the complexity of the task as well as the amount of time that the spent on the task.
</p>
</div>
<div class="card-action clearfix">
<a class="waves-effect waves-light btn green right " target="_blank" href="/ctf" >
Course materials
<i class="material-icons right">arrow_forward</i>
</a>
</div>
</div>
</div>
<br><br>
<p style="text-align: center">This content is licenced under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
</div>
<script type="text/javascript" src="dist/js/scripts.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86250620-1', 'auto');
ga('require', 'linkid');
ga('send', 'pageview');
var trackOutbound = function(url) {
ga('send', 'event', 'outbound', 'click', url, {
'transport': 'beacon',
'hitCallback': function(){ window.open(url); }
});
}
</script>
<!-- COOKIES -->
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.1/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.1/cookieconsent.min.js"></script>
<script>window.cookieconsent.initialise({"palette":{"popup":{"background":"#000"},"button":{"background":"#f1d600"}}});</script>
</body>
</html>