yarac

help to identify and classify malwares

Install

All systems
curl cmd.cat/yarac.sh
Debian Debian
apt-get install yara
Ubuntu
apt-get install yara
Arch Arch Linux
pacman -S yara
image/svg+xml Kali Linux
apt-get install yara
Fedora
dnf install yara
Windows (WSL2)
sudo apt-get update sudo apt-get install yara
OS X
brew install yara
Raspbian
apt-get install yara

yara

help to identify and classify malwares

YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic. This is useful in forensics analysis. Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features. Are examples of the organizations and services using YARA: - VirusTotal Intelligence (https://www.virustotal.com/intelligence/) - jsunpack-n (http://jsunpack.jeek.org/) - We Watch Your Website (http://www.wewatchyourwebsite.com/) - FireEye, Inc. (http://www.fireeye.com) - Fidelis XPS (http://www.fidelissecurity.com/network-security-appliance/ \ Fidelis-XPS) The Volatility Framework is an example of the software that uses YARA.