forked from thedevslot/WhatATheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompetitions.html
More file actions
118 lines (115 loc) · 7 KB
/
competitions.html
File metadata and controls
118 lines (115 loc) · 7 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
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
---
layout: compress
title: "Competitions"
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navbar.html %}
<section class="hero is-fullheight-with-navbar has-text-centered has-background-black-ter" id="competitions">
<div class="hero-body" style="background-color:#1f1f1f">
<div class="container">
<div class="columns" style="color:white;">
<div class="column">
<i class="fa fa-trophy" style="width:16rem;height:16rem;padding-bottom:4rem"></i>
<h1 style="margin-bottom:2rem"><b>The best of the best.</b></h1>
<p>
SWIFT sponsors the best cybersecurity teams in the world by providing in-depth training, resources,
and connections to industry professionals to help them succeed. We
train our competition teams from the ground up in a variety of disciplines, such as network
security, penetration testing, business reports, and more.
</p>
</div>
</div>
</div>
</section>
<section class="hero is-halfheight has-text-centered has-background-black-ter" style="margin-bottom:0"
id="competitions">
<div class="hero-body" style="background-color:#242526">
<div class="container">
<div class="columns" style="color:white;">
<div class="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd">
<h1><b>CCDC</b></h1>
<span class="tag is-link">Incident Response</span>
<p>
CCDC is a national blue-teaming competition that challenges students to maintain and protect a
simulated business environment. Throughout the competition, students are tasked with maintaining a company’s
day-to-day operations, managing networks, and hardening services in Linux and Windows.
Many industries recognize CCDC as quality, real-world technical experience. SWIFT invites
all students from Cal Poly Pomona to attend a cybersecurity training bootcamp for CCDC
that begins in June.
</p>
</div>
<div class="column is-two-third-desktop is-two-third-tablet is-two-third-fullhd">
<img src="assets/images/ccdc.jpg">
</div>
</div>
</div>
</section>
<section class="hero is-halfheight has-text-centered has-background-black-ter" id="competitions">
<div class="hero-body" style="background-color:#1f1f1f">
<div class="container">
<div class="columns" style="color:white;">
<div class="column is-two-third-desktop is-two-third-tablet is-two-third-fullhd">
<img src="assets/images/cptc.jpg">
</div>
<div class="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd">
<h1><b>CPTC</b></h1>
<span class="tag is-danger">Penetration Testing</span>
<p>
CPTC is a national penetration testing competition that challenges students to penetrate a business-
simulated network by exploiting vulnerabilities in order to extract as much information as possible.
SWIFT provides training in both areas of securing and penetrating corporations, as well as
writing a quality, in-depth report that will be presented to a panel of C-Level executives. With an
understanding of both technical skills and business objectives, competitiors will thrive in
a consulting role, dealing with cybersecurity and business. SWIFT hosts a cybersecurity training bootcamp for
CPTC starting in June, and everyone is welcome to attend!
</p>
</div>
</div>
</div>
</section>
<section class="hero is-halfheight has-text-centered has-background-black-ter" id="competitions"
style="margin-bottom:0">
<div class="hero-body" style="background-color:#242526">
<div class="container">
<div class="columns" style="color:white;">
<div class="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd">
<h1><b>Hivestorm</b></h1>
<span class="tag is-link">System Administration</span>
<p>Hivestorm is a CyberPatriot-esque competition where students are tasked to perform a variety
of hardening techniques and practices to secure Windows and Linux machines. Students learn
about basic Windows and Linux system administration, as well as different utilities within
each operating system to perform basic hardening tasks.</p>
</div>
<div class="column is-two-third-desktop is-two-third-tablet is-two-third-fullhd">
<img src="assets/images/hivestorm.png">
</div>
</div>
</div>
</section>
<section class="hero is-halfheight has-text-centered has-background-black-ter" id="competitions">
<div class="hero-body" style="background-color:#1f1f1f">
<div class="container">
<div class="columns" style="color:white;">
<div class="column is-two-third-desktop is-two-third-tablet is-two-third-fullhd">
<img src="assets/images/ncl.png">
</div>
<div class="column is-one-third-desktop is-one-third-tablet is-one-third-fullhd">
<h1><b>NCL</b></h1>
<span class="tag is-ctf">Capture The Flag</span>
<p>National Cyber League, or NCL, is a Capture-The-Flag competition that encourage students to
use a wide variety of tools, explore new technologies, and think outside the box to solve
various challenges on its platform. Students are tasked to perform open-source intelligence
on social media accounts, websites, and even Google Maps, as well as analyze packet captures
for IP addresses and data transfer and even perform reverse engineering on a binary to
identify flags. This competition is open for everyone of all skill levels.</p>
</div>
</div>
</div>
</section>
<!--Footer begins here-->
{% include footer.html %}
</body>
</html>