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.
To scan a directory with all the YARA rules:
yara -r ALL_Rule.yar /path/to/scan
Feel free to explore EnrichYara, a script that adds more context about the detected files.
./EnrichYara.sh ALL_Rule.yar /path/to/scan
Update the YARA rule collection with one command:
./update_rules.sh
This project is licensed under the 0BSD License.