Releases: Neo23x0/Loki
LOKI version 0.27.5
- Bugfix: Removed demo code
LOKI version 0.27.4
- Using the new JSON output of PE-Sieve by @hasherezade
LOKI version 0.27.3
- Added support for PESieve's "implanted" process detection
LOKI version 0.27.2
- Upgrade to PESieve v0.0.9.9.9
LOKI version 0.27.1
- Bugfix in process memory scan (thx to Didier)
LOKI version 0.27.0
- Log format of TEXT and SYSLOG output changed and now includes the reporting module
- Bugfix: Don't run PESieve on Windows XP
Log Format Changes
From:
LOKI: [Level]: [Message]
To:
LOKI: [Level]: MODULE: [Module] MESSAGE: [Message]
Splunk App & Add-on
The changes to the log format allow you to use the THOR Splunk App and Addon for your LOKI log file analysis
THOR App https://splunkbase.splunk.com/app/3717/
THOR Addon https://splunkbase.splunk.com/app/3718/
Make sure to:
- Select the sourcetype "thor" for your inputs
- Set the index to be "searched by default" if you create a new index
IMPORTANT: I will not support every dashboard but the App helps to you search and filter the LOKI results based on fields. The most important dashboard named "Universal Dashboard" should work. If you want to fix or improve other dashboard views, please send me your improvements. All this work (LOKI, the signatures and the Apps) are offered for free and most of the work is done in my spare time on weekends. Please consider this before reporting bugs in the dashboards that could be fixed in 2 minutes of your own time. If you want Enterprise grade tools and support, please visit our website and ask for a trial https://www.nextron-systems.com of such tools.
LOKI version 0.26.2
- Bugfix: Removed legacy code for old filename IOC format that caused problems with newest filename IOC format (many false positives with negative score values in "description" and a score of "60")
LOKI version 0.26.1
- New hash IOC whitelist
- Better hostname evaluation on Linux / OSX
- Code refactoring
- Better messages
LOKI version 0.26.0
- PE-Sieve integration - for more info see @hasherezade's tool page and blog post on process anomalies
LOKI version 0.25.0
- Support for encrypted private YARA rules (only available in custom build)
- Build with PyInstaller 3.3
- Build scripts and specs
- Bugfix: Python3 support refactoring broke a loki-upgrader.py section