Yara
Summary
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. yara
Resources
- Yara Binaries
- Yara Readthedocs
- Yara Git Repo
- Kaspersky Yara Webinar
- yaraPCAP
- Kaspersky Klara
- YarGen
- YARA Documentation
- VirusTotal/yara
- InQuest/awesome-yara
Example
YARA is invoked with the command yara64
in the newer version of FLARE-VM. If you can't run YARA by running yara32
, try yara64
instead!
-w
supress any errors
-p 32
number of threads threads
-s' print the matching strings defined in the template
-r` recurse directory