Skip to content

Commit

Permalink
[Alpha] v0.1.7-alpha02242019
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Feb 24, 2019
1 parent 5986ff4 commit 65131b2
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1 deletion.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Changelog

## [Alpha] Verion 0.1.7-02242019
----------------------------------

[Full Changelog](https://github.com/Cyb3rWard0g/HELK/compare/v0.1.6-alpha12132018...v0.1.7-alpha02242019)

### Fixed:
**Jupyter [Docker]**
* Access and modification of notebooks by [@Nick_Aleks](https://twitter.com/Nick_Aleks)

**KSQL [Docker]**
* KSQL Commands for Sysmon JOIN recipe

**Nginx [Docker]**
* Updated proxy config to handle SSL better and not block internal HELK files from users

**Logstash [Docker]**
* For builds with elastic trial subscription, I had to move the logstash config out of volumes and add it manually to the docker container to avoid access and read issues from logstash container to local file.

### Added:
**Logstash [Docker]**
* Osquery Filebeat Output by [@rrcyrus](https://twitter.com/rrcyrus)
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)

**Kafka [Docker]**
* Osquery Filebeat Topic by [@rrcyrus](https://twitter.com/rrcyrus)
* win_security topic to get win security events parsed back
* win_sysmon topic to get win sysmon events parsed back

**Jupyter [Docker]**
* jupyterlab-manager widgets
* Python package Keras 2.2.4
* Python package s3sf 0.2.0

**Kibana [Docker]**
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)

### Updated:

**Jupyter [Docker]**

* ES-Hadoop version to 6.6.1
* Notebooks for intro to pandas and python
* Notebooks for intro to Spark SQL via Pyspark
* Notebooks for intro to Spark SQL via Pyspark and Sysmon
* python package altair to 2.4.1
* python package pandas to 0.24.1
* Docker Image to 0.1.1

**ELK Stack [Docker]**
* Version 6.6.1
* Consolidated
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)

**helk_install [Docker]**
* Downloads docker via https by [tifkin_](https://twitter.com/tifkin_)
* Additional awesome sauce provided by [@neu5ron](https://twitter.com/neu5ron) in details [here](https://blog.neu5ron.com/2019/02/what-in-helk-release.html)

**helk_update [Docker]**
* Update handling improved by [devdua](https://github.com/devdua)
2 changes: 1 addition & 1 deletion docker/helk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ show_banner(){
echo "** HELK - THE HUNTING ELK **"
echo "** **"
echo "** Author: Roberto Rodriguez (@Cyb3rWard0g) **"
echo "** HELK build version: v0.1.6-alpha02232019 **"
echo "** HELK build version: v0.1.7-alpha02242019 **"
echo "** HELK ELK version: 6.6.1 **"
echo "** License: GPL-3.0 **"
echo "**********************************************"
Expand Down

0 comments on commit 65131b2

Please sign in to comment.