This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.php
49 lines (48 loc) · 3.4 KB
/
index.php
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
<html>
<head>
<title>Security Onion: HOME</title>
</head>
<body style="background-color:#A3C3E0">
<center>
<br>
<b>
<a href="https://securityonion.net"><img STYLE="border: none;" src="securityonion_logo.jpg" alt="Security Onion"></img></a><br>
<a href="https://securityonion.net">https://securityonion.net</a><br>
<a href="https://securityonionsolutions.com">https://securityonionsolutions.com</a><br>
</b>
</center>
<br>
<b>What is Security Onion?</b><br>
Security Onion is a Linux distro for intrusion detection, enterprise security monitoring, and log management. It's based on Ubuntu and contains Snort, Suricata, Zeek, OSSEC, Sguil, Squert, NetworkMiner, the Elastic Stack, and many other security tools. The easy-to-use Setup wizard allows you to build an army of distributed nodes for your enterprise in minutes!<br>
<br>
<b>Where do I find documentation?</b><br>
If you have Internet access, please use the <a href="https://docs.securityonion.net/en/16.04/">online documentation</a>.<br>
If you have don't have Internet access, you can access the <a href="/docs">offline documentation</a>.<br>
(The <a href="https://docs.securityonion.net/en/16.04/">online documentation</a> is updated more frequently than the <a href="/docs">offline documentation</a>.)<br>
<br>
<b>How do I install and configure Security Onion?</b><br>
Please follow the Installation guides in the documentation (see above).<br>
<br>
<b>Need a cheat sheet?</b><br>
<a href="Security-Onion-Cheat-Sheet.pdf">Cheat Sheet</a><br>
<br>
<b>Tools</b><br>
* <a href="/cyberchef/cyberchef.htm">CyberChef</a>: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis<br>
<?php if (file_exists("/etc/nsm/servertab")): ?>
* <a href="/squert/">Squert</a>: View and categorize NIDS/HIDS alerts<br>
* <a href="/app/kibana">Kibana</a>: Search logs (IDS, Zeek, and syslog) stored in Elasticsearch<br>
<?php else: ?>
(More tools will be available here after you run Setup.)<br>
<?php endif; ?>
<br>
<b>Security Onion Solutions</b><br>
Interested in training, professional services, or hardware appliances?<br>
<a href="https://securityonionsolutions.com">https://securityonionsolutions.com</a><br>
<br>
<b>Disclaimer of Warranty<br>
<small>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM .AS IS. WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</small><br>
<br>
<b>Limitation of Liability</b><br>
<small>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</small><br>
</body>
</html>