Merge remote-tracking branch 'origin/2.4/dev' into vlb2

This commit is contained in:
Josh Patterson
2025-04-03 08:47:54 -04:00
9 changed files with 58 additions and 16 deletions

View File

@@ -26,6 +26,7 @@ body:
- 2.4.120 - 2.4.120
- 2.4.130 - 2.4.130
- 2.4.140 - 2.4.140
- 2.4.141
- 2.4.150 - 2.4.150
- Other (please provide detail below) - Other (please provide detail below)
validations: validations:

View File

@@ -1,17 +1,17 @@
### 2.4.140-20250324 ISO image released on 2025/03/24 ### 2.4.141-20250331 ISO image released on 2025/03/31
### Download and Verify ### Download and Verify
2.4.140-20250324 ISO image: 2.4.141-20250331 ISO image:
https://download.securityonion.net/file/securityonion/securityonion-2.4.140-20250324.iso https://download.securityonion.net/file/securityonion/securityonion-2.4.141-20250331.iso
MD5: 36393200A5CEEC5B58277691DDAFF247 MD5: CAE347BC0437A93DC8F4089973ED0EA7
SHA1: 48655378C732CF47A6B3290F6F07F4F3162BE054 SHA1: 3A6F0C2F3B6E3625E06F67EB251372D7E592CB0E
SHA256: 470E00245EBAD83C045743CFB27885CEC3E1F057D91081906B240A38B6D3759A SHA256: D0426D8E55E01A0FBA15AFE0BB7887CCB724C07FE82DA706CD1592E6001CD12B
Signature for ISO image: Signature for ISO image:
https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.140-20250324.iso.sig https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.141-20250331.iso.sig
Signing key: Signing key:
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS 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: Download the signature file for the ISO:
``` ```
wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.140-20250324.iso.sig wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.141-20250331.iso.sig
``` ```
Download the ISO image: Download the ISO image:
``` ```
wget https://download.securityonion.net/file/securityonion/securityonion-2.4.140-20250324.iso wget https://download.securityonion.net/file/securityonion/securityonion-2.4.141-20250331.iso
``` ```
Verify the downloaded ISO image using the signature file: Verify the downloaded ISO image using the signature file:
``` ```
gpg --verify securityonion-2.4.140-20250324.iso.sig securityonion-2.4.140-20250324.iso gpg --verify securityonion-2.4.141-20250331.iso.sig securityonion-2.4.141-20250331.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 Sun 23 Mar 2025 08:37:47 PM EDT using RSA key ID FE507013 gpg: Signature made Fri 28 Mar 2025 06:28:11 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.

View File

@@ -408,7 +408,8 @@ preupgrade_changes() {
[[ "$INSTALLEDVERSION" == 2.4.111 ]] && up_to_2.4.120 [[ "$INSTALLEDVERSION" == 2.4.111 ]] && up_to_2.4.120
[[ "$INSTALLEDVERSION" == 2.4.120 ]] && up_to_2.4.130 [[ "$INSTALLEDVERSION" == 2.4.120 ]] && up_to_2.4.130
[[ "$INSTALLEDVERSION" == 2.4.130 ]] && up_to_2.4.140 [[ "$INSTALLEDVERSION" == 2.4.130 ]] && up_to_2.4.140
[[ "$INSTALLEDVERSION" == 2.4.140 ]] && up_to_2.4.150 [[ "$INSTALLEDVERSION" == 2.4.140 ]] && up_to_2.4.141
[[ "$INSTALLEDVERSION" == 2.4.141 ]] && up_to_2.4.150
true true
} }
@@ -434,7 +435,8 @@ postupgrade_changes() {
[[ "$POSTVERSION" == 2.4.111 ]] && post_to_2.4.120 [[ "$POSTVERSION" == 2.4.111 ]] && post_to_2.4.120
[[ "$POSTVERSION" == 2.4.120 ]] && post_to_2.4.130 [[ "$POSTVERSION" == 2.4.120 ]] && post_to_2.4.130
[[ "$POSTVERSION" == 2.4.130 ]] && post_to_2.4.140 [[ "$POSTVERSION" == 2.4.130 ]] && post_to_2.4.140
[[ "$POSTVERSION" == 2.4.140 ]] && post_to_2.4.150 [[ "$POSTVERSION" == 2.4.140 ]] && post_to_2.4.141
[[ "$POSTVERSION" == 2.4.141 ]] && post_to_2.4.150
true true
} }
@@ -562,6 +564,11 @@ post_to_2.4.140() {
POSTVERSION=2.4.140 POSTVERSION=2.4.140
} }
post_to_2.4.141() {
echo "Nothing to apply"
POSTVERSION=2.4.141
}
post_to_2.4.150() { post_to_2.4.150() {
echo "Nothing to apply" echo "Nothing to apply"
POSTVERSION=2.4.150 POSTVERSION=2.4.150
@@ -793,6 +800,12 @@ up_to_2.4.140() {
INSTALLEDVERSION=2.4.140 INSTALLEDVERSION=2.4.140
} }
up_to_2.4.141() {
echo "Nothing to do for 2.4.141"
INSTALLEDVERSION=2.4.141
}
up_to_2.4.150() { up_to_2.4.150() {
echo "Nothing to do for 2.4.150" echo "Nothing to do for 2.4.150"

View File

@@ -44,6 +44,10 @@ strelka_backend:
- restart_policy: on-failure - restart_policy: on-failure
- watch: - watch:
- file: strelkasensorcompiledrules - file: strelkasensorcompiledrules
- file: backend_backend_config
- file: backend_logging_config
- file: backend_passwords
- file: backend_taste
delete_so-strelka-backend_so-status.disabled: delete_so-strelka-backend_so-status.disabled:
file.uncomment: file.uncomment:

View File

@@ -41,6 +41,8 @@ strelka_filestream:
- {{ XTRAENV }} - {{ XTRAENV }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
- watch:
- file: filestream_config
delete_so-strelka-filestream_so-status.disabled: delete_so-strelka-filestream_so-status.disabled:
file.uncomment: file.uncomment:

View File

@@ -46,6 +46,8 @@ strelka_frontend:
- {{ XTRAENV }} - {{ XTRAENV }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
- watch:
- file: frontend_config
delete_so-strelka-frontend_so-status.disabled: delete_so-strelka-frontend_so-status.disabled:
file.uncomment: file.uncomment:

View File

@@ -40,6 +40,8 @@ strelka_manager:
- {{ XTRAENV }} - {{ XTRAENV }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
- watch:
- file: manager_config
delete_so-strelka-manager_so-status.disabled: delete_so-strelka-manager_so-status.disabled:
file.uncomment: file.uncomment:

View File

@@ -64,46 +64,62 @@ strelka:
helpLink: strelka.html helpLink: strelka.html
advanced: True advanced: True
scanners: scanners:
'ScanBase64': &scannerOptions 'ScanBase64PE': &scannerOptions
description: Configuration options for this scanner. description: Configuration options for this scanner.
readonly: False readonly: False
global: False global: False
helpLink: strelka.html helpLink: strelka.html
advanced: True advanced: True
type: json forcedType: "[]{}"
multiline: True syntax: json
'ScanBatch': *scannerOptions 'ScanBatch': *scannerOptions
'ScanBmpEof': *scannerOptions
'ScanBzip2': *scannerOptions 'ScanBzip2': *scannerOptions
'ScanDmg': *scannerOptions
'ScanDocx': *scannerOptions 'ScanDocx': *scannerOptions
'ScanDonut': *scannerOptions
'ScanElf': *scannerOptions 'ScanElf': *scannerOptions
'ScanEmail': *scannerOptions 'ScanEmail': *scannerOptions
'ScanEncryptedDoc': *scannerOptions
'ScanEncryptedZip': *scannerOptions
'ScanEntropy': *scannerOptions 'ScanEntropy': *scannerOptions
'ScanExiftool': *scannerOptions 'ScanExiftool': *scannerOptions
'ScanFooter': *scannerOptions
'ScanGif': *scannerOptions 'ScanGif': *scannerOptions
'ScanGzip': *scannerOptions 'ScanGzip': *scannerOptions
'ScanHash': *scannerOptions 'ScanHash': *scannerOptions
'ScanHeader': *scannerOptions 'ScanHeader': *scannerOptions
'ScanHtml': *scannerOptions 'ScanHtml': *scannerOptions
'ScanIni': *scannerOptions 'ScanIni': *scannerOptions
'ScanIqy': *scannerOptions
'ScanIso': *scannerOptions
'ScanJarManifest': *scannerOptions 'ScanJarManifest': *scannerOptions
'ScanJavascript': *scannerOptions 'ScanJavascript': *scannerOptions
'ScanJpeg': *scannerOptions 'ScanJpeg': *scannerOptions
'ScanJson': *scannerOptions 'ScanJson': *scannerOptions
'ScanLibarchive': *scannerOptions 'ScanLibarchive': *scannerOptions
'ScanLNK': *scannerOptions
'ScanLsb': *scannerOptions
'ScanLzma': *scannerOptions 'ScanLzma': *scannerOptions
'ScanMacho': *scannerOptions 'ScanMacho': *scannerOptions
'ScanManifest': *scannerOptions
'ScanMsi': *scannerOptions
'ScanOcr': *scannerOptions 'ScanOcr': *scannerOptions
'ScanOle': *scannerOptions 'ScanOle': *scannerOptions
'ScanOnenote': *scannerOptions
'ScanPdf': *scannerOptions 'ScanPdf': *scannerOptions
'ScanPe': *scannerOptions 'ScanPe': *scannerOptions
'ScanPgp': *scannerOptions 'ScanPgp': *scannerOptions
'ScanPhp': *scannerOptions 'ScanPhp': *scannerOptions
'ScanPkcs7': *scannerOptions 'ScanPkcs7': *scannerOptions
'ScanPlist': *scannerOptions 'ScanPlist': *scannerOptions
'ScanPngEof': *scannerOptions
'ScanQr': *scannerOptions
'ScanRar': *scannerOptions 'ScanRar': *scannerOptions
'ScanRpm': *scannerOptions 'ScanRpm': *scannerOptions
'ScanRtf': *scannerOptions 'ScanRtf': *scannerOptions
'ScanRuby': *scannerOptions 'ScanRuby': *scannerOptions
'ScanSevenZip': *scannerOptions
'ScanSwf': *scannerOptions 'ScanSwf': *scannerOptions
'ScanTar': *scannerOptions 'ScanTar': *scannerOptions
'ScanTnef': *scannerOptions 'ScanTnef': *scannerOptions
@@ -111,6 +127,8 @@ strelka:
'ScanUrl': *scannerOptions 'ScanUrl': *scannerOptions
'ScanVb': *scannerOptions 'ScanVb': *scannerOptions
'ScanVba': *scannerOptions 'ScanVba': *scannerOptions
'ScanVhd': *scannerOptions
'ScanVsto': *scannerOptions
'ScanX509': *scannerOptions 'ScanX509': *scannerOptions
'ScanXml': *scannerOptions 'ScanXml': *scannerOptions
'ScanYara': *scannerOptions 'ScanYara': *scannerOptions

Binary file not shown.