Skip to content

BabelQwerty/yara_scanner_gui

 
 

Repository files navigation

LOKI2-gui

LOKI - Simple IOC and YARA Scanner ( gui version )
Fork from loki2

Status

Do not use in ur project , this project is for learning
Do not use in ur project , this project is for learning
Do not use in ur project , this project is for learning
Do not use in ur project , this project is for learning
Work in Progress. This version is not ready for use. There's still some work to do for a first release.

What's already implemented

  • System reconnaissance (system and hardware information for the log)
  • Logging and formatting of the different log outputs
  • File system walk
  • File time evaluation (MAC timestamps)
  • Exclusions based on file characteristics
  • IOC initialization - hash values
  • IOC matching on files (hashes)
  • YARA rule initialization, syntax checks, and error handling
  • YARA scanning of files
  • YARA scanning of process memory

What's still to do

  • IOC initialization - file patterns
  • IOC initialization - C2 patterns (FQDN, IP)
  • IOC matching on files (file patterns)
  • C2 IOC matching (process connections)
  • File system walk exceptions: network drivers, mounted drives etc.
  • Custom exclusions (regex on file path)
  • Release workflows (automatically build and provide as release)

Setup Build Environment

Requirements

I only test for windows 10 / windows 11

  • Windows

Providing Signatures

only work for yara 3.11

Build

cargo build --release 

Usage

./loki-gui.exe

Screenshots

LOKI 2 (gui) alpha version

Screenhot of (gui) Alpha Version

About

LOKI2 - Simple IOC and YARA Scanner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • YARA 99.3%
  • Other 0.7%