An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Awesome [YARA](https://en.wikipedia.org/wiki/YARA) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)


GitHub
 
YouTube
 
My Awesome Lists

## [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.