-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·148 lines (148 loc) · 5.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>THREAT9</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7cOpen+Sans:300,300i,400,400i,600,600i,700,700i,800,800i%7cRaleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i%7cRoboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<link media="all" rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" defer></script>
<script>window.jQuery || document.write('<script src="js/jquery-3.2.1.min.js" defer><\/script>')</script>
<script src="js/jquery.main.js" defer></script>
<script src="js/index.js" defer></script>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="nav-area">
<div class="container" style="border-bottom: solid 1px #bbb">
<strong class="logo">
<a href="/"><img src="images/logo_large.png" alt="THREAT9"></a>
</strong>
<a href="#" class="nav-opener"></a>
<nav id="nav">
<ul class="menu">
<li><a href="#contact">Contact</a></li>
<li><a target="_blank" href="https://github.com/threat9">Projects</a></li>
</ul>
</nav>
</div>
</div>
</header>
<main id="main">
<section class="block-products">
<div class="container">
<div class="product-detail">
<div class="product-col">
<div class="image-holder">
<img src="images/img3.png" alt="image description">
</div>
<div class="text-box">
<strong class="title">A Rogue</strong>
<h2>Cell Tower</h2>
<p>hijacking outgoing cellphone connections from your board room.</p>
</div>
<div class="image-holder style hidden-mobile">
<img src="images/img4.png" alt="image description">
</div>
</div>
<div class="product-col style">
<div class="image-holder style1">
<img src="images/img5.png" alt="image description">
</div>
<div class="text-box">
<strong class="title">a vulnerability</strong>
<h2>not covered</h2>
<p>by your existing vulnerability scanner because it doesn’t have a CVE, and requires physical access to the device.</p>
</div>
</div>
<div class="product-col style1">
<div class="text-box">
<strong class="title">An outlier is a</strong>
<h2>Misconfigured Camera</h2>
<p>set up on the wrong vlan and easily accessible for attackers in your network. </p>
</div>
<div class="image-holder style2">
<img src="images/img7.png" alt="image description">
</div>
</div>
<div class="product-col style2">
<div class="image-holder style3">
<img src="images/img6.png" alt="image description">
</div>
<div class="text-box">
<strong class="title">An Outlier is an</strong>
<h2>Unmanaged Device</h2>
<p>plugged in by an employee outside of your IT department.</p>
</div>
</div>
</div>
<div class="heading-box">
<h3>Offensive Security</h3>
<p>Research and Development</p>
</div>
<div class="product-detail">
<div class="product-col style3">
<div class="image-holder style4">
<img src="images/img8.png" alt="image description">
</div>
<div class="text-box">
<strong class="title">An Outlier is a</strong>
<h2>Blindspot</h2>
<p>in your existing security infrastructure.</p>
</div>
</div>
<div class="product-col style4">
<div class="text-box">
<strong class="title">a vulnerability</strong>
<h2>In a Device</h2>
<p>you didn’t know was connected to your network.</p>
</div>
<div class="image-holder style5">
<img src="images/img9.png" alt="image description">
</div>
</div>
<div class="product-col style5">
<div class="image-holder style6">
<img src="images/img10.png" alt="image description">
</div>
<div class="text-box">
<strong class="title">An Outlier</strong>
<h2>Is An Attack</h2>
<p>on a protocol, that you have zero visibility into, like bluetooth.</p>
</div>
</div>
<div class="product-col style6">
<div class="image-holder style7">
<img src="images/img11.png" alt="image description">
</div>
<div class="text-box">
<strong class="title">A Rogue</strong>
<h2>Access Point </h2>
<p>an employee unknowingly connected to while transmitting sensitive information.</p>
</div>
</div>
</div>
</div>
<div class="circle-img">
<img src="images/img2.png" alt="image description">
</div>
</section>
<section class="block-contact" id="contact">
<div class="container">
<h2>CONTACT</h2>
<a href="mailto:contact@threat9.com" class="btn"><span class="text">CONTACT US</span> <i class="fa fa-paper-plane"></i></a>
<a href="threat9.asc" class="btn"><span class="text">PGP KEY</span> <i class="fa fa-lock"></i></a>
</div>
</section>
</main>
</div>
<footer id="footer">
<div class="container">
<center><a href="#">© 2024 THREAT9</a></center>
</div>
</footer>
</body>
</html>