diff --git a/README.md b/README.md index 5587f3c84..12d4f48b0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,22 @@ -# Security Onion Hybrid Hunter Tech Preview 1.0.6 +# Security Onion Hybrid Hunter Tech Preview 1.0.7 -### About -Hybrid Hunter is a brand new Security Onion platform with the following characteristics: -- Move from Ubuntu DEB packages to Docker images -- Support both Ubuntu 16.04 and RedHat/CentOS 7 -- Higher performance -- More centralized configuration +### Changes: +- Suricata 4.1.3 +- Updated Influxdb to 1.7.5 +- Updated Telegraf to 1.10.1 +- Grafana is now 6.0.2 +- Added support for TheHive!!! See the docs -> +- You are now forced to select interfaces during setup. If you skipped this test the install was not happy [#26](https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/26) +- Reduced the RAM usage for ES in Eval mode [#25](https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/26) +- Eval Mode setup is now choose your own adventure style +- Fresh dockers for all the things to bring everything to 1.0.7 +- New utility docker called SOctopus +- New html landing page now in dark mode + + +### Notes: +- Attempting to send a Bro event to The Hive that does not contain a source and destination IP (ex. Bro files, or X509) will result in an exception - a fix for this will be implemented in the next release. +- If attempting to pivot from Kibana, ensure that you can resolve the master via DNS -- otherwise, populate your local hosts file with an entry to point to the master. ### Warnings and Disclaimers diff --git a/salt/common/init.sls b/salt/common/init.sls index 22e36d1d2..9ae72d360 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -114,7 +114,7 @@ so-core: - /opt/so/tmp/nginx/:/run:rw - /etc/pki/masterssl.crt:/etc/pki/nginx/server.crt:ro - /etc/pki/masterssl.key:/etc/pki/nginx/server.key:ro - - /opt/so/conf/fleet/packages:/opt/so/html/packages + - /opt/so/conf/fleet/packages:/opt/socore/html/packages - cap_add: NET_BIND_SERVICE - port_bindings: - 80:80