Skip to content

Releases: Neo23x0/Loki

LOKI version 0.51.0

18 May 18:16
adb9637
Compare
Choose a tag to compare

LOKI version 0.50.1

11 May 10:12
656010d
Compare
Choose a tag to compare
  • fix: since we're still using the stable old version of PE-Sieve, the JSON structure change had to be reverted
  • fix: string match display broke with yara-python upgrade (new structure)

LOKI version 0.50.0

10 May 15:18
d79f7a8
Compare
Choose a tag to compare
  • first release in which loki.exe and loki-upgrader.exe are a x64 binaries (better in-memory detection, changes in how SysWow64 / Sysnative gets processed etc.)
  • end of x86 support / no pre-build executables anymore (the last 32bit version is LOKI version 0.46.2)
  • fix: aligned with new PE-Sieve JSON output structure

LOKI version 0.46.2

25 Apr 08:34
9667b5a
Compare
Choose a tag to compare
  • LAST 32bit version of the LOKI Windows binary
  • fix: downgrading PE-Sieve to version 0.3.4 due to stability issues

LOKI version 0.46.1

25 Apr 06:44
e6e038d
Compare
Choose a tag to compare
  • change wording when hash score is low ("Malware Hash" to "Suspicious Hash")
    Screenshot 2023-04-25 at 08 41 00

LOKI version 0.46.0

24 Apr 20:16
9dbe018
Compare
Choose a tag to compare
  • package upgrades
  • support for new hash IOC format (2nd column contains score)
  • PE-Sieve upgrade

the new hash IOC format, which we're using in THOR for quite some time (with an optional 2nd column), allows us to set a score for hash IOCs, e.g. this new hash IOC list for malicious/vulnerable drivers from LOLDrivers project

Screenshot 2023-04-24 at 22 13 34

LOKI version 0.45.0

25 Jul 09:25
d6a4496
Compare
Choose a tag to compare

LOKI version 0.44.2

29 Sep 11:41
575902f
Compare
Choose a tag to compare
  • fix: comparison issue
  • fix: custom IOC initialisation issue
  • fix: allow different python version

LOKI version 0.44.1

06 Sep 12:03
a9f99cd
Compare
Choose a tag to compare
  • workaround for "owner" field supported in THOR only

LOKI version 0.44.0

25 Aug 07:54
e22c79b
Compare
Choose a tag to compare
  • new command line flags --allhds and --alldrives allow scanning all local hard drives or all drives in general including removable drives and network drives
  • You can use --force to force scan a directory that has been excluded by default (e.g. /dev, /media, /mnt etc.)
  • The usage description in the README has been updated