Skip to content

xanda/OpenYara

Repository files navigation

OpenYara

Welcome to OpenYara, yet another YARA rule collection. This project was developed as part of an engagement with my clients, and we believe it could benefit others as well. OpenYara is released under the 0BSD license, making it very permissive for any type of use.

Requirements

Usage

To scan a directory with all the YARA rules:

yara -r ALL_Rule.yar /path/to/scan

EnrichYara

Feel free to explore EnrichYara, a script that adds more context about the detected files.

Usage

./EnrichYara.sh ALL_Rule.yar /path/to/scan

Updating the YARA Rule Collection

Update the YARA rule collection with one command:

./update_rules.sh

License

This project is licensed under the 0BSD License.

About

Yet another Yara rule collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages