mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
updating nginx index.html - issue/587
This commit is contained in:
@@ -6,121 +6,8 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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-32x32.png" sizes="32x32" />
|
||||||
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
|
<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;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Style the topnav links */
|
|
||||||
.topnav a {
|
|
||||||
float: left;
|
|
||||||
display: block;
|
|
||||||
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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center">
|
Security Onion
|
||||||
<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.2 Release Notes</h1></center><br>
|
|
||||||
<h2>Changes:</h2>
|
|
||||||
<ul>
|
|
||||||
<li>Alpha 2 is here!</li>
|
|
||||||
<li>Suricata 4.1.5.</li>
|
|
||||||
<li>Bro/Zeek 2.6.4.</li>
|
|
||||||
<li>TheHive 3.4.0 (Includes ES 6.8.3 for TheHive only).</li>
|
|
||||||
<li>Fixed Bro/Zeek packet loss calculation for Grafana.</li>
|
|
||||||
<li>Updated to latest Sensoroni for websockets to enable job status updates without refreshing.</li>
|
|
||||||
<li>NIDS and HIDS dashboard updates.</li>
|
|
||||||
<li>Playbook and ATT&CK Navigator features are now included.</li>
|
|
||||||
<li>Filebeat now logs to a file, instead of stdout.</li>
|
|
||||||
<li>Elastalert has been updated to use Python 3 and allow for use of custom alerters.</li>
|
|
||||||
<li>Elasticsearch Ingest is now used to consume Zeek logs and Suricata alerts (instead of the traditional Logstash pipeline). This reduces the memory footprint of Logstash dramatically!</li>
|
|
||||||
<li>Several changes to the setup script have been made to improve stability of the setup process:</li>
|
|
||||||
<ul>
|
|
||||||
<li>Setup now modifies your hosts file so that the install works better in environments without DNS.</li>
|
|
||||||
<li>You are now prompted for setting a password for the socore user.</li>
|
|
||||||
<li>The install now forces a reboot at the end of the install. This fixes an issue with some of the Docker containers being in the wrong state from a manual reboot. Manual reboots are fine after the initial reboot.</li>
|
|
||||||
</ul>
|
|
||||||
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -6,11 +6,18 @@
|
|||||||
# Drop the correct nginx config based on role
|
# Drop the correct nginx config based on role
|
||||||
nginxconfdir:
|
nginxconfdir:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /opt/so/conf/nginx
|
- name: /opt/so/conf/nginx/html
|
||||||
- user: 939
|
- user: 939
|
||||||
- group: 939
|
- group: 939
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
nginxhtml:
|
||||||
|
file.recurse:
|
||||||
|
- name: /opt/so/conf/nginx/html
|
||||||
|
- source: salt://nginx/html/
|
||||||
|
- user: 939
|
||||||
|
- group: 939
|
||||||
|
|
||||||
nginxconf:
|
nginxconf:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /opt/so/conf/nginx/nginx.conf
|
- name: /opt/so/conf/nginx/nginx.conf
|
||||||
@@ -38,7 +45,7 @@ so-nginx:
|
|||||||
- image: {{ MASTER }}:5000/soshybridhunter/so-nginx:{{ VERSION }}
|
- image: {{ MASTER }}:5000/soshybridhunter/so-nginx:{{ VERSION }}
|
||||||
- hostname: so-nginx
|
- hostname: so-nginx
|
||||||
- binds:
|
- binds:
|
||||||
- /opt/so:/opt/so:rw
|
- /opt/so/conf/nginx/html:/opt/socore/html:ro
|
||||||
- /opt/so/conf/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
- /opt/so/conf/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
- /opt/so/log/nginx/:/var/log/nginx:rw
|
- /opt/so/log/nginx/:/var/log/nginx:rw
|
||||||
- /opt/so/tmp/nginx/:/var/lib/nginx:rw
|
- /opt/so/tmp/nginx/:/var/lib/nginx:rw
|
||||||
@@ -55,3 +62,4 @@ so-nginx:
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
- watch:
|
- watch:
|
||||||
- file: nginxconf
|
- file: nginxconf
|
||||||
|
- file: nginxconfdir
|
||||||
|
|||||||
Reference in New Issue
Block a user