Skip to content

Releases: Neo23x0/Loki

LOKI version 0.24.3

16 Nov 22:21
Compare
Choose a tag to compare
  • Various bugfixes
  • Python3 compatibility

LOKI version 0.24.2

11 Oct 17:23
Compare
Choose a tag to compare
  • Disabled IceWater YARA rule download until yara-python supports hash.md5() again (feature is missing in yara-python-3.6.3)

LOKI version 0.24.1

15 Aug 19:15
Compare
Choose a tag to compare
  • Upgraded YARA from 3.5.0 to 3.6.2

The upgrade provides full support for PE module features used in LOKI's 'signature-base'.

Issues: with "pe.imphash"

LOKI version 0.24.0

15 Aug 10:15
Compare
Choose a tag to compare

screen shot 2017-08-14 at 23 56 06

screen shot 2017-08-15 at 10 27 21

screen shot 2017-08-15 at 10 18 10

LOKI version 0.23.3

01 Aug 15:52
Compare
Choose a tag to compare
  • Bugfix: Unicode filename passed to YARA matching as external variable

LOKI version 0.23.2

30 Jul 09:56
Compare
Choose a tag to compare
  • Bugfix in filename parameter that is used in YARA matching

LOKI version 0.23.1

27 Jul 15:42
Compare
Choose a tag to compare
  • Bugfix: Removed predefined string excludes

LOKI version 0.23.0

26 Jul 04:59
Compare
Choose a tag to compare
  • Feature: Remote syslog logging feature (-r syslogserver)
  • Feature: Statistical script analysis to detect obfuscated code (--scriptanalysis)
  • Change: Reduced 'Warning' level score from 70 to 60

Send LOKI's logs to a remote syslog server (e.g. Splunk)
screen shot 2017-07-26 at 04 58 47
screen shot 2017-07-26 at 04 58 25

Script analysis (first POC; optional)
screen shot 2017-07-26 at 04 12 11
screen shot 2017-07-26 at 04 14 08

LOKI version 0.22.1

04 Jul 10:29
Compare
Choose a tag to compare

LOKI version 0.22.0

17 Jun 12:16
Compare
Choose a tag to compare
  • Platform dependant line separator in log files (\r\n on Windows, \n on other platforms)
  • System name in default log file (e.g. loki-WORKSTATION1.log)
  • Bugfix: unicode characters in OSError messages during directory walk