Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Yara-Rules/rules
Repository of yara rules
https://github.com/Yara-Rules/rules
Last synced: 3 months ago
JSON representation
Repository of yara rules
- Host: GitHub
- URL: https://github.com/Yara-Rules/rules
- Owner: Yara-Rules
- License: gpl-2.0
- Created: 2015-04-11T05:56:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:12:25.000Z (7 months ago)
- Last Synced: 2024-08-01T09:26:33.249Z (3 months ago)
- Language: YARA
- Size: 4.11 MB
- Stars: 4,064
- Watchers: 352
- Forks: 994
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-soc - Yara-rules GitHub repo
- awesome-iocs - Yara-Rules/rules - Repository of yara rules. (IOCs / Yara Signatures)
- awesome-hacking-lists - Yara-Rules/rules - Repository of yara rules (YARA)
README
[![Build Status](https://travis-ci.org/Yara-Rules/rules.svg?branch=master)](https://travis-ci.org/Yara-Rules/rules)
# Project
This project covers the need of a group of IT Security Researchers to have a single repository where different Yara signatures are compiled, classified and kept as up to date as possible, and began as an open source community for collecting Yara rules. Our Yara ruleset is under the GNU-GPLv2 license and open to any user or organization, as long as you use it under this license.
Yara is becoming increasingly used, but knowledge about the tool and its usage is dispersed across many different places. The Yara Rules project aims to be the meeting point for Yara users by gathering together a ruleset as complete as possible thusly providing users a quick way to get Yara ready for usage.
We hope this project is useful for the Security Community and all Yara Users, and are looking forward to your feedback. Join this community by subscribing to our mailing list.
# Contribute
If you’re interested in sharing your Yara rules with us and the Security Community, you can join our mailing list, send a message to our Twitter account or send a pull request here.
Twitter account: https://twitter.com/yararules
# Requirements
Yara **version 3.0** or higher is required for most of our rules to work. This is mainly due to the use of the "pe" module introduced in that version.
You can check your installed version with `yara -v`
Packages available in Ubuntu 14.04 LTS default repositories are too old. You can alternatively install from source or use the packages available in the [Remnux repository](https://launchpad.net/~remnux/+archive/ubuntu/stable).
~~Also, you will need [Androguard Module](https://github.com/Koodous/androguard-yara) if you want to use the rules in the 'mobile_malware' category.~~
We have deprecated mobile_malware rules that depend on Androguard Module because it seems an abandoned project.
# Categories
## Anti-debug/Anti-VM
In this section you will find Yara Rules aimed toward the detection of anti-debug and anti-virtualization techniques used by malware to evade automated analysis.
## Capabilities
In this section you will find Yara rules to detect capabilities that do not fit into any of the other categories. They are useful to know for analysis but may not be malicious indicators on their own.
## CVE Rules
In this section you will find Yara Rules specialised toward the identification of specific Common Vulnerabilities and Exposures (CVEs)
## Crypto
In this section you will find Yara rules aimed toward the detection and existence of cryptographic algorithms.
## Exploit Kits
In this section you will find Yara rules aimed toward the detection and existence of Exploit Kits.
## Malicious Documents
In this section you will find Yara Rules to be used with documents to find if they have been crafted to leverage malicious code.
## Malware
In this section you will find Yara rules specialised toward the identification of well-known malware.
## Packers
In this section you will find Yara Rules aimed to detect well-known software packers, that can be used by malware to hide itself.
## WebShells
In this section you will find Yara rules specialised toward the identification of well-known webshells.
In this section you will find Yara rules specialised toward the identification of malicious e-mails.
## Malware Mobile
In this section you will find Yara rules specialised toward the identification of well-known mobile malware.
## Deprecated
In this section you will find Yara rules deprecated.
# Contact
Webpage: https://yara-rules.github.io/blog/
Twitter account: https://twitter.com/yararules