-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
578 lines (498 loc) · 19.6 KB
/
index.html
File metadata and controls
578 lines (498 loc) · 19.6 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
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="SensorFu Ltd">
<title>SensorFu Beacon - The next generation is here!</title>
<!-- Bootstrap core CSS -->
<link href="https://www.sensorfu.com/vendor/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://www.sensorfu.com/css/latoweb.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.min.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://www.sensorfu.com/favicon.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6903210-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-6903210-4', { 'anonymize_ip': true });
</script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="/">SensorFu</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#beacon">The Beacon</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#deployment">Deployment</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#getstarted">Get started</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#aboutus">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid hero">
<div class="row text-center">
<div class="col-md-12 animated fadeIn">
<img src="img/beacon-hero-logo.svg" alt="Beacon - Always know if your network leaks!">
<h2>The <strong>next generation</strong> is here!</h2>
</div>
</div>
</div>
<div class="container-fluid highlights">
<div class="row text-center">
<div class="col-md-4 animated fadeInLeft slower">
<img src="img/beacon-device.svg" alt="">
<h1>Device</h1>
<p>Use the physical ones to test on premise locations. Powered by Rasberry Pi.</p>
<p><a href="#beacon-device" class="btn btn-primary js-scroll-trigger">Learn more »</a></p>
</div>
<div class="col-md-4 animated fadeInLeft slower">
<img src="img/beacon-virtual.svg" alt="">
<h1>Virtual</h1>
<p>Launch the virtual Beacons inside server hotels and see if they can call their Home.</p>
<p><a href="#beacon-virtual" class="btn btn-primary js-scroll-trigger">Learn more »</a></p>
</div>
<div class="col-md-4 animated fadeInLeft slower">
<img src="img/beacon-app-new.svg" alt="" style="max-width: 160px; margin-top: -8px">
<h1>Application</h1>
<p>Application allows Beaconto be installed on Laptops. Or clouds.</p>
<p><a href="#beacon-app" class="btn btn-primary js-scroll-trigger">Learn more »</a></p>
</div>
</div>
</div>
<br><br>
<!-- News -->
<div class="container">
<div class="row">
<div class="col-md-4 text-center bloglegend">
<h1>New ways to deploy!</h1>
<p>Mikko Kenttälä, CEO
<p><img src="img/mikko-kenttala.jpg" class="img-fluid" alt="Mikko Kenttälä">
</div>
<div class="col-md-8">
<h2>App unlocks two new deployment scenarios</h2>
<p>
Beacons in dedicated devices and in virtual machines
have helped our customers to always know if their <strong>networks</strong> leak.
Pretty quickly after first deployments our customers started asking us
to help them to always know when their <strong>computers</strong> leak. Now we can!
</p>
<p>
There are many ways computers leak. Workstations can be plugged to wrong networks in meeting rooms.
VPN fails us and a laptop is accidentally exposed directly
to the Internet. A person uses laptop's USB-port to charge his phone and he accidentally tethers the laptop
to the Internet. Our customers can now deploy the Beacon to the all their workstations and laptops and get
warnings when accidents happen.
</p>
<p>
Sometimes you can't deploy devices and virtual machines to isolated networks. But it is hard to imagine
a computing environment you could not ship applications. Beacon Application allows our customers to secure
cloud environments. You have assets in Amazon AWS, Google Cloud or Microsoft's Azure.
</p>
</div>
</div>
</div>
<!-- Early Adopters -->
<div class="container-fluid darker2 logos">
<div class="row">
<div class="col-md-12 text-center">
<p><i>Early Beacon Adopters:</i></p>
</div>
</div>
<div class="row">
<div class="col-md-3 text-center">
<img src="img/fingrid.png" class="img-fluid" alt="Fingrid">
</div>
<div class="col-md-3 text-center">
<img src="img/finnish-air-force.png" class="img-fluid" alt="Finnish Air Force">
</div>
<div class="col-md-3 text-center">
<img src="img/erillisverkot.png" class="img-fluid" alt="Erillisverkot - State Security Networks Group Finland">
</div>
<div class="col-md-3 text-center">
<img src="img/synopsys.png" class="img-fluid" alt="Synopsys">
</div>
</div>
</div>
<!-- Quote -->
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-12">
<blockquote class="blockquote">
<p>"Sometimes even the experts get it wrong! So how can we build and
ensure the policies - and the technical enforcement of those written
policies keep accidents and slip ups from occurring?"</p>
<footer>Rob Joyce, chief of the NSA’s Tailored Access Operations (TAO)
</footer>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Beacon -->
<span class="anchor" id="beacon"></span>
<div class="container-fluid darker text-center" >
<div class="row">
<div class="col-lg-12">
<h1>Beacon Calls Home</h1>
<p><strong>Always know if your network leaks. Designed for customers who require absolute network segregation.
</strong></p>
</div>
</div>
</div>
<div class="container" >
<div class="row">
<div class="col-md-8 order-first">
<h2>Network Isolation</h2>
<p>You rely on it. You may call it isolation, segregation, segmentation, partition or sandboxing. But do you know it works? Privacy, payment safety or your sanity may require it.
<h2>Cover All the Layers</h2>
<p>
Firewall rules, routing, switch VLANs, cabling - it is just impossible to review everything works right everywhere! With Beacon, the testing is straightforward.
<h2>Focus</h2>
<p>Rather than finding 300 potential issues in one location, test one important security control in 300 locations.
</div>
<div class="col-md-4 text-center">
<img src="img/ping-alert.svg" alt=""><br><br>
<p><i>Put them in your networks and they will alert if your networks leak. Beacons try to connect to their Home over IPv4, IPv6, TCP, UDP, ICMP, DNS and Ethernet Broadcast. If they succeed, Home alerts you via Syslog or Slack.</i>
</div>
</div>
</div>
<!-- Beacon -->
<span class="anchor" id="network-isolation"></span>
<span class="anchor" id="beacon"></span>
<div class="container-fluid darker3 text-center" >
<div class="row">
<div class="col-lg-12">
<h1>Where to use Beacon?</h1>
<p><strong>
Here are a few examples of different scenarios with different isolation methods. We have also included a recommendation of which Beacon version to use.
</strong></p>
</div>
</div>
</div>
<div class="container" >
<div class="row">
<div class="col-md-4">
<div class="example">
<div class="home">
<img src="img/home.svg" alt="">
</div>
<div class="isolation">
<hr class="firewalled">
Firewalled
<hr class="firewalled">
</div>
<div class="versions">
<img src="img/device.svg" alt="Device">
</div>
<div class="description">
Security Camera Network
</div>
Security Camera Networks are usually firewalled, Beacon Device can be used to test isolation.
</div>
</div>
<div class="col-md-4">
<div class="example">
<div class="home">
<img src="img/home.svg" alt="">
</div>
<div class="isolation">
<hr class="layered">
Layered
<hr class="layered">
</div>
<div class="versions">
<img src="img/device.svg" alt="Device">
<img src="img/virtual.svg" alt="Virtual">
</div>
<div class="description">
Management Network
</div>
Isolation in Magement networks is usally layered. Beacon Device or Beacon Virtual can be used.
</div>
</div>
<div class="col-md-4">
<div class="example">
<div class="home">
<img src="img/home.svg" alt="">
</div>
<div class="isolation">
<hr class="firewalled">
Firewalled
<hr class="firewalled">
</div>
<div class="versions">
<img src="img/device.svg" alt="Device">
</div>
<div class="description">
Secure Workstation<br>Network
</div>
Secure Workstation Networks are usually strictly firewalled, Beacon Device can be used to validate the isolation.
</div>
</div>
<div class="col-md-4">
<div class="example">
<div class="home">
<img src="img/home.svg" alt="">
</div>
<div class="isolation">
<hr class="layered">
Layered - Airgapped
<hr class="airgapped">
</div>
<div class="versions">
<img src="img/app.svg" alt="APP">
</div>
<div class="description">
Dedicated workstation
</div>
Isolation in Dedicated workstations can be strong - use Beacon App to make sure it stays strong.
</div>
</div>
<div class="col-md-4">
<div class="example">
<div class="home">
<img src="img/home.svg" alt="">
</div>
<div class="isolation">
<hr class="layered">
Layered
<hr class="layered">
</div>
<div class="versions">
<img src="img/device.svg" alt="Device">
<img src="img/virtual.svg" alt="Virtual">
<img src="img/app.svg" alt="APP">
</div>
<div class="description">
Industry<br>Network
</div>
The strong layered isolation in Industry Networks can be tested with Beacon Device, Virtual or App.
</div>
</div>
<div class="col-md-4">
<div class="example">
<div class="home">
<img src="img/home.svg" alt="">
</div>
<div class="isolation">
<hr class="firewalled">
Firewalled - Layered
<hr class="layered">
</div>
<div class="versions">
<img src="img/app.svg" alt="APP">
</div>
<div class="description">
Virtual Private Cloud
</div>
Beacon App can be installed in clouds and is used to test isolation in VPC.
</div>
</div>
</div>
</div>
<!-- Beacon -->
<span class="anchor" id="deployment"></span>
<span class="anchor" id="beacon-device"></span>
<span class="anchor" id="beacon-virtual"></span>
<span class="anchor" id="beacon-app"></span>
<span class="anchor" id="network-isolation"></span>
<span class="anchor" id="beacon"></span>
<div class="container-fluid darker text-center" >
<div class="row">
<div class="col-lg-12">
<h1>Deployment</h1>
<p><strong>There are three ways to deploy Beacon - Device, Virtual and App</strong></p>
</div>
</div>
</div>
<div class="container" >
<div class="row">
<div class="col-md-12 text-center">
<p>
<img src="img/app.svg" alt="" style="width: 80px; height: auto;">
<h2>Beacon App</h2>
<p>Beacon Application is extremely easy to deploy to existing environment, especially if you use management tools like Microsoft System Center or GPO, Puppet, Ansible, etc. . Put application to your management automation and get full coverage how well your isolation is working.
<p>
<img src="img/virtual.svg" alt="" style="width: 80px; height: auto;">
<h2>Beacon Virtual</h2>
<p>Launch the virtual Beacons inside data centers and see if they can call their Home. Download Beacon virtual Machine in standard OVA -format from Beacon Home and put your VM to right network and you are ready.
<p><a href="https://medium.com/sensorfu/easy-secure-reliable-not-just-in-the-marketing-materials-ad8ef7afd086">Read more »</a>
<hr>
<p>
<img src="img/device.svg" alt="" style="width: 80px; height: auto;">
<h2>Beacon Device</h2>
<p>Use the physical ones to test network isolation on premise locations. Leave them behind, move them around, have them all around. Works with Raspberry Pi.
Download Beacon for Raspberry Pi from Beacon Home and copy it to SD card and you are ready to deploy your Raspberry Pi to your network.
<p><a href="https://medium.com/sensorfu/easy-secure-reliable-not-just-in-the-marketing-materials-ad8ef7afd086">Read more »</a>
</div>
</div>
</div>
<span class="anchor" id="getstarted"></span>
<div class="container-fluid darker2 text-center" >
<div class="row">
<div class="col-lg-12">
<h1>Get started</h1>
<p><strong>Enhancing your network security
has never been so easy.
</strong></p>
</div>
</div>
</div>
<span class="anchor" id="getstarted"></span>
<div class="container-fluid">
<div class="row text-center">
<div class="col-md-1"></div>
<div class="col-md-5">
<h2>What do you need</h2>
<p>A network, an operational platform (Raspberry Pi, Windows, Linux, KVM, VirtualBox or VMWare) and access to Slack or a syslog server for alerts.</p>
<p>Having SIEM would benefit you. </p>
</div>
<div class="col-md-5">
<h2>What will you get</h2>
<p>You get Beacon Home for your organization with instructions. From Home you can download Beacon Application, Beacon Virtual Machines and Beacon Image for Raspberry Pi. </p>
</div>
</div>
<br>
<div class="row text-center">
<div class="col-md-1"></div>
<div class="col-md-5">
<h2>Price</h2>
<p>Basic subscription gives you one Home and unlimited beacons. Support and upgrades included. The subscription price for a typical deployment is 30 000€ per year.</p>
<!-- <p><a href="">Link to pricing »</a> -->
</div>
<div class="col-md-5">
<h2>Support</h2>
<p>Subscription includes customer support and free upgrades. Customer support available over email and Slack.</p>
</div>
</div>
</div>
<!-- About us -->
<span class="anchor" id="aboutus"></span>
<span class="anchor" id="contact"></span>
<span class="anchor" id="network-isolation"></span>
<span class="anchor" id="beacon"></span>
<div class="container-fluid darker text-center" >
<div class="row">
<div class="col-lg-12">
<h1>About SensorFu - Contact us</h1>
</div>
</div>
</div>
<div class="container-fluid text-center aboutus" >
<div class="row">
<div class="col-lg-6 mr-auto order-lg-2">
<hr class="section-heading-spacer"/>
<div class="clearfix"></div>
<h2>Founded By </h2>
<p class="lead">
<a href="https://www.linkedin.com/in/mikkokenttala/">Mikko Kenttälä</a> - CEO<br>
<a href="https://www.linkedin.com/in/oherrala/">Ossi Herrala</a> - R&D lead <br>
<a href="https://www.linkedin.com/in/sebastianturpeinen/">Sebastian Turpeinen</a> - Productization lead
</p>
<blockquote class="blockquote">
<p>
"We started SensorFu in order to go back to basics with IT security.
We feel that security requirements pile up, while systems and security
solutions get more complex by the day. Our products give our customers
assurance that their security policies are and stay sealed."
</p>
</blockquote>
</div>
<div class="col-lg-6 mr-auto order-lg-2">
<hr class="section-heading-spacer"/>
<div class="clearfix"></div>
<h2>Funded By </h2>
<p>
<a href="https://www.scanabc.com">Ääkköset Oy</a><br>
<a href="https://www.businessfinland.fi/en/">Business Finland</a><br>
<a href="eu.html"><em>Leverage from the EU</em></a>
</p>
<blockquote class="blockquote">
<p>
"We love how SensorFu's sharp focus brings a glimpse of clarity to the security market. They have
a solid idea which scales."<p> -Kasper Kyllönen, partner @ Ääkköset
</p>
</blockquote>
</div>
</div>
</div>
</section>
<div class="container-fluid darker text-center" >
<div class="row">
<div class="col-md-3 col-sm-5 my-auto light">
<address>
<strong>SensorFu Oy</strong><br/>
Teknologiantie 18 B<br/>
90590 Oulu, Finland<br/><br>
</address>
</div>
<div class="col-md-3 col-sm-5 my-auto light">
<address>
Business ID: 2811349-6<br/>
<a class="mail" href="mailto:contact@sensorfu.com">contact@sensorfu.com</a><br/>
+358 40 8019800<br/>
<a href="/privacy-policy.html">Privacy policy</a>
</address>
</div>
<div class="col-md-6 col-sm-2 my-auto">
<ul class="list-inline banner-social-buttons">
<li class="list-inline-item">
<a href="https://medium.com/sensorfu/" class="btn btn-secondary btn-md">
<i class="fa fa-medium fa-fw"></i>
<span class="network-name">Medium</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/sensorfu/" class="btn btn-secondary btn-md">
<i class="fa fa-twitter fa-fw"></i>
<span class="network-name">Twitter</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/sensorfu/" class="btn btn-secondary btn-md">
<i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
</aside>
<!-- /.banner -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/agency.js"></script>
<script src="vendor/jquery-easing/jquery-easing.js"></script>
</body>
</html>