Merge pull request #6521 from Security-Onion-Solutions/hotfix/2.3.90

Hotfix/2.3.90
This commit is contained in:
Mike Reeves
2021-12-10 16:20:29 -05:00
committed by GitHub
7 changed files with 17 additions and 16 deletions

2
HOTFIX
View File

@@ -1 +1 @@
WAZUH AIRGAPFIX 20211206 WAZUH AIRGAPFIX 20211206 20211210

View File

@@ -1,6 +1,6 @@
## Security Onion 2.3.90-20211206 ## Security Onion 2.3.90-20211210
Security Onion 2.3.90-20211206 is here! Security Onion 2.3.90-20211210 is here!
## Screenshots ## Screenshots

View File

@@ -1,18 +1,18 @@
### 2.3.90-20211206 ISO image built on 2021/12/06 ### 2.3.90-20211210 ISO image built on 2021/12/10
### Download and Verify ### Download and Verify
2.3.90-20211206 ISO image: 2.3.90-20211210 ISO image:
https://download.securityonion.net/file/securityonion/securityonion-2.3.90-20211206.iso https://download.securityonion.net/file/securityonion/securityonion-2.3.90-20211210.iso
MD5: 8A5FDF731D548E27D123E5B711890AEC MD5: 512C13089060EE17BC3FA275D62152DC
SHA1: B4AF33FE1D64592D46C780AF0C5E7FBD21A22BDE SHA1: A70D3A3C4B74AD2EE9B1353BDE7E5DD327248511
SHA256: 091DA2D06C82447639D324EE32DBC385AE407078B3A55F4E0704B22DB6B29A7E SHA256: 271DA7617FBA3549B1E496C60E9AD743B13CC8D0468DF3F7AC9A76B6D496D212
Signature for ISO image: Signature for ISO image:
https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.90-20211206.iso.sig https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.90-20211210.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
@@ -26,22 +26,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.3.90-20211206.iso.sig wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.3.90-20211210.iso.sig
``` ```
Download the ISO image: Download the ISO image:
``` ```
wget https://download.securityonion.net/file/securityonion/securityonion-2.3.90-20211206.iso wget https://download.securityonion.net/file/securityonion/securityonion-2.3.90-20211210.iso
``` ```
Verify the downloaded ISO image using the signature file: Verify the downloaded ISO image using the signature file:
``` ```
gpg --verify securityonion-2.3.90-20211206.iso.sig securityonion-2.3.90-20211206.iso gpg --verify securityonion-2.3.90-20211210.iso.sig securityonion-2.3.90-20211210.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 06 Dec 2021 10:14:29 AM EST using RSA key ID FE507013 gpg: Signature made Fri 10 Dec 2021 02:52:08 PM EST 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

@@ -258,7 +258,7 @@ so-elasticsearch:
{% if TRUECLUSTER is sameas false or (TRUECLUSTER is sameas true and not salt['pillar.get']('nodestab', {})) %} {% if TRUECLUSTER is sameas false or (TRUECLUSTER is sameas true and not salt['pillar.get']('nodestab', {})) %}
- discovery.type=single-node - discovery.type=single-node
{% endif %} {% endif %}
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }} -Des.transport.cname_in_publish_address=true - ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }} -Des.transport.cname_in_publish_address=true -Dlog4j2.formatMsgNoLookups=true
ulimits: ulimits:
- memlock=-1:-1 - memlock=-1:-1
- nofile=65536:65536 - nofile=65536:65536

View File

@@ -0,0 +1 @@
-Dlog4j2.formatMsgNoLookups=true

View File

@@ -95,7 +95,7 @@ so-thehive-es:
- /opt/so/conf/thehive/etc/es/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro - /opt/so/conf/thehive/etc/es/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties:ro
- /opt/so/log/thehive:/var/log/elasticsearch:rw - /opt/so/log/thehive:/var/log/elasticsearch:rw
- environment: - environment:
- ES_JAVA_OPTS=-Xms512m -Xmx512m - ES_JAVA_OPTS=-Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true
- port_bindings: - port_bindings:
- 0.0.0.0:9400:9400 - 0.0.0.0:9400:9400
- 0.0.0.0:9500:9500 - 0.0.0.0:9500:9500

Binary file not shown.