yara

Pattern matching engine for malware identification and classification

brewmacoslinux
Try with needOr install directly
Source

About

Malware identification and classification tool

Commands

yarayarac

Examples

Scan a file against YARA rules$ yara rules.yar suspicious_file.exe
Scan a directory recursively with rules$ yara -r rules.yar /path/to/directory
Compile YARA rules into a binary format$ yarac rules.yar compiled_rules.yac