Releases: Neo23x0/Loki
Releases · Neo23x0/Loki
LOKI version 0.51.0
- PE-Sieve upgraded to fixed version 0.3.6
LOKI version 0.50.1
- 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
- first release in which
loki.exe
andloki-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
- 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
LOKI version 0.46.0
- 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
LOKI version 0.45.0
LOKI version 0.44.2
- fix: comparison issue
- fix: custom IOC initialisation issue
- fix: allow different python version
LOKI version 0.44.1
- workaround for "owner" field supported in THOR only
LOKI version 0.44.0
- 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