mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #439 from Security-Onion-Solutions/bugfix/html-formatting
[fix] HTML formatting and css changes
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
<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>
|
<style>
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -25,38 +25,45 @@ a {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center {
|
.center-content {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center-image {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style the top navigation bar */
|
/* Style the top navigation bar */
|
||||||
.topnav {
|
.topnav {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
width: 1080px;
|
width: 1080px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the topnav links */
|
/* Style the topnav links */
|
||||||
.topnav a {
|
.topnav a {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 14px 16px;
|
padding: 14px 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change color on hover */
|
/* Change color on hover */
|
||||||
.topnav a:hover {
|
.topnav a:hover {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the content */
|
/* Style the content */
|
||||||
.content {
|
.content {
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
color: #E3DBCC;
|
color: #E3DBCC;
|
||||||
@@ -65,17 +72,17 @@ a {
|
|||||||
|
|
||||||
/* Style the footer */
|
/* Style the footer */
|
||||||
.footer {
|
.footer {
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
padding: 60px;
|
padding: 60px;
|
||||||
color: #E3DBCC;
|
color: #E3DBCC;
|
||||||
width: 1080px;
|
width: 1080px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="center">
|
<div class="center-content">
|
||||||
<div class="topnav center">
|
<div class="topnav center-content">
|
||||||
<a href="/so-auth/loginpage/create-user" target="_blank">Create New User</a>
|
<a href="/so-auth/loginpage/create-user" target="_blank">Create New User</a>
|
||||||
<a href="/kibana/" target="_blank">Kibana</a>
|
<a href="/kibana/" target="_blank">Kibana</a>
|
||||||
<a href="/grafana/" target="_blank">Grafana</a>
|
<a href="/grafana/" target="_blank">Grafana</a>
|
||||||
@@ -89,41 +96,67 @@ a {
|
|||||||
<a href="https://blog.securityonion.net" target="_blank">Blog</a>
|
<a href="https://blog.securityonion.net" target="_blank">Blog</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content center">
|
<div class="content center-content">
|
||||||
<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>
|
<div style="text-align: center;">
|
||||||
|
<a href="https://securityonion.net">
|
||||||
<p><center><h1>Hybrid Hunter Alpha 1.1.4 - Feature Parity Release</h1></center><br>
|
<img style="border: none;" src="alpha_logo.jpg" alt="Security Onion" class="center-image" target="_blank">
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
|
<p>
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<h1>Hybrid Hunter Alpha 1.1.4 - Feature Parity Release</h1>
|
||||||
|
</div>
|
||||||
|
<br/>
|
||||||
<h2>Changes:</h2>
|
<h2>Changes:</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added new in-house auth method [Security Onion Auth](https://github.com/Security-Onion-Solutions/securityonion-auth).</li>
|
<li>Added new in-house auth method [Security Onion Auth](https://github.com/Security-Onion-Solutions/securityonion-auth).</li>
|
||||||
<li>Web user creation is done via the browser now instead of so-user-add.</li>
|
<li>Web user creation is done via the browser now instead of so-user-add.</li>
|
||||||
<li>New Logstash pipeline setup. Now uses multiple pipelines.</li>
|
<li>New Logstash pipeline setup. Now uses multiple pipelines.</li>
|
||||||
<li>New Master + Search node type and well as a Heavy Node type in the install.</li>
|
<li>New Master + Search node type and well as a Heavy Node type in the install.</li>
|
||||||
<li>Change all nodes to point to the docker registry on the Master. This cuts down on the calls to dockerhub.</li>
|
<li>Change all nodes to point to the docker registry on the Master. This cuts down on the calls to dockerhub.</li>
|
||||||
<li>Zeek 3.0.1</li>
|
<li>Zeek 3.0.1</li>
|
||||||
<li>Elastic 6.8.6</li>
|
<li>Elastic 6.8.6</li>
|
||||||
<li>New SO Start | Stop | Restart scripts for all components (eg. `so-playbook-restart`).</li>
|
<li>New SO Start | Stop | Restart scripts for all components (eg. `so-playbook-restart`).</li>
|
||||||
<li>BPF support for Suricata (NIDS), Steno (PCAP) & Zeek ([Docs](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/BPF)).</li>
|
<li>BPF support for Suricata (NIDS), Steno (PCAP) & Zeek ([Docs](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/BPF)).</li>
|
||||||
<li>Updated Domain Stats & Frequency Server containers to Python3 & created new Salt states for them.</li>
|
<li>Updated Domain Stats & Frequency Server containers to Python3 & created new Salt states for them.</li>
|
||||||
<li>Added so-status script which gives an easy to read look at container status.</li>
|
<li>Added so-status script which gives an easy to read look at container status.</li>
|
||||||
<li>Manage threshold.conf for Suricata using the thresholding pillar.</li>
|
<li>Manage threshold.conf for Suricata using the thresholding pillar.</li>
|
||||||
<li>The ISO now includes all the docker containers for faster install speeds.</li>
|
<li>The ISO now includes all the docker containers for faster install speeds.</li>
|
||||||
<li>You now set the password for the onion account during the iso install. This account is temporary and will be removed after so-setup.</li>
|
<li>You now set the password for the onion account during the iso install. This account is temporary and will be removed after so-setup.</li>
|
||||||
<li>Updated Helix parsers for better compatibility.</li>
|
<li>Updated Helix parsers for better compatibility.</li>
|
||||||
<li>Updated telegraf docker to include curl and jq.</li>
|
<li>Updated telegraf docker to include curl and jq.</li>
|
||||||
<li>CVE-2020-0601 Zeek Detection Script.</li>
|
<li>CVE-2020-0601 Zeek Detection Script.</li>
|
||||||
<li>ISO Install now prompts you to create a password for the onion user during imaging. This account gets disabled during setup.</li>
|
<li>ISO Install now prompts you to create a password for the onion user during imaging. This account gets disabled during setup.</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>
|
<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>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer center">
|
<div class="footer center-content">
|
||||||
<b>Disclaimer of Warranty</b><br>
|
<b>Disclaimer of Warranty</b>
|
||||||
<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/>
|
||||||
<br>
|
<small>
|
||||||
<b>Limitation of Liability</b><br>
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||||
<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>
|
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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -8,14 +8,14 @@
|
|||||||
<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>
|
<style>
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -24,33 +24,39 @@ a {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center-content {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style the top navigation bar */
|
/* Style the top navigation bar */
|
||||||
.topnav {
|
.topnav {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
width: 1080px;
|
width: 1080px;
|
||||||
|
display: flex;
|
||||||
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the topnav links */
|
/* Style the topnav links */
|
||||||
.topnav a {
|
.topnav a {
|
||||||
float: left;
|
margin: auto;
|
||||||
display: block;
|
color: #f2f2f2;
|
||||||
color: #f2f2f2;
|
text-align: center;
|
||||||
text-align: center;
|
padding: 14px 16px;
|
||||||
padding: 14px 16px;
|
text-decoration: none;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change color on hover */
|
/* Change color on hover */
|
||||||
.topnav a:hover {
|
.topnav a:hover {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the content */
|
/* Style the content */
|
||||||
.content {
|
.content {
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-left: 60px;
|
padding-left: 60px;
|
||||||
color: #E3DBCC;
|
color: #E3DBCC;
|
||||||
@@ -59,55 +65,67 @@ a {
|
|||||||
|
|
||||||
/* Style the footer */
|
/* Style the footer */
|
||||||
.footer {
|
.footer {
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
padding: 60px;
|
padding: 60px;
|
||||||
color: #E3DBCC;
|
color: #E3DBCC;
|
||||||
width: 1080px;
|
width: 1080px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="center-content">
|
||||||
<div class="topnav">
|
<div class="topnav center-content">
|
||||||
<a href="/kibana/" target="_blank">Kibana</a>
|
<a href="/so-auth/loginpage/create-user" target="_blank">Create New User</a>
|
||||||
<a href="/grafana/" target="_blank">Grafana</a>
|
<a href="/kibana/" target="_blank">Kibana</a>
|
||||||
<a href="/fleet/" target="_blank">Fleet</a>
|
<a href="/grafana/" target="_blank">Grafana</a>
|
||||||
<a href="/thehive/" target="_blank">TheHive</a>
|
<a href="/sensoroni/" target="_blank">Sensoroni</a>
|
||||||
<a href="/packages/" target="_blank">Osquery Binaries</a>
|
<a href="/playbook/" target="_blank">Playbook</a>
|
||||||
<a href="https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/FAQ" target="_blank">FAQ</a>
|
<a href="/fleet/" target="_blank">Fleet</a>
|
||||||
<a href="https://www.securityonionsolutions.com" target="_blank">Security Onion Solutions</a>
|
<a href="/thehive/" target="_blank">TheHive</a>
|
||||||
<a href="https://blog.securityonion.net" target="_blank">Blog</a>
|
<a href="/packages/" target="_blank">Osquery Packages</a>
|
||||||
</div>
|
<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>
|
||||||
<div class="content">
|
<a href="https://blog.securityonion.net" target="_blank">Blog</a>
|
||||||
|
</div>
|
||||||
<p><center><h1>Osquery Packages</h1></center><br>
|
|
||||||
|
<div class="content center-content">
|
||||||
<h2>Notes</h2>
|
<p>
|
||||||
<ul>
|
<div style="text-align: center;">
|
||||||
<li>These packages are customized for this specific Fleet install and will only be generated after the Fleet setup script has been run. If you want vanilla osquery packages, you can get them directly from <a href="https://osquery.io/downloads">osquery.io</a></li>
|
<h1>Osquery Packages</h1>
|
||||||
<li>Packages are not signed.</li>
|
</div>
|
||||||
</ul>
|
<br/>
|
||||||
<BR> <h2>Downloads</h2>
|
<h2>Notes</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>These packages are customized for this specific Fleet install and will only be generated after the Fleet setup script has been run. If you want vanilla osquery packages, you can get them directly from <a href="https://osquery.io/downloads">osquery.io</a></li>
|
||||||
Generated: N/A
|
<li>Packages are not signed.</li>
|
||||||
<BR><BR>Packages:
|
</ul>
|
||||||
<li><a href="/packages/launcher.msi" download="msi-launcher.msi">MSI (Windows)</a></li>
|
<br/>
|
||||||
<li><a href="/packages/launcher.deb" download="deb-launcher.deb">DEB (Debian)</a></li>
|
<h2>Downloads</h2>
|
||||||
<li><a href="/packages/launcher.rpm" download="rpm-launcher.rpm">RPM (RPM)</a></li>
|
<div>
|
||||||
<BR><BR>Config Files:
|
Generated: N/A
|
||||||
<li><a href="/packages/launcher.flags" download="launcher.flags.txt">RPM & DEB Flag File</a></li>
|
<br/>
|
||||||
<li><a href="/packages/launcher-msi.flags" download="launcher-msi.flags.txt">MSI Flag File</a></li>
|
<br/>
|
||||||
</ul>
|
Packages:
|
||||||
|
<ul>
|
||||||
<BR><h2>Known Issues</h2>
|
<li><a href="/packages/launcher.msi" download="msi-launcher.msi">MSI (Windows)</a></li>
|
||||||
<ul>
|
<li><a href="/packages/launcher.deb" download="deb-launcher.deb">DEB (Debian)</a></li>
|
||||||
<li>None</li>
|
<li><a href="/packages/launcher.rpm" download="rpm-launcher.rpm">RPM (RPM)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
<br/>
|
||||||
</div>
|
<br/>
|
||||||
|
Config Files:
|
||||||
|
<ul>
|
||||||
|
<li><a href="/packages/launcher.flags" download="launcher.flags.txt">RPM & DEB Flag File</a></li>
|
||||||
|
<li><a href="/packages/launcher-msi.flags" download="launcher-msi.flags.txt">MSI Flag File</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<br/>
|
||||||
|
<h2>Known Issues</h2>
|
||||||
|
<ul>
|
||||||
|
<li>None</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user