Loki

Loki - Simple IOC and YARA Scanner

GPL-3.0 License

Stars
3.4K

Bot releases are visible (Hide)

Loki - LOKI version 0.51.0 Latest Release

Published by Neo23x0 over 1 year ago

Loki - LOKI version 0.50.1

Published by Neo23x0 over 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)
Loki - LOKI version 0.50.0

Published by Neo23x0 over 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
Loki - LOKI version 0.46.2

Published by Neo23x0 over 1 year ago

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

Published by Neo23x0 over 1 year ago

  • change wording when hash score is low ("Malware Hash" to "Suspicious Hash")
    Screenshot 2023-04-25 at 08 41 00
Loki - LOKI version 0.46.0

Published by Neo23x0 over 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

Loki - LOKI version 0.45.0

Published by Neo23x0 about 2 years ago

Loki - LOKI version 0.44.2

Published by Neo23x0 about 3 years ago

  • fix: comparison issue
  • fix: custom IOC initialisation issue
  • fix: allow different python version
Loki - LOKI version 0.44.1

Published by Neo23x0 about 3 years ago

  • workaround for "owner" field supported in THOR only
Loki - LOKI version 0.44.0

Published by Neo23x0 about 3 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
Loki - LOKI version 0.43.0

Published by Neo23x0 about 3 years ago

  • feat: rule author output to comply with DRL 1.1 (new signature-base license)

Screenshot 2021-08-23 at 11 59 15

Loki - LOKI version 0.42.3

Published by Neo23x0 about 3 years ago

  • refactor: making the vulnerability check optional
Loki - LOKI version 0.42.2

Published by Neo23x0 about 3 years ago

  • trying to fix unicode decode issues for some users
Loki - LOKI version 0.42.1

Published by Neo23x0 about 3 years ago

  • docs: better description of Hive Permission bug
  • fix: typos in some words
Loki - LOKI version 0.42.0

Published by Neo23x0 about 3 years ago

  • vulnerability check: local SAM database readable by every user

Screenshot 2021-07-20 at 14 35 55

Loki - LOKI version 0.41.2

Published by Neo23x0 over 3 years ago

  • fix: multiple Cobalt Strike rule matches on a single process could cause a false negative message saying that LOKI shows "too many matches on process memory" and prints a "WARNING" level message that states "most likely a false positive" - we've increased the threshold from 3 to 5 different rules https://github.com/Neo23x0/Loki/pull/180
Loki - LOKI version 0.41.0

Published by Neo23x0 over 3 years ago

  • build with YARA 4.1.0
  • performance improvements (20-35%)
  • lower memory usage
Loki - LOKI version 0.40.1 BETA

Published by Neo23x0 over 3 years ago

  • removed tracebacks for permission denied errors during file walk while scanning as non-admin user
Loki - LOKI version 0.40.0 BETA

Published by Neo23x0 over 3 years ago

  • changed code to support Python 3
  • new build using PyInstaller 4.2 on Windows 10
  • removed some unneeded modules and structures: reginfs, plugins, pylzma requirement by custom encrypted signatures

Screenshot 2021-02-27 at 19 20 57

Screenshot 2021-02-27 at 19 20 13