-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (38 loc) · 1.74 KB
/
index.html
File metadata and controls
51 lines (38 loc) · 1.74 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
---
layout: default
---
<div class="row">
<div class="col-md-2 col-xs-2">
</div>
<div class="col-md-8 col-xs-8">
<div class="welcome-image" style="background-image: url({{'jumbotron.jpg' | prepend: '/img/' | prepend: site.baseurl }})">
<a class="btn btn-primary btn-lg welcome-button" href="{{ 'start.html' | prepend: '/' | prepend: site.baseurl }}"
title="Learn more about {{ site.title }}"
role="button">Get started</a>
</div>
<div class="col-md-2 col-xs-2">
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-xs-12">
<h3><em aria-hidden="true" class="fa fa-bell-o"></em> Analysis & Remediation</h3>
<p class="text-justify">
An information-driven <abbr title="Intrusion Detection and Prevention System">IDPS</abbr> predicts specific threats by using <strong>Big Data</strong> and <strong>Machine Learning</strong> to analyse the environment data.
</p>
</div>
<div class="col-md-4 col-xs-12">
<h3><em aria-hidden="true" class="fa fa-cubes"></em> Virtualised Network</h3>
<p class="text-justify">
NFV virtualises the network and security appliances (<abbr title="Virtual Network Security Functions">vNSFs</abbr>). These are handled by a <strong>vNSFs orchestrator</strong> and available from the <strong>vNSFs store</strong>.
</p>
</div>
<div class="col-md-4 col-xs-12">
<h3><em aria-hidden="true" class="fa fa-heartbeat"></em> Secure Environment</h3>
<p class="text-justify">
The <strong>trustworthiness</strong> of the platform and environment is determined by techniques related to <abbr title="Trusted Computing">Trusted Computing</abbr> and leverages the <abbr title="Trusted Platform Module">TPM</abbr> hardware.
</p>
</div>
</div>
<br/>
{% include partners-banner.html %}