-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1529 from Security-Onion-Solutions/dev
2.3.0 GA!
- Loading branch information
Showing
130 changed files
with
10,047 additions
and
6,522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,28 @@ | ||
## Security Onion 2.2.0.rc3 | ||
## Security Onion 2.3.0 | ||
|
||
Security Onion 2.2.0 RC3 is here! | ||
Security Onion 2.3.0 is here! | ||
|
||
### Warnings and Disclaimers | ||
|
||
- If this breaks your system, you get to keep both pieces! | ||
- This is a work in progress and is in constant flux. | ||
- This configuration may change drastically over time leading up to the final release. | ||
- Do NOT run this on a system that you care about! | ||
- Do NOT run this on a system that has data that you care about! | ||
- This script should only be run on a TEST box with TEST data! | ||
- Use of this script may result in nausea, vomiting, or a burning sensation. | ||
|
||
### Release Notes | ||
|
||
https://docs.securityonion.net/en/2.2/release-notes.html | ||
https://docs.securityonion.net/en/2.3/release-notes.html | ||
|
||
### Requirements | ||
|
||
https://docs.securityonion.net/en/2.2/hardware.html | ||
https://docs.securityonion.net/en/2.3/hardware.html | ||
|
||
### Download | ||
|
||
https://docs.securityonion.net/en/2.2/download.html | ||
https://docs.securityonion.net/en/2.3/download.html | ||
|
||
### Installation | ||
|
||
https://docs.securityonion.net/en/2.2/installation.html | ||
https://docs.securityonion.net/en/2.3/installation.html | ||
|
||
### FAQ | ||
|
||
https://docs.securityonion.net/en/2.2/faq.html | ||
https://docs.securityonion.net/en/2.3/faq.html | ||
|
||
### Feedback | ||
|
||
https://docs.securityonion.net/en/2.2/community-support.html | ||
https://docs.securityonion.net/en/2.3/community-support.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
### 2.2.0-rc3 ISO image built on 2020/09/17 | ||
### 2.3.0 ISO image built on 2020/10/15 | ||
|
||
### Download and Verify | ||
|
||
2.2.0-rc3 ISO image: | ||
https://download.securityonion.net/file/securityonion/securityonion-2.2.0-rc3.iso | ||
2.3.0 ISO image: | ||
https://download.securityonion.net/file/securityonion/securityonion-2.3.0.iso | ||
|
||
MD5: 051883501C905653ACBCEC513C294778 | ||
SHA1: 0A66F6636F53B268E7FFB743A3136AC5CC3E0E96 | ||
SHA256: 5A9F303954AF1B1D271CE526E5DCBFC28F3FFC0621B291A29F0F7F2E8EB11C43 | ||
MD5: E05B220E4FD7C054DF5C50906EE1375B | ||
SHA1: 55E93C6EAB140AB4A0F07873CC871EBFDC699CD6 | ||
SHA256: 57B96A6E0951143E123BFC0CD0404F7466776E69F3C115F5A0444C0C6D5A6E32 | ||
|
||
Signature for ISO image: | ||
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.2.0-rc3.iso.sig | ||
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.0.iso.sig | ||
|
||
Signing key: | ||
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS | ||
|
@@ -24,27 +24,27 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/ma | |
|
||
Download the signature file for the ISO: | ||
``` | ||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.2.0-rc3.iso.sig | ||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.0.iso.sig | ||
``` | ||
|
||
Download the ISO image: | ||
``` | ||
wget https://download.securityonion.net/file/securityonion/securityonion-2.2.0-rc3.iso | ||
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.0.iso | ||
``` | ||
|
||
Verify the downloaded ISO image using the signature file: | ||
``` | ||
gpg --verify securityonion-2.2.0-rc3.iso.sig securityonion-2.2.0-rc3.iso | ||
gpg --verify securityonion-2.3.0.iso.sig securityonion-2.3.0.iso | ||
``` | ||
|
||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below: | ||
``` | ||
gpg: Signature made Thu 17 Sep 2020 10:05:27 AM EDT using RSA key ID FE507013 | ||
gpg: Signature made Thu 15 Oct 2020 08:06:28 PM EDT using RSA key ID FE507013 | ||
gpg: Good signature from "Security Onion Solutions, LLC <[email protected]>" | ||
gpg: WARNING: This key is not certified with a trusted signature! | ||
gpg: There is no indication that the signature belongs to the owner. | ||
Primary key fingerprint: C804 A93D 36BE 0C73 3EA1 9644 7C10 60B7 FE50 7013 | ||
``` | ||
|
||
Once you've verified the ISO image, you're ready to proceed to our Installation guide: | ||
https://docs.securityonion.net/en/2.2/installation.html | ||
https://docs.securityonion.net/en/2.3/installation.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.0-rc.3 | ||
2.3.0 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Unit] | ||
Description=The Salt Master Server | ||
Documentation=man:salt-master(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html | ||
After=network.target | ||
|
||
[Service] | ||
LimitNOFILE=100000 | ||
Type=notify | ||
NotifyAccess=all | ||
ExecStart=/usr/bin/salt-master | ||
Restart=always | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
elasticsearch: | ||
templates: | ||
- so/so-beats-template.json.jinja | ||
- so/so-common-template.json | ||
- so/so-firewall-template.json.jinja | ||
- so/so-flow-template.json.jinja | ||
- so/so-ids-template.json.jinja | ||
- so/so-import-template.json.jinja | ||
- so/so-osquery-template.json.jinja | ||
- so/so-ossec-template.json.jinja | ||
- so/so-strelka-template.json.jinja | ||
- so/so-syslog-template.json.jinja | ||
- so/so-zeek-template.json.jinja |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
logrotate: | ||
conf: | | ||
daily | ||
rotate 14 | ||
missingok | ||
copytruncate | ||
compress | ||
create | ||
extension .log | ||
dateext | ||
dateyesterday |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!py | ||
|
||
def status(): | ||
return __salt__['cmd.run']('/sbin/so-status') | ||
return __salt__['cmd.run']('/usr/sbin/so-status') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
logrotate -f /opt/so/conf/log-rotate.conf >/dev/null 2>&1 |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{%- set logrotate_conf = salt['pillar.get']('logrotate:conf') %} | ||
|
||
/opt/so/log/aptcacher-ng/*.log | ||
/opt/so/log/idstools/*.log | ||
/opt/so/log/nginx/*.log | ||
/opt/so/log/soc/*.log | ||
/opt/so/log/kratos/*.log | ||
/opt/so/log/kibana/*.log | ||
/opt/so/log/influxdb/*.log | ||
/opt/so/log/elastalert/*.log | ||
/opt/so/log/soctopus/*.log | ||
/opt/so/log/curator/*.log | ||
/opt/so/log/fleet/*.log | ||
/opt/so/log/suricata/*.log | ||
/opt/so/log/mysql/*.log | ||
/opt/so/log/playbook/*.log | ||
/opt/so/log/logstash/*.log | ||
/opt/so/log/filebeat/*.log | ||
/opt/so/log/telegraf/*.log | ||
/opt/so/log/redis/*.log | ||
{ | ||
{{ logrotate_conf | indent(width=4) }} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.