Neo23x0 Loki Versions Save

Loki - Simple IOC and YARA Scanner

v0.51.0

11 months ago

v0.50.1

1 year ago
  • 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)

v0.50.0

1 year ago
  • 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

v0.46.2

1 year ago
  • LAST 32bit version of the LOKI Windows binary
  • fix: downgrading PE-Sieve to version 0.3.4 due to stability issues

v0.46.1

1 year ago
  • change wording when hash score is low ("Malware Hash" to "Suspicious Hash") Screenshot 2023-04-25 at 08 41 00

v0.46.0

1 year ago
  • 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

v0.45.0

1 year ago

v0.44.2

2 years ago
  • fix: comparison issue
  • fix: custom IOC initialisation issue
  • fix: allow different python version

v0.44.1

2 years ago
  • workaround for "owner" field supported in THOR only

0.44.0

2 years ago
  • 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