-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
154 lines (153 loc) · 5.22 KB
/
index.html
File metadata and controls
154 lines (153 loc) · 5.22 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
---
layout: default
---
<div class="main">
<div class="container-md">
<div class="content">
<div class="block text-center">
<h1>Open and scalable NDR stack</h1>
<p class="lead">Easy to scale, simple to deploy</p>
</div>
<div class="block">
<h2>The company</h2>
<p class="lead">
SensorFleet is a European NDR solution provider with customers and local
representation also in the APAC region. With over 300 Sensors and 1000
Instruments deployed globally we are protecting the IT, OT and SDN
networks of a wide range of industries and government agencies.
</p>
<div class="box-grid box-grid-3-cols mt-4">
<div class="box px-4 py-3 text-center">
<h3>100+</h3>
<img
class="object-contain"
style="height: 80px"
src="img/fm.svg"
alt="Instruments"
/>
<p>End-user organizations</p>
</div>
<div class="box px-4 py-3 text-center">
<h3>300+</h3>
<img
class="object-contain"
style="height: 80px"
src="img/sensor.svg"
alt="Sensor"
/>
<p>Sensors delivered</p>
</div>
<div class="box px-4 py-3 text-center">
<h3>1000+</h3>
<img
class="object-contain"
style="height: 80px"
src="img/instruments.svg"
alt="Fleet Management"
/>
<p>Instruments delivered</p>
</div>
</div>
</div>
<div class="block">
<h2>Open platform</h2>
<p class="lead">
SensorFleet solution implements an Open NDR stack and enables users to
run multiple Network Detection and Response (NDR) tools on a single
platform as Instruments
</p>
<div class="mt-4">
<div class="align-items-center d-flex mb-3">
<img
class="object-contain"
style="max-width: 80px"
src="img/ecosystem.svg"
alt="Sensor"
/>
<div class="ml-4 ml-lg-5">
<h3 class="mt-0">Modular solution</h3>
<p>
Modular solution is cost efficient and quick to deploy and
expand, whether starting from scratch or filling the gaps on
existing security controls
</p>
</div>
</div>
<div class="align-items-center d-flex mb-3">
<img
class="object-contain"
style="max-width: 80px"
src="img/instrument.svg"
alt="Sensor"
/>
<div class="ml-4 ml-lg-5">
<h3 class="mt-0">Flexible deployment</h3>
<p>
Deployment models enable operations by SensorFleet, the end-user
or their SOC / IT partner
</p>
</div>
</div>
<div class="align-items-center d-flex mb-3">
<img
class="object-contain"
style="max-width: 80px"
src="img/instrument2.svg"
alt="Sensor"
/>
<div class="ml-4 ml-lg-5">
<h3 class="mt-0">No vendor lock</h3>
<p>
Open NDR stack minimizes the vendor lock. Makes agile and
continuous improvement of security easy
</p>
</div>
</div>
<div class="align-items-center d-flex">
<img
class="object-contain"
style="max-width: 80px"
src="img/instrument3.svg"
alt="Sensor"
/>
<div class="ml-4 ml-lg-5">
<h3 class="mt-0">Designed for scalability</h3>
<p>
Creates a common baseline security monitoring across IT, OT and
Cloud with the seamless integration interfaces to other
solutions like SIEM and Threat Intel platforms
</p>
</div>
</div>
<p>
<a class="btn btn-secondary" href="/solution/">
<span>Read more</span>
<span class="btn-icon">{% include icon-arrow-right.html %}</span>
</a>
</p>
</div>
</div>
<div class="block">
<h3>Cyber security made easy – SensorFleet Cyber Capability fabric described in a video</h3>
<a class="btn btn-secondary" target="_blank" href="https://youtu.be/kV6b3riR9dk">Watch on YouTube</a>
</div>
<div class="block">
<h3>Latest</h3>
<div class="nav-list">
{% for post in site.posts limit: 5 %}
<a class="nav-list-item" href="{{ post.url }}">
<div>
<h3 class="nav-list-item-title">{{ post.title }}</h3>
<div class="nav-list-item-meta mt-1">
{{ post.date | date:"%d %b %Y" }} by {{
site.data.staff[post.author].name }}
</div>
</div>
<span class="btn btn-outline-light">Read more</span>
</a>
{% endfor %}
</div>
</div>
</div>
</div>
</div>