Skip to content

winterknife/SNOWFINCH

Repository files navigation

SNOWFINCH

BRIEF

Project SNOWFINCH is a miscellaneous collection of YARA-X rules.

CATALOG

LINKER DETECTION

Rule Purpose Notes
detect_bfd_pe.yar Detect binaries linked with bfd Maybe compiled using MinGW GCC toolchain
detect_lld_pe.yar Detect binaries linked with lld Maybe compiled using LLVM/Clang toolchain

SHELLCODE DETECTION

Rule Purpose Notes
detect_pe_parsing.yar Detect IoCs associated with manual PE parsing Won't work with crappy malware that doesn't bother to check the header sigs
detect_peb_access.yar Detect 64-bit PEB access using some commonly used techniques 101 ways to get PEB*, this will catch the top 5
detect_teb_access.yar Detect 64-bit TEB access using some commonly used techniques 101 ways to get TEB*, this will catch the top 5

About

A collection of YARA rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages