diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 4f359a996..eb381c815 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,43 +1,24 @@ { - "title": "Security Onion 2.0.3 RC1 is here!", + "title": "Security Onion 2.1.0 RC2 is here!", "changes": [ - { "summary": "Resolved an issue with large drives and the ISO install." }, - { "summary": "Modified ISO installation to use Logical Volume Management (LVM) for disk partitioning." }, - { "summary": "Updated Elastic Stack components to version 7.8.1." }, - { "summary": "Updated Zeek to version 3.0.8." }, - { "summary": "Fixed standalone pcap interval issue." }, - { "summary": "Security Fix 1067: variables.txt from ISO install stays on disk for 10 days." }, - { "summary": "Security Fix 1068: Remove user values from static.sls." }, - { "summary": "Issue 1059: Fix distributed deployment sensor interval issue allowing PCAP." }, - { "summary": "Issue 1058: Support for passwords that start with special characters." }, - { "summary": "Minor soup updates." }, - { "summary": "Re-branded 2.0 to give it a fresh look." }, - { "summary": "All documentation has moved to https://docs.securityonion.net/en/2.0" }, - { "summary": "soup 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": "so-import-pcap is back! See the docs here: http://docs.securityonion.net/en/2.0/so-import-pcap." }, - { "summary": "Fixed issue with so-features-enable." }, - { "summary": "Users can now pivot to PCAP from Suricata alerts." }, - { "summary": "ISO install now prompts users to create an admin/sudo user instead of using a default account name." }, - { "summary": "The web email & password set during setup is now used to create the initial accounts for TheHive, Cortex, and Fleet." }, - { "summary": "Fixed issue with disk cleanup." }, - { "summary": "Changed the default permissions for /opt/so to keep non-priviledged users from accessing salt and related files." }, - { "summary": "Locked down access to certain SSL keys." }, - { "summary": "Suricata logs now compress after they roll over." }, - { "summary": "Users can now easily customize shard counts per index." }, - { "summary": "Improved Elastic ingest parsers including Windows event logs and Sysmon logs shipped with WinLogbeat and Osquery (ECS)." }, - { "summary": "Elastic nodes are now HOT by default, making it easier to add a warm node later." }, - { "summary": "so-allow now runs at the end of an install so users can enable access right away." }, - { "summary": "Alert severities across Wazuh, Suricata and Playbook (Sigma) have been standardized and copied to event.severity:" }, - { "summary": "Initial implementation of alerting queues:" }, - { "summary": "ATT&CK Navigator is now a statically-hosted site in the nginx container." }, - { "summary": "Playbook updates:" }, - { "summary": "Kolide Launcher has been updated to include the ability to pass arbitrary flags. This new functionality was sponsored by SOS." }, - { "summary": "Fixed issue with Wazuh authd registration service port not being correctly exposed." }, - { "summary": "Added option for exposure of Elasticsearch REST API (port 9200) to so-allow for easier external querying/integration with other tools." }, - { "summary": "Added option to so-allow for external Strelka file uploads (e.g., via strelka-fileshot)." }, - { "summary": "Added default YARA rules for Strelka. Default rules are maintained by Florian Roth and pulled from https://github.com/Neo23x0/signature-base." }, - { "summary": "Added the ability to use custom Zeek scripts." }, - { "summary": "Renamed master server to manager node." }, - { "summary": "Improved unification of Zeek and Strelka file data." } + { "summary": "Known Issue: Once you update your grid to RC2, any new nodes that join the grid must be RC2 so if you try to join a new RC1 node it will fail. For best results, use the latest RC2 ISO (or RC2 installer from github) when joining to an RC2 grid." }, + { "summary": "Known Issue: Shipping Windows Eventlogs with Osquery will fail intermittently with utf8 errors logged in the Application log. This is scheduled to be fixed in Osquery 4.5." }, + { "summary": "Known Issue: When running soup to upgrade from RC1 to RC2, there is a Salt error that occurs during the final highstate. This error is related to the patch_os_schedule and can be ignored as it will not occur again in subsequent highstates." }, + { "summary": "Known Issue: When Search Nodes are upgraded from RC1 to RC2, there is a chance of a race condition where certificates are missing. This will show errors in the manager log to the remote node. To fix this run the following on the search node that is having the issue:" }, + { "summary": "" }, + { "summary": "Fixed an issue where the console was timing out and making it appear that the installer was hung" }, + { "summary": "Introduced Import node type ideal for running so-import-pcap to import pcap files and view the resulting logs in Hunt or Kibana" }, + { "summary": "Moved static.sls to global.sls to align the name with the functionality" }, + { "summary": "Traffic between nodes in a distributed deployment is now fully encrypted" }, + { "summary": "Playbook" }, + { "summary": "Ingest Node parsing updates for Osquery and Winlogbeat - implemented single pipeline for Windows eventlogs & sysmon logs" }, + { "summary": "Upgraded Osquery to 4.4 and re-enabled auto-updates" }, + { "summary": "Upgraded to Salt 3001.1" }, + { "summary": "Upgraded Wazuh to 3.13.1" }, + { "summary": "Hunt interface now shows the timezone being used for the selected date range" }, + { "summary": "Fixed Cortex initialization so that TheHive integration and initial user set is correctly configured" }, + { "summary": "Improved management of TheHive/Cortex credentials" }, + { "summary": "SOC now allows for arbitrary, time-bounded PCAP job creation, with optional filtering by host and port" }, + { "summary": "Historical release notes can be found on our docs site. https://docs.securityonion.net/en/2.1/release-notes.html." }, ] }