From b58915ce38b8d9d131bbbf2d044ee0b448f83c3b Mon Sep 17 00:00:00 2001 From: Marc Smeets Date: Sun, 20 Feb 2022 22:50:11 +0100 Subject: [PATCH] Release v2.0.0-beta.6 --- VERSION | 2 +- releasenotes.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1f7391f9..d1cfb267 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -master +v2.0.0-beta.6 diff --git a/releasenotes.txt b/releasenotes.txt index 46648012..d81bd478 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,6 +1,19 @@ RedELK release notes +### version 2.0.0 BETA6 +* New alarm: alarm when traffic is hit to any redir backend that has 'alarm' in it. Allows for flexibility in smarter redir logic. +* Chained X-Forwarded-For IPs are now also stored, in field source.ip_otherproxies in redirtraffic index +* Outflank Security Tooling specific: Stage1 C2 operator name recorded +* Outflank Security Tooling specific: Data from BlueCheck CertCheck, BlueCheck PasswordChangeCheck and BlueCheck SecurityToolCheck now properly stored in ElasticSearch. +* LogStash config now mounted by default, allowing for easier modification of the config. +* Template updates. +* Fixed bug on storage of www-data/c2logs directory +* Fixed bug to make email alarms working again +* Several smaller bugfixes + + + ### version 2.0.0 BETA5 * log4shell fix: bumped ELK stack to 7.16.3 * Further Docker and memory tunings