mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 00:13:06 +01:00
New Index
This commit is contained in:
132
salt/common/nginx/index.html
Normal file
132
salt/common/nginx/index.html
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Security Onion - Hybrid Hunter</title>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
|
||||||
|
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
|
||||||
|
<style>
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
padding-left: 30px;
|
||||||
|
padding-right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
background-color: #2a2a2a;
|
||||||
|
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #f2f2f2;
|
||||||
|
text-align: left;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style the top navigation bar */
|
||||||
|
.topnav {
|
||||||
|
overflow: hidden;
|
||||||
|
background-color: #333;
|
||||||
|
width: 1080px;
|
||||||
|
display: flex;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style the topnav links */
|
||||||
|
.topnav a {
|
||||||
|
margin: auto;
|
||||||
|
color: #f2f2f2;
|
||||||
|
text-align: center;
|
||||||
|
padding: 14px 16px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Change color on hover */
|
||||||
|
.topnav a:hover {
|
||||||
|
background-color: #ddd;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style the content */
|
||||||
|
.content {
|
||||||
|
background-color: #2a2a2a;
|
||||||
|
padding: 10px;
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-left: 60px;
|
||||||
|
color: #E3DBCC;
|
||||||
|
width: 1080px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Style the footer */
|
||||||
|
.footer {
|
||||||
|
background-color: #2a2a2a;
|
||||||
|
padding: 60px;
|
||||||
|
color: #E3DBCC;
|
||||||
|
width: 1080px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="center">
|
||||||
|
<div class="topnav center">
|
||||||
|
<a href="/kibana/" target="_blank">Kibana</a>
|
||||||
|
<a href="/grafana/" target="_blank">Grafana</a>
|
||||||
|
<a href="/sensoroni/" target="_blank">Sensoroni</a>
|
||||||
|
<a href="/playbook/" target="_blank">Playbook</a>
|
||||||
|
<a href="/fleet/" target="_blank">Fleet</a>
|
||||||
|
<a href="/thehive/" target="_blank">TheHive</a>
|
||||||
|
<a href="/packages/" target="_blank">Osquery Packages</a>
|
||||||
|
<a href="https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/FAQ" target="_blank">FAQ</a>
|
||||||
|
<a href="https://www.securityonionsolutions.com" target="_blank">Security Onion Solutions</a>
|
||||||
|
<a href="https://blog.securityonion.net" target="_blank">Blog</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content center">
|
||||||
|
<center><a href="https://securityonion.net"><img STYLE="border: none;" src="alpha_logo.jpg" alt="Security Onion" align="center" target="_blank"></img></a><br></center>
|
||||||
|
|
||||||
|
<p><center><h1>Hybrid Hunter Alpha v1.1.3 Release Notes</h1></center><br>
|
||||||
|
<h2>Changes:</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Overhaul of the setup script to support both ISO and network based setups</li>
|
||||||
|
<li>ISO will now boot properly from a USB stick.</li>
|
||||||
|
<li>Python 3 is now default.</li>
|
||||||
|
<li>Fix Filebeat from restarting every check in due to x509 refresh issue.</li>
|
||||||
|
<li>Cortex installed and integrated with TheHive.</li>
|
||||||
|
<li>Switched to using vanilla Kolide Fleet and upgraded to latest version (2.4) .</li>
|
||||||
|
<li> Playbook changes
|
||||||
|
<ul>
|
||||||
|
<li>Now preloaded with Plays generated from Sysmon Sigma signatures in the <a href="https://github.com/Neo23x0/sigma/tree/master/rules/windows/sysmon">Sigma community repo</a></li>
|
||||||
|
<li>New update script that updates / pulls in new Sigma signatures from the community repo .</li>
|
||||||
|
<li>Bulk enable / disable plays from the webui .</li>
|
||||||
|
<li>Updated sigmac mapping template & configuration (backend is now elastalert) .</li>
|
||||||
|
<li>Updated TheHive alerts formatting</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>OS patch scheduling
|
||||||
|
<ul>
|
||||||
|
<li>During setup, choose between auto, manual, or scheduled OS patch interval</li>
|
||||||
|
<li>For scheduled, create a new or import an existing named schedule</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>Check out the <a href="https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/Hybrid-Hunter-Quick-Start-Guide" target="_blank">Hybrid Hunter Quick Start Guide</a>.</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer center">
|
||||||
|
<b>Disclaimer of Warranty</b><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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user