YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples.
With YARA you can create descriptions of malware families (or whatever you want to describe) based on textual or binary patterns. Each description, a.k.a rule, consists of a set of strings and a boolean expression which determine its logic.
This is free and open source software.
Key Features
- Command-line interface or from Python scripts with the yara-python extension.
- Easy to uderstand rules that have a syntax resembling the C language. Each rule in YARA starts with the keyword rule followed by a rule identifier. Rules are generally composed of two sections: strings definition and condition.
- Add comments to your YARA rules just as if it was a C source file, both single-line and multi-line C-style comments are supported.
- Strings – three types of strings in YARA: hexadecimal strings, text strings and regular expressions.
- Regular expressions.
- Modules – extend YARA’s features. They allow you to define data structures and functions which can be used in your rules to express more complex conditions.
- Cross-platform support – runs under Linux, macOS, and Windows.
Website: virustotal.github.io/yara
Support: GitHub Code Repository
Developer: The YARA Authors
License: BSD 3-Clause “New” or “Revised” License
YARA is written in C. Learn C with our recommended free books and free tutorials.
Related Software
| Anti-Malware Tools | |
|---|---|
| ClamAV | Antivirus engine for detecting trojans, viruses, malware and other threats |
| YARA-X | Re-incarnation of YARA |
| YARA | Pattern matching swiss knife for malware researchers |
| Maltrail | Malicious traffic detection system |
| ClamTk | Graphical frontend for ClamAV |
| LMD | Malware scanner focusing on threats faced in shared hosted environments |
| phpMussel | PHP-based anti-virus anti-trojan anti-malware solution |
| Raspirus | Lightweight signature-based malware scanner |
| FastFinder | Fast suspicious file finder |
| Rootkit Hunter | Scans for rootkits, backdoors and possible local exploits |
| Unhide | Forensic tool to find hidden processes and TCP/UDP ports |
| Hostsblock | Malware-blocking cronscript |
| libredefender | Antivirus program using libclamav |
| Lenspect | Lightweight security threat scanner |
| chkrootkit | Locally checks for signs of a rootkit |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

