diff --git a/README.md b/README.md index 28b259740..b425ee490 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ +## Hybrid Hunter Beta 1.4.0 - Beta 3 + +- Complete overhaul of the way we handle custom and default settings and data. You will now see a default and local directory under the saltstack directory. All customizations are stored in local. +- The way firewall rules are handled has been completely revamped. This will allow the user to customize firewall rules much easier. +- Users can now change their own password in SOC. +- Hunt now allows users to enable auto-hunt. This is a toggle which, when enabled, automatically submits a new hunt when filtering, grouping, etc. +- Title bar now reflects current Hunt query. This will assist users in locating a previous query from their browser history. +- Zeek 3.0.7 +- Elastic 7.7.1 +- Suricata can now be used for meta data generation. +- Suricata eve.json has been moved to `/nsm` to align with storage of other data. +- Suricata will now properly rotate its logs. +- Grafana dashboards now work properly in standalone mode. +- Kibana Dashboard updates including osquery, community_id. +- New Elasticsearch Ingest processor to generate community_id from any log that includes the required fields. +- Community_id generated for additional logs: Zeek HTTP/SMTP/ , Sysmon shipped with Osquery or Winlogbeat. +- Major streamlining of Fleet setup & configuration - no need to run a secondary setup script anymore. +- Fleet Standalone node now includes the ability to set a FQDN to point osquery endpoints to. +- Distributed installs now support ingesting Windows Eventlogs via Winlogbeat - includes full parsing support for Sysmon. +- SOC Downloads section now includes a link to the supported version of Winlogbeat. +- Basic syslog ingestion capability now included. +- Elasticsearch index name transition fixes for various components. +- Updated URLs for pivot fields in Kibana. +- Instances of `hive` renamed to `thehive`. + +### Known Issues: + +- The Hunt feature is currently considered "Preview" and although very useful in its current state, not everything works. We wanted to get this out as soon as possible to get the feedback from you! Let us know what you want to see! Let us know what you think we should call it! +- You cannot pivot to PCAP from Suricata alerts in Kibana or Hunt. +- Navigator is currently not working when using hostname to access SOC. IP mode works correctly. +- Due to the move to ECS, the current Playbook plays may not alert correctly at this time. +- The osquery MacOS package does not install correctly. + + ## Hybrid Hunter Beta 1.3.0 - Beta 2 ### Changes: diff --git a/VERSION b/VERSION index 589268e6f..e21e727f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.4.0 \ No newline at end of file diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index b7ffa4733..384a2781d 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,32 +1,31 @@ { - "title": "Introducing Hybrid Hunter 1.3.0 Beta 2", + "title": "Introducing Hybrid Hunter 1.4.0 Beta 3", "changes": [ - { "summary": "New Feature: Codename: \"Onion Hunt\". Select Hunt from the menu and start hunting down your adversaries!" }, - { "summary": "Improved ECS support." }, - { "summary": "Complete refactor of the setup to make it easier to follow." }, - { "summary": "Improved setup script logging to better assist on any issues." }, - { "summary": "Setup now checks for minimal requirements during install." }, - { "summary": "Updated Cyberchef to version 9.20.3." }, - { "summary": "Updated Elastalert to version 0.2.4 and switched to alpine to reduce container size." }, - { "summary": "Updated Redis to 5.0.9 and switched to alpine to reduce container size." }, - { "summary": "Updated Salt to 2019.2.5." }, - { "summary": "Updated Grafana to 6.7.3." }, - { "summary": "Zeek 3.0.6." }, - { "summary": "Suricata 4.1.8." }, - { "summary": "Fixes so-status to now display correct containers and status." }, - { "summary": "local.zeek is now controlled by a pillar instead of modifying the file directly." }, - { "summary": "Renamed so-core to so-nginx and switched to alpine to reduce container size." }, - { "summary": "Playbook now uses MySQL instead of SQLite." }, - { "summary": "Sigma rules have all been updated." }, - { "summary": "Kibana dashboard improvements for ECS." }, - { "summary": "Fixed an issue where geoip was not properly parsed." }, - { "summary": "ATT&CK Navigator is now it's own state." }, - { "summary": "Standlone mode is now supported." }, - { "summary": "Mastersearch previously used the same Grafana dashboard as a Search node. It now has its own dashboard that incorporates panels from the Master node and Search node dashboards." }, + { "summary": "Complete overhaul of the way we handle custom and default settings and data. You will now see a default and local directory under the saltstack directory. All customizations are stored in local." }, + { "summary": "The way firewall rules are handled has been completely revamped. This will allow the user to customize firewall rules much easier." }, + { "summary": "Users can now change their own password in SOC." }, + { "summary": "Hunt now allows users to enable auto-hunt. This is a toggle which, when enabled, automatically submits a new hunt when filtering, grouping, etc." }, + { "summary": "Title bar now reflects current Hunt query. This will assist users in locating a previous query from their browser history." }, + { "summary": "Zeek 3.0.7" }, + { "summary": "Elastic 7.7.1" }, + { "summary": "Suricata can now be used for meta data generation." }, + { "summary": "Suricata eve.json has been moved to `/nsm` to align with storage of other data." }, + { "summary": "Suricata will now properly rotate its logs." }, + { "summary": "Grafana dashboards now work properly in standalone mode." }, + { "summary": "Kibana Dashboard updates including osquery, community_id." }, + { "summary": "New Elasticsearch Ingest processor to generate community_id from any log that includes the required fields." }, + { "summary": "Community_id generated for additional logs: Zeek HTTP/SMTP/ , Sysmon shipped with Osquery or Winlogbeat." }, + { "summary": "Major streamlining of Fleet setup & configuration - no need to run a secondary setup script anymore." }, + { "summary": "Fleet Standalone node now includes the ability to set a FQDN to point osquery endpoints to." }, + { "summary": "Distributed installs now support ingesting Windows Eventlogs via Winlogbeat - includes full parsing support for Sysmon." }, + { "summary": "SOC Downloads section now includes a link to the supported version of Winlogbeat." }, + { "summary": "Basic syslog ingestion capability now included." }, + { "summary": "Elasticsearch index name transition fixes for various components." }, + { "summary": "Updated URLs for pivot fields in Kibana." }, + { "summary": "Instances of \"hive\" renamed to \"thehive\"." }, { "summary": "KNOWN ISSUE: The Hunt feature is currently considered \"Preview\" and although very useful in its current state, not everything works. We wanted to get this out as soon as possible to get the feedback from you! Let us know what you want to see! Let us know what you think we should call it!" }, { "summary": "KNOWN ISSUE: You cannot pivot to PCAP from Suricata alerts in Kibana or Hunt." }, { "summary": "KNOWN ISSUE: Navigator is currently not working when using hostname to access SOC. IP mode works correctly." }, - { "summary": "KNOWN ISSUE: Updating users via the SOC ui is known to fail. To change a user, delete the user and re-add them." }, { "summary": "KNOWN ISSUE: Due to the move to ECS, the current Playbook plays may not alert correctly at this time." }, { "summary": "KNOWN ISSUE: The osquery MacOS package does not install correctly." } ]