https://github.com/cybersecurity-dev/awesome-yara
Awesome YARA
https://github.com/cybersecurity-dev/awesome-yara
List: awesome-yara
awesome awesome-list awesome-lists yara yara-rules yara-signatures yara-x
Last synced: 3 months ago
JSON representation
Awesome YARA
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/awesome-yara
- Owner: cybersecurity-dev
- License: cc0-1.0
- Created: 2025-07-28T22:07:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T22:24:07.000Z (3 months ago)
- Last Synced: 2025-07-29T00:10:08.780Z (3 months ago)
- Topics: awesome, awesome-list, awesome-lists, yara, yara-rules, yara-signatures, yara-x
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome [YARA](https://en.wikipedia.org/wiki/YARA) [](https://awesome.re)
## [YARA](https://github.com/VirusTotal/yara) [Rules](https://yara.readthedocs.io/en/latest/)
- [DefenderYara](https://github.com/roadwy/DefenderYara) - Extracted Yara rules from Windows Defender mpavbase and mpasbase.
- [fsYara](https://github.com/filescanio/fsYara) - A collection of curated YARA rules used as part of the [Filescan.io](https://www.filescan.io/) service.
- [InQuest](https://github.com/InQuest/yara-rules) - A collection of YARA rules we wish to share with the world, most probably referenced from [http://blog.inquest.net](http://blog.inquest.net).
- [Signature-Base](https://github.com/Neo23x0/signature-base) - Signature-Base is the [YARA](https://virustotal.github.io/yara/) signature and IOC database for our scanners [LOKI](https://github.com/Neo23x0/Loki) and [THOR Lite](https://www.nextron-systems.com/thor-lite/).### [YARA-X](https://github.com/VirusTotal/yara-x)
- [YARA-X](https://github.com/VirusTotal/yara-x) - [YARA-X](https://virustotal.github.io/yara-x/blog/) is a re-incarnation of YARA, a pattern matching tool designed with malware researchers in mind. This new incarnation intends to be faster, safer and more user-friendly than its predecessor. The ultimate goal of [YARA-X](https://virustotal.github.io/yara-x/) is replacing YARA as the default pattern matching tool for malware researchers.### Tools
- [Base64 Regular Expression Generator](https://labs.inquest.net/tools/yara/b64-regexp-generator) - YARA, Base64 Regular Expression Generator.
- [CIDR Block RegEx Generator](https://labs.inquest.net/tools/yara/iq-cidr2regexp) - YARA, CIDR Block RegEx Generator.
- [Mixed Hex Case Generator](https://labs.inquest.net/tools/yara/iq-mixed-case) - YARA, Mixed Hex Case Generator.
- [UInt() Trigger Generator](https://labs.inquest.net/tools/yara/iq-uint-trigger) - YARA, UInt() Trigger Generator.