mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge branch 'master' into dev
# Conflicts: # VERSION
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Security Onion 2.0.0.rc1
|
## Security Onion 2.0.2.rc1
|
||||||
|
|
||||||
Security Onion 2.0.0 RC1 is here! This version requires a fresh install, but there is good news - we have brought back soup! From now on, you should be able to run soup on the manager to upgrade your environment to RC2 and beyond!
|
Security Onion 2.0.2 RC1 is here! This version requires a fresh install, but there is good news - we have brought back soup! From now on, you should be able to run soup on the manager to upgrade your environment to RC2 and beyond!
|
||||||
|
|
||||||
### Warnings and Disclaimers
|
### Warnings and Disclaimers
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
### 2.0.0-rc1 ISO image built on 2020/07/20
|
### 2.0.2-rc1 ISO image built on 2020/07/23
|
||||||
|
|
||||||
### Download and Verify
|
### Download and Verify
|
||||||
|
|
||||||
2.0.0-rc1 ISO image:
|
2.0.2-rc1 ISO image:
|
||||||
https://download.securityonion.net/file/securityonion/securityonion-2.0.0-rc1.iso
|
https://download.securityonion.net/file/securityonion/securityonion-2.0.2-rc1.iso
|
||||||
|
|
||||||
MD5: 788570E839439C23956581C6145B8689
|
MD5: DC991385818DB7A4242F4BF7045D1250
|
||||||
SHA1: A87CAF016C989D4DB4D4ED619DF072B708BA28FE
|
SHA1: 0BD458F01F10B324DF90F95201CC33B9DEBEAFA3
|
||||||
SHA256: C5AC6419AF40CB98E93C53CE4101E7DE5F51AEE76DB46734191D783503649210
|
SHA256: BE851E5FB1952942A9C10F6563DF6EF93381D734FDFD7E05FFAC77A5064F781A
|
||||||
|
|
||||||
Signature for ISO image:
|
Signature for ISO image:
|
||||||
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.0-rc1.iso.sig
|
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.2-rc1.iso.sig
|
||||||
|
|
||||||
Signing key:
|
Signing key:
|
||||||
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS
|
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS
|
||||||
@@ -24,22 +24,22 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/ma
|
|||||||
|
|
||||||
Download the signature file for the ISO:
|
Download the signature file for the ISO:
|
||||||
```
|
```
|
||||||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.0-rc1.iso.sig
|
wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.2-rc1.iso.sig
|
||||||
```
|
```
|
||||||
|
|
||||||
Download the ISO image:
|
Download the ISO image:
|
||||||
```
|
```
|
||||||
wget https://download.securityonion.net/file/securityonion/securityonion-2.0.0-rc1.iso
|
wget https://download.securityonion.net/file/securityonion/securityonion-2.0.2-rc1.iso
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify the downloaded ISO image using the signature file:
|
Verify the downloaded ISO image using the signature file:
|
||||||
```
|
```
|
||||||
gpg --verify securityonion-2.0.0-rc1.iso.sig securityonion-2.0.0-rc1.iso
|
gpg --verify securityonion-2.0.2-rc1.iso.sig securityonion-2.0.2-rc1.iso
|
||||||
```
|
```
|
||||||
|
|
||||||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
|
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
|
||||||
```
|
```
|
||||||
gpg: Signature made Mon 20 Jul 2020 03:01:19 PM EDT using RSA key ID FE507013
|
gpg: Signature made Thu 23 Jul 2020 10:38:04 PM EDT using RSA key ID FE507013
|
||||||
gpg: Good signature from "Security Onion Solutions, LLC <info@securityonionsolutions.com>"
|
gpg: Good signature from "Security Onion Solutions, LLC <info@securityonionsolutions.com>"
|
||||||
gpg: WARNING: This key is not certified with a trusted signature!
|
gpg: WARNING: This key is not certified with a trusted signature!
|
||||||
gpg: There is no indication that the signature belongs to the owner.
|
gpg: There is no indication that the signature belongs to the owner.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
|
"logFilename": "/opt/sensoroni/logs/sensoroni.log",
|
||||||
"logLevel":"debug",
|
"logLevel":"debug",
|
||||||
"agent": {
|
"agent": {
|
||||||
"pollIntervalMs": {{ CHECKININTERVALMS }},
|
"pollIntervalMs": {{ CHECKININTERVALMS if CHECKININTERVALMS else 10000 }},
|
||||||
"serverUrl": "https://{{ MANAGER }}/sensoroniagents",
|
"serverUrl": "https://{{ MANAGER }}/sensoroniagents",
|
||||||
"verifyCert": false,
|
"verifyCert": false,
|
||||||
"modules": {
|
"modules": {
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
"title": "Security Onion 2.0.0 RC1 is here!",
|
"title": "Security Onion 2.0.2 RC1 is here!",
|
||||||
"changes": [
|
"changes": [
|
||||||
|
{ "summary": "Fixed standalone pcap interval issue." },
|
||||||
|
{ "summary": "<a target='so-github' href='https://github.com/Security-Onion-Solutions/securityonion/issues/1067'>Security Fix 1067:</a> variables.txt from ISO install stays on disk for 10 days." },
|
||||||
|
{ "summary": "<a target='so-github' href='https://github.com/Security-Onion-Solutions/securityonion/issues/1068'>Security Fix 1068:</a> Remove user values from static.sls." },
|
||||||
|
{ "summary": "<a target='so-github' href='https://github.com/Security-Onion-Solutions/securityonion/issues/1059'>Issue 1059:</a> Fix distributed deployment sensor interval issue allowing PCAP." },
|
||||||
|
{ "summary": "<a target='so-github' href='https://github.com/Security-Onion-Solutions/securityonion/issues/1058'>Issue 1058:</a> Support for passwords that start with special characters." },
|
||||||
|
{ "summary": "Minor soup updates." },
|
||||||
{ "summary": "Re-branded 2.0 to give it a fresh look." },
|
{ "summary": "Re-branded 2.0 to give it a fresh look." },
|
||||||
{ "summary": "All documentation has moved to <a target='so-help' href='https://docs.securityonion.net/en/2.0'>https://docs.securityonion.net/en/2.0</a>" },
|
{ "summary": "All documentation has moved to <a target='so-help' href='https://docs.securityonion.net/en/2.0'>https://docs.securityonion.net/en/2.0</a>" },
|
||||||
{ "summary": "<i>soup</i> is alive! Note: This tool only updates Security Onion components. Please use the built-in OS update process to keep the OS and other components up to date." },
|
{ "summary": "<i>soup</i> is alive! Note: This tool only updates Security Onion components. Please use the built-in OS update process to keep the OS and other components up to date." },
|
||||||
|
|||||||
@@ -937,13 +937,6 @@ manager_pillar() {
|
|||||||
|
|
||||||
local pillar_file=$temp_install_dir/pillar/minions/$MINION_ID.sls
|
local pillar_file=$temp_install_dir/pillar/minions/$MINION_ID.sls
|
||||||
|
|
||||||
if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then
|
|
||||||
SENSOR_CHECKIN_INTERVAL_MS=10000
|
|
||||||
if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ]; then
|
|
||||||
SENSOR_CHECKIN_INTERVAL_MS=1000
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Create the manager pillar
|
# Create the manager pillar
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"manager:"\
|
"manager:"\
|
||||||
@@ -1014,6 +1007,13 @@ manager_pillar() {
|
|||||||
manager_static() {
|
manager_static() {
|
||||||
local static_pillar="$local_salt_dir/pillar/static.sls"
|
local static_pillar="$local_salt_dir/pillar/static.sls"
|
||||||
|
|
||||||
|
if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then
|
||||||
|
SENSOR_CHECKIN_INTERVAL_MS=10000
|
||||||
|
if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ]; then
|
||||||
|
SENSOR_CHECKIN_INTERVAL_MS=1000
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# Create a static file for global values
|
# Create a static file for global values
|
||||||
printf '%s\n'\
|
printf '%s\n'\
|
||||||
"static:"\
|
"static:"\
|
||||||
|
|||||||
Binary file not shown.
BIN
sigs/securityonion-2.0.2-rc1.iso.sig
Normal file
BIN
sigs/securityonion-2.0.2-rc1.iso.sig
Normal file
Binary file not shown.
Reference in New Issue
Block a user