yara-x

Pattern matching engine for malware research and analysis

brewmacoslinux
Try with needOr install directly
Source

About

Tool to do pattern matching for malware research

Commands

yr

Examples

Scan a file with a YARA rule$ yr scan rule.yar suspicious_file.exe
Scan a directory recursively for malware patterns$ yr scan rules/ /path/to/directory -r
Compile and validate a YARA rule file$ yr compile rule.yar -o compiled_rule.yarc