forked from ossec/ossec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
456 lines (424 loc) · 28.8 KB
/
about.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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>About — OSSEC</title>
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-3.2.0/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-3.2.0/css/bootstrap-theme.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/parallax.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '3.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.2.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
<link rel="author" title="About these documents" href="#" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body role="document">
<div id="navbar" class="navbar navbar-inverse navbar-default ">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="_static/ossec_logo_bare_small.png">
OSSEC</a>
<span class="navbar-text navbar-version pull-left"><b>3.6.0</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="https://www.ossec.net/about/">About <i class="fa fa-info-circle"></i></a></li>
<li><a href="https://www.ossec.net/docs/">Documentation <i class="fa fa-book"></i></a></li>
<li><a href="https://www.ossec.net/downloads/">Downloads <i class="fa fa-download"></i></a></li>
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul>
<li class="toctree-l1"><a class="reference internal" href="docs/manual/index.html">Manual</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="docs/faq/index.html">Frequently asked questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="docs/cookbooks/index.html">User submitted Cookbooks</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="docs/development/build/index.html">Build, compile, and not much more</a></li>
<li class="toctree-l1"><a class="reference internal" href="docs/development/oRFC/index.html">oRFC:</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="docs/syntax/index.html">Syntax and Options</a></li>
<li class="toctree-l1"><a class="reference internal" href="docs/formats/index.html">Output Formats</a></li>
<li class="toctree-l1"><a class="reference internal" href="docs/programs/index.html">Man pages</a></li>
<li class="toctree-l1"><a class="reference internal" href="docs/examples/index.html">Examples</a></li>
</ul>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<div id="sidebar" class="bs-sidenav" role="complementary"><ul>
<li><a class="reference internal" href="#">About</a><ul>
<li><a class="reference internal" href="#ossec-is-free">OSSEC is Free</a></li>
<li><a class="reference internal" href="#widely-used">Widely Used</a></li>
<li><a class="reference internal" href="#support-options">Support Options</a><ul>
<li><a class="reference internal" href="#community-support">Community Support</a><ul>
<li><a class="reference internal" href="#ossec-github">OSSEC Github</a></li>
<li><a class="reference internal" href="#ossec-users-group-on-google">OSSEC Users Group on Google</a></li>
<li><a class="reference internal" href="#ossec-developers-group-on-google">OSSEC Developers Group on Google</a></li>
</ul>
</li>
<li><a class="reference internal" href="#commercial-support">Commercial Support</a></li>
</ul>
</li>
<li><a class="reference internal" href="#ossec-team">OSSEC Team</a></li>
<li><a class="reference internal" href="#former-ossec-team-members">Former OSSEC Team Members</a></li>
<li><a class="reference internal" href="#community-contributors">Community Contributors</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="col-md-9">
<div class="section" id="about">
<h1>About<a class="headerlink" href="#about" title="Permalink to this headline">¶</a></h1>
<p>OSSEC is a scalable, multi-platform, open source Host-based Intrusion Detection System (HIDS).
It has a powerful correlation and analysis engine, integrating log analysis, file integrity
checking, Windows registry monitoring, centralized policy enforcement, rootkit detection,
real-time alerting and active response.It runs on most operating systems, including Linux,
OpenBSD, FreeBSD, MacOS, Solaris and Windows.</p>
<p>Check out <a class="reference external" href="http://ossec.github.io/docs/whatsnew/index.html">What’s New</a> for the latest release info.</p>
<div class="section" id="ossec-is-free">
<h2>OSSEC is Free<a class="headerlink" href="#ossec-is-free" title="Permalink to this headline">¶</a></h2>
<p>OSSEC is a free software and will remain so in the future; you can redistribute it and/or
modify it under the terms of the GNU General Public License (version 2) as published by the
FSF – Free Software Foundation.</p>
</div>
<div class="section" id="widely-used">
<h2>Widely Used<a class="headerlink" href="#widely-used" title="Permalink to this headline">¶</a></h2>
<p>OSSEC is a growing project, with more than 5,000 downloads per month on average. It is being
used by ISPs, universities, governments and even large corporate data centers as their main
HIDS solution. In addition to being deployed as an HIDS, it is commonly used strictly as a
log analysis tool, monitoring and analyzing firewalls, IDSs, web servers and authentication
logs.</p>
</div>
<div class="section" id="support-options">
<h2>Support Options<a class="headerlink" href="#support-options" title="Permalink to this headline">¶</a></h2>
<p>There are a number of options for both community and commercial support for OSSEC.</p>
<div class="section" id="community-support">
<h3>Community Support<a class="headerlink" href="#community-support" title="Permalink to this headline">¶</a></h3>
<div class="section" id="ossec-github">
<h4>OSSEC Github<a class="headerlink" href="#ossec-github" title="Permalink to this headline">¶</a></h4>
<p>You can post issues and get caught up on OSSEC development at the <a class="reference external" href="https://github.com/ossec/ossec-hids">OSSEC Github account</a>.</p>
</div>
<div class="section" id="ossec-users-group-on-google">
<h4>OSSEC Users Group on Google<a class="headerlink" href="#ossec-users-group-on-google" title="Permalink to this headline">¶</a></h4>
<p>Questions about installation, usage and configuration should be sent to this list. It has a low volume of messages
(around 120/150 per month) and is the best way to have your questions answered.</p>
<p>Please note that the “community” support is provided by volunteers, and even though they will do their best to answer
and help you, this may not be always possible. The rules are: be polite and provide enough information so everyone can
understand your issue.</p>
<p>To subscribe to the <strong>ossec-list</strong>:</p>
<ul class="simple">
<li>Send an email to <strong>ossec-list+subscribe@googlegroups.com</strong> with the subject of <strong>Subscribe ossec-list</strong>.</li>
<li>Messages should be sent to <a class="reference external" href="mailto:ossec-list%40googlegroups.com">ossec-list<span>@</span>googlegroups<span>.</span>com</a></li>
</ul>
<p>To unsubscribe:</p>
<p>Send an email to <strong>ossec-list+unsubscribe@googlegroups.com</strong>.</p>
</div>
<div class="section" id="ossec-developers-group-on-google">
<h4>OSSEC Developers Group on Google<a class="headerlink" href="#ossec-developers-group-on-google" title="Permalink to this headline">¶</a></h4>
<p>Development questions, patches and anything related to coding should be sent to the ossec-dev list. It has a
very low volume of messages (around 20/30 per month) and is highly technical.</p>
<p>To subscribe to <strong>ossec-dev</strong>:</p>
<ul class="simple">
<li>Send an e-mail to <strong>ossec-dev+subscribe@googlegroups.com</strong> with the subject of <strong>Subscribe ossec-dev</strong>.</li>
<li>Messages should be sent to <strong>ossec-dev@googlegroups.com</strong>.</li>
</ul>
<p>To unsubscribe:</p>
<ul class="simple">
<li>Send an email to <strong>ossec-dev+unsubscribe@googlegroups.com</strong>.</li>
</ul>
</div>
</div>
<div class="section" id="commercial-support">
<h3>Commercial Support<a class="headerlink" href="#commercial-support" title="Permalink to this headline">¶</a></h3>
<p><strong>Atomicorp</strong></p>
<p>Atomicorp is the producer of Atomic Secured Linux™ which features a secure Linux system that
includes OSSEC as one of its core technologies. Atomicorp provides comprehensive support services
for all your security needs including deployment assistance and post-sale support for OSSEC. The
company has long been involved with the OSSEC Project and currently builds the OSSEC RPM packages
for each release. You can find out more about Atomicorp product and support offerings by contacting
their sales team at <a class="reference external" href="mailto:sales%40atomicorp.com">sales<span>@</span>atomicorp<span>.</span>com</a> or visiting their products listing page at:
<a class="reference external" href="https://atomicorp.com/product-listing/">https://atomicorp.com/product-listing/</a>.</p>
</div>
</div>
<div class="section" id="ossec-team">
<h2>OSSEC Team<a class="headerlink" href="#ossec-team" title="Permalink to this headline">¶</a></h2>
<p>Currently the core OSSEC Team consists of the following developers and committers:</p>
<p><strong>Scott R. Shinn</strong> – OSSEC Development Manager – scott (at) atomicorp.com</p>
<p><strong>Dan Parriott</strong> – Community support, docs, rules, testing – ddpbsd (at) gmail.com</p>
<p><strong>Dominik Lisiak</strong> – FreeBSD port maintainer – mobstef (at) ossec.net</p>
</div>
<div class="section" id="former-ossec-team-members">
<h2>Former OSSEC Team Members<a class="headerlink" href="#former-ossec-team-members" title="Permalink to this headline">¶</a></h2>
<p><strong>Daniel B. Cid</strong> – Founder of the OSSEC Project – dcid (at) dcid.me</p>
<p><strong>Michael Starks</strong> – Community Support, rules</p>
<p><strong>Vic Hargrave</strong> – Development, testing – vichargrave (at) gmail.com</p>
<p><strong>Jeremy Rossi</strong> – OSSEC Development Manager – jeremy (at) jeremyrossi.com</p>
<p><strong>Santiago Bassett</strong> – DEB repositories, SIEM integration – santiago (at) wazuh.com</p>
<p><strong>Brad Lhotsky</strong> – Development, system integration, rules – brad . lhotsky (at) gmail.com</p>
<p><strong>Andrew Widdersheim</strong> – Development, testing, rules – awiddersheim (at) hotmail.com</p>
<p><strong>Jia-Bing (JB) Cheng</strong> – SIEM integration, community support – Jia-BingJB_Cheng (at) trendmicro.com</p>
</div>
<div class="section" id="community-contributors">
<h2>Community Contributors<a class="headerlink" href="#community-contributors" title="Permalink to this headline">¶</a></h2>
<p>Development</p>
<blockquote>
<div><ul class="simple">
<li>Meir Michanie <<a class="reference external" href="mailto:meirgotroot%40gmail.com">meirgotroot<span>@</span>gmail<span>.</span>com</a>></li>
<li>Slava Semushin <<a class="reference external" href="mailto:php-coder%40altlinux.org">php-coder<span>@</span>altlinux<span>.</span>org</a>></li>
<li>Ahmet Ozturk <<a class="reference external" href="mailto:oahmet%40metu.edu.tr">oahmet<span>@</span>metu<span>.</span>edu<span>.</span>tr</a>></li>
<li>George Kargiotakis</li>
<li>Jason Stelzer</li>
<li>Xavier Mertens</li>
<li>Stjepan Gros</li>
<li>cmlara</li>
<li>Christian Gottsche <<a class="reference external" href="mailto:cgzones%40googlemail.com">cgzones<span>@</span>googlemail<span>.</span>com</a>></li>
<li>Dominic</li>
<li>Cristobel <<a class="reference external" href="mailto:rosa%40alienvault">rosa<span>@</span>alienvault</a>></li>
<li>jp.zurbrugg</li>
<li>Bil Hays <<a class="reference external" href="mailto:bil_hays%40unc.edu">bil_hays<span>@</span>unc<span>.</span>edu</a>></li>
<li>Wouter Clarie <<a class="reference external" href="mailto:wclarie%40gmail.com">wclarie<span>@</span>gmail<span>.</span>com</a>></li>
<li>Mario Weigel</li>
<li>Christian Beer <<a class="reference external" href="mailto:christian.beer%40posteo.de">christian<span>.</span>beer<span>@</span>posteo<span>.</span>de</a>></li>
<li>Gael Muller <<a class="reference external" href="mailto:gael.muller%40sekoia.fr">gael<span>.</span>muller<span>@</span>sekoia<span>.</span>fr</a>></li>
<li>Ky-Anh Huynh <<a class="reference external" href="mailto:z1y%40theslinux.org">z1y<span>@</span>theslinux<span>.</span>org</a>></li>
<li>Dan Garthwaite <<a class="reference external" href="mailto:dan%40garthwaite.org">dan<span>@</span>garthwaite<span>.</span>org</a>></li>
<li>Lance A. Brown <<a class="reference external" href="mailto:lance%40bearcircle.net">lance<span>@</span>bearcircle<span>.</span>net</a>></li>
<li>danpop60 <<a class="reference external" href="mailto:dan.pop%40eservglobal.com">dan<span>.</span>pop<span>@</span>eservglobal<span>.</span>com</a>></li>
<li>Martin DiViaio <<a class="reference external" href="mailto:martindiv%40yahoo.com">martindiv<span>@</span>yahoo<span>.</span>com</a>></li>
<li>Michael Boyd <<a class="reference external" href="mailto:denied39%40gmail.com">denied39<span>@</span>gmail<span>.</span>com</a>></li>
<li>ibatten <<a class="reference external" href="mailto:igb+github%40batten.eu.org">igb+github<span>@</span>batten<span>.</span>eu<span>.</span>org</a>></li>
<li>rhelfter <<a class="reference external" href="mailto:rhelfter%40yahoo.com">rhelfter<span>@</span>yahoo<span>.</span>com</a>></li>
<li>Peter Drake <<a class="reference external" href="mailto:peter.drake%40acquia.com">peter<span>.</span>drake<span>@</span>acquia<span>.</span>com</a>></li>
<li>Mikey Austin <<a class="reference external" href="mailto:mikey%40ayuda.com.au">mikey<span>@</span>ayuda<span>.</span>com<span>.</span>au</a>></li>
<li>Harshil Mathur <<a class="reference external" href="mailto:harshilmathur%40gmail.com">harshilmathur<span>@</span>gmail<span>.</span>com</a>></li>
<li>Ryan Schulze <<a class="reference external" href="mailto:ryan%40dopefish.de">ryan<span>@</span>dopefish<span>.</span>de</a>></li>
<li>navtej <<a class="reference external" href="mailto:n.s.buttar+github%40gmail.com">n<span>.</span>s<span>.</span>buttar+github<span>@</span>gmail<span>.</span>com</a>></li>
<li>Hakisho Nukama <<a class="reference external" href="mailto:nukama%40gmail.com">nukama<span>@</span>gmail<span>.</span>com</a>></li>
<li>Danny Fullerton <<a class="reference external" href="mailto:northox%40mantor.org">northox<span>@</span>mantor<span>.</span>org</a>></li>
<li>Justin Gerace <<a class="reference external" href="mailto:jgrace103%40gmail.com">jgrace103<span>@</span>gmail<span>.</span>com</a>></li>
<li>jknockaert <<a class="reference external" href="mailto:jasper%40knockaert.nl">jasper<span>@</span>knockaert<span>.</span>nl</a>></li>
<li>Jason Stelzer <<a class="reference external" href="mailto:jason.stelzer%40gmail.com">jason<span>.</span>stelzer<span>@</span>gmail<span>.</span>com</a>></li>
<li>Antonio Querubin <<a class="reference external" href="mailto:tony%40lavanauts.org">tony<span>@</span>lavanauts<span>.</span>org</a>></li>
</ul>
</div></blockquote>
<p>Testing/Patches Rules and other contributions.</p>
<blockquote>
<div><ul class="simple">
<li>Cédric Bleimling <<a class="reference external" href="mailto:cedri%40dryades.org">cedri<span>@</span>dryades<span>.</span>org</a></li>
<li>Dean Takemori <<a class="reference external" href="mailto:dtakemori%40thdfsg.com">dtakemori<span>@</span>thdfsg<span>.</span>com</a>></li>
<li>Sebastien Tricaud <<a class="reference external" href="mailto:toady%40gscore.org">toady<span>@</span>gscore<span>.</span>org</a>></li>
<li>Jeff Schroeder <<a class="reference external" href="mailto:jeffschroeder%40computer.org">jeffschroeder<span>@</span>computer<span>.</span>org</a>></li>
<li>Giannis Vrentzos <<a class="reference external" href="mailto:gvre%40gvre.gr">gvre<span>@</span>gvre<span>.</span>gr</a>></li>
<li>Peter Ahlert <<a class="reference external" href="mailto:peter%40ifup.de">peter<span>@</span>ifup<span>.</span>de</a>></li>
<li>Rafael Capovilla <<a class="reference external" href="mailto:under%40underlinux.com.br">under<span>@</span>underlinux<span>.</span>com<span>.</span>br</a>></li>
<li>Andre Alexandre Gaio <<a class="reference external" href="mailto:aagaio%40linwork.com.br">aagaio<span>@</span>linwork<span>.</span>com<span>.</span>br</a>></li>
<li>Liliane A. Cid <<a class="reference external" href="mailto:liliane.cid%40gmail.com">liliane<span>.</span>cid<span>@</span>gmail<span>.</span>com</a>></li>
<li>Marcus Maciel <<a class="reference external" href="mailto:marcus%40underlinux.com.br">marcus<span>@</span>underlinux<span>.</span>com<span>.</span>br</a>></li>
<li>Stephen Kreusch <<a class="reference external" href="mailto:stephen.kreusch%40gmail.com">stephen<span>.</span>kreusch<span>@</span>gmail<span>.</span>com</a>></li>
<li>Kayvan A. Sylvan <<a class="reference external" href="mailto:kayvan%40sylvan.com">kayvan<span>@</span>sylvan<span>.</span>com</a>></li>
<li>Dianzhi Wang <<a class="reference external" href="mailto:wangdz%40leadsec.com.cn">wangdz<span>@</span>leadsec<span>.</span>com<span>.</span>cn</a>></li>
<li>Meir Michanie <<a class="reference external" href="mailto:meirgotroot%40gmail.com">meirgotroot<span>@</span>gmail<span>.</span>com</a>></li>
<li>Stephen Bunn <<a class="reference external" href="mailto:sbunn%40roguesoftware.net">sbunn<span>@</span>roguesoftware<span>.</span>net</a>></li>
<li>Jonathan Scheidell <<a class="reference external" href="mailto:jscheidell%40secnap.net">jscheidell<span>@</span>secnap<span>.</span>net</a>></li>
<li>|SaMaN| <<a class="reference external" href="mailto:saman%40ttnet.net.tr">saman<span>@</span>ttnet<span>.</span>net<span>.</span>tr</a>></li>
<li>ChuckD <<a class="reference external" href="mailto:mdmonk%40gmail.com">mdmonk<span>@</span>gmail<span>.</span>com</a>></li>
<li>Jorge Augusto Senger <<a class="reference external" href="mailto:jorge%40br10.com.br">jorge<span>@</span>br10<span>.</span>com<span>.</span>br</a>> - ossec2mysql (contrib)</li>
<li>David J. Bianco <david at vorant.com></li>
<li>Ivan Lotina <<a class="reference external" href="mailto:lotke%40lotke.com">lotke<span>@</span>lotke<span>.</span>com</a>></li>
<li>Robert Millan [ackstorm] <<a class="reference external" href="mailto:rmillan%40ackstorm.es">rmillan<span>@</span>ackstorm<span>.</span>es</a>></li>
<li>Martin West <<a class="reference external" href="mailto:martin%40objectgizmos.com">martin<span>@</span>objectgizmos<span>.</span>com</a>></li>
<li>Rafael Capovilla <<a class="reference external" href="mailto:under%40underlinux.com.br">under<span>@</span>underlinux<span>.</span>com<span>.</span>br</a>></li>
<li>Florian Crouzqat</li>
<li>Danny Fullerton</li>
<li>Jeremy Hanmer</li>
<li>Pepe Sanz</li>
<li>Kat Fitzgerald</li>
<li>Regis Houssin</li>
<li>carlopmart</li>
<li>Ash Kumar</li>
<li>Alexandro Silva</li>
<li>Mike Downey <<a class="reference external" href="mailto:michael.downey01%40gmail.com">michael<span>.</span>downey01<span>@</span>gmail<span>.</span>com</a>></li>
<li>Hai Nguyen <<a class="reference external" href="mailto:hainguyen%40uns.vn">hainguyen<span>@</span>uns<span>.</span>vn</a>></li>
<li>Jeffrey Jackson <<a class="reference external" href="mailto:jeffreyclarkejackson%40gmail.com">jeffreyclarkejackson<span>@</span>gmail<span>.</span>com</a>></li>
<li>Ben Chavet <<a class="reference external" href="mailto:ben.chavet%40lullabot.com">ben<span>.</span>chavet<span>@</span>lullabot<span>.</span>com</a>></li>
<li>Bill Parker <<a class="reference external" href="mailto:wp02855%40gmail.com">wp02855<span>@</span>gmail<span>.</span>com</a>></li>
<li>Schnaffon <<a class="reference external" href="mailto:schnaffon%40hotmail.fr">schnaffon<span>@</span>hotmail<span>.</span>fr</a>></li>
<li>Ralf Spenneberg <<a class="reference external" href="mailto:ralf%40os-t.de">ralf<span>@</span>os-t<span>.</span>de</a>></li>
<li>Darren Worrall <<a class="reference external" href="mailto:darren%40iweb.co.uk">darren<span>@</span>iweb<span>.</span>co<span>.</span>uk</a>></li>
<li>aalberdi <<a class="reference external" href="mailto:aalberdi%40indra.es">aalberdi<span>@</span>indra<span>.</span>es</a>></li>
</ul>
</div></blockquote>
<p>Translations</p>
<blockquote>
<div><ul class="simple">
<li><dl class="first docutils">
<dt>Dutch:</dt>
<dd><ul class="first last">
<li>Martijn de Boer <<a class="reference external" href="mailto:martijn%40oceanius.com">martijn<span>@</span>oceanius<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Serbian:</dt>
<dd><ul class="first last">
<li>Maja Michanie <<a class="reference external" href="mailto:majam%40riunx.com">majam<span>@</span>riunx<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Portuguese:</dt>
<dd><ul class="first last">
<li>Daniel Barcellos <<a class="reference external" href="mailto:danielpoa.rs%40gmail.com">danielpoa<span>.</span>rs<span>@</span>gmail<span>.</span>com</a>></li>
<li>Allan Soares <<a class="reference external" href="mailto:allan.soares%40gmail.com">allan<span>.</span>soares<span>@</span>gmail<span>.</span>com</a>></li>
<li>Willian Itiho Amano <<a class="reference external" href="mailto:itihoitiho%40gmail.com">itihoitiho<span>@</span>gmail<span>.</span>com</a>></li>
<li>Liliane Cid <<a class="reference external" href="mailto:liliane.cid%40gmail.com">liliane<span>.</span>cid<span>@</span>gmail<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>German:</dt>
<dd><ul class="first last">
<li>Peter Ahlert <<a class="reference external" href="mailto:peter%40ifup.de">peter<span>@</span>ifup<span>.</span>de</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Turkish</dt>
<dd><ul class="first last">
<li>Ahmet Ozturk <<a class="reference external" href="mailto:oahmet%40metu.edu.tr">oahmet<span>@</span>metu<span>.</span>edu<span>.</span>tr</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Polish</dt>
<dd><ul class="first last">
<li>Dziankowski Krzysztof <<a class="reference external" href="mailto:odpadki%40poczta.onet.pl">odpadki<span>@</span>poczta<span>.</span>onet<span>.</span>pl</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Italian</dt>
<dd><ul class="first last">
<li>Alberto Furia <<a class="reference external" href="mailto:straluna%40email.it">straluna<span>@</span>email<span>.</span>it</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>French</dt>
<dd><ul class="first last">
<li>Yves Bigliazzi <<a class="reference external" href="mailto:yves.bigliazzi%40gmail.com">yves<span>.</span>bigliazzi<span>@</span>gmail<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Japanese</dt>
<dd><ul class="first last">
<li>Kuzuno Hiroki <<a class="reference external" href="mailto:kuzuno%40gmail.com">kuzuno<span>@</span>gmail<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Russian</dt>
<dd><ul class="first last">
<li>Yuri Slobodyanyuk <<a class="reference external" href="mailto:yurisk%40inbox.ru">yurisk<span>@</span>inbox<span>.</span>ru</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Spanish</dt>
<dd><ul class="first last">
<li>Meir Michanie <<a class="reference external" href="mailto:meirgotroot%40gmail.com">meirgotroot<span>@</span>gmail<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
<li><dl class="first docutils">
<dt>Chinese</dt>
<dd><ul class="first last">
<li>Brian Wang <<a class="reference external" href="mailto:junchangwang%40gmail.com">junchangwang<span>@</span>gmail<span>.</span>com</a>></li>
</ul>
</dd>
</dl>
</li>
</ul>
</div></blockquote>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
© Copyright 2010-2020, OSSEC Project Team.<br/>
OSSEC <b>ossec.net</b> domain owned and maintained by <a href="https://www.ossec.net" target="_blank">OSSEC Foundation</a><br/>
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.5.2 -
Home page graphics courtesy of <a href="https://pixabay.com" target="_blank">pixabay</a>
</p>
</div>
</footer>
</body>
</html>