-
Notifications
You must be signed in to change notification settings - Fork 515
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 #12353 from Security-Onion-Solutions/2.4/dev
2.4.50
- Loading branch information
Showing
70 changed files
with
247,196 additions
and
496 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
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,17 +1,17 @@ | ||
### 2.4.40-20240116 ISO image released on 2024/01/17 | ||
### 2.4.50-20240220 ISO image released on 2024/02/20 | ||
|
||
|
||
### Download and Verify | ||
|
||
2.4.40-20240116 ISO image: | ||
https://download.securityonion.net/file/securityonion/securityonion-2.4.40-20240116.iso | ||
2.4.50-20240220 ISO image: | ||
https://download.securityonion.net/file/securityonion/securityonion-2.4.50-20240220.iso | ||
|
||
MD5: AC55D027B663F3CE0878FEBDAD9DD78B | ||
SHA1: C2B51723B17F3DC843CC493EB80E93B123E3A3E1 | ||
SHA256: C5F135FCF45A836BBFF58C231F95E1EA0CD894898322187AD5FBFCD24BC2F123 | ||
MD5: BCA6476EF1BF79773D8EFB11700FDE8E | ||
SHA1: 9FF0A304AA368BCD2EF2BE89AD47E65650241927 | ||
SHA256: 49D7695EFFF6F3C4840079BF564F3191B585639816ADE98672A38017F25E9570 | ||
|
||
Signature for ISO image: | ||
https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.40-20240116.iso.sig | ||
https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.50-20240220.iso.sig | ||
|
||
Signing key: | ||
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS | ||
|
@@ -25,22 +25,22 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2. | |
|
||
Download the signature file for the ISO: | ||
``` | ||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.40-20240116.iso.sig | ||
wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.50-20240220.iso.sig | ||
``` | ||
|
||
Download the ISO image: | ||
``` | ||
wget https://download.securityonion.net/file/securityonion/securityonion-2.4.40-20240116.iso | ||
wget https://download.securityonion.net/file/securityonion/securityonion-2.4.50-20240220.iso | ||
``` | ||
|
||
Verify the downloaded ISO image using the signature file: | ||
``` | ||
gpg --verify securityonion-2.4.40-20240116.iso.sig securityonion-2.4.40-20240116.iso | ||
gpg --verify securityonion-2.4.50-20240220.iso.sig securityonion-2.4.50-20240220.iso | ||
``` | ||
|
||
The output should show "Good signature" and the Primary key fingerprint should match what's shown below: | ||
``` | ||
gpg: Signature made Tue 16 Jan 2024 07:34:40 PM EST using RSA key ID FE507013 | ||
gpg: Signature made Fri 16 Feb 2024 11:36:25 AM EST 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. | ||
|
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.4.40 | ||
2.4.50 |
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 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 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,23 +1,70 @@ | ||
# Sync some Utilities | ||
soup_scripts: | ||
file.recurse: | ||
- name: /usr/sbin | ||
- user: root | ||
- group: root | ||
- file_mode: 755 | ||
- source: salt://common/tools/sbin | ||
- include_pat: | ||
- so-common | ||
- so-image-common | ||
|
||
soup_manager_scripts: | ||
file.recurse: | ||
- name: /usr/sbin | ||
- user: root | ||
- group: root | ||
- file_mode: 755 | ||
- source: salt://manager/tools/sbin | ||
- include_pat: | ||
- so-firewall | ||
- so-repo-sync | ||
- soup | ||
{% import_yaml '/opt/so/saltstack/local/pillar/global/soc_global.sls' as SOC_GLOBAL %} | ||
{% if SOC_GLOBAL.global.airgap %} | ||
{% set UPDATE_DIR='/tmp/soagupdate/SecurityOnion' %} | ||
{% else %} | ||
{% set UPDATE_DIR='/tmp/sogh/securityonion' %} | ||
{% endif %} | ||
|
||
remove_common_soup: | ||
file.absent: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/soup | ||
|
||
remove_common_so-firewall: | ||
file.absent: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/so-firewall | ||
|
||
copy_so-common_common_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/so-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-image-common_common_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/common/tools/sbin/so-image-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-image-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_soup_manager_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/manager/tools/sbin/soup | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/soup | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-firewall_manager_tools_sbin: | ||
file.copy: | ||
- name: /opt/so/saltstack/default/salt/manager/tools/sbin/so-firewall | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/so-firewall | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-common_sbin: | ||
file.copy: | ||
- name: /usr/sbin/so-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-image-common_sbin: | ||
file.copy: | ||
- name: /usr/sbin/so-image-common | ||
- source: {{UPDATE_DIR}}/salt/common/tools/sbin/so-image-common | ||
- force: True | ||
- preserve: True | ||
|
||
copy_soup_sbin: | ||
file.copy: | ||
- name: /usr/sbin/soup | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/soup | ||
- force: True | ||
- preserve: True | ||
|
||
copy_so-firewall_sbin: | ||
file.copy: | ||
- name: /usr/sbin/so-firewall | ||
- source: {{UPDATE_DIR}}/salt/manager/tools/sbin/so-firewall | ||
- force: True | ||
- preserve: True |
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
Oops, something went wrong.