This project is a community-curated repository of YARA rules used to detect malware, webshells, and other malicious patterns in files. It serves as a dataset of signatures for identifying known malware families, software packers, and threat intelligence indicators.
الميزات الرئيسية لـ yara-rules/rules هي: Malware Family Identification, Evasion Detection Rules, Exploitation and Malware, Threat Intelligence Feeds, Declarative Signature Formats, Logical Pattern Combinations, Anti-Analysis Technique Development, Binary Pattern Matching.
تشمل البدائل مفتوحة المصدر لـ yara-rules/rules: eset/malware-ioc — Indicators of Compromises (IOC) of our various investigations. fireeye/iocs — FireEye Publicly Shared Indicators of Compromise (IOCs). aptnotes/data — APTnotes data. virustotal/yara — YARA is a pattern matching engine and binary analysis tool used to identify and classify malware samples. It functions… lordnoteworthy/al-khaser — Al-Khaser is a research project focused on the development of anti-analysis and evasion techniques to resist reverse… sbilly/awesome-security — This project is a comprehensive, curated directory of cybersecurity resources, software, and documentation designed to…
Indicators of Compromises (IOC) of our various investigations
YARA is a pattern matching engine and binary analysis tool used to identify and classify malware samples. It functions as a malware research framework that allows for the definition of file descriptions and detection rules to find indicators of compromise within binaries. The system enables the creation of custom detection rules using strings, wildcards, and regular expressions. These rules use boolean logic to match textual or binary patterns, allowing for the classification of files into specific malware families and the automation of threat intelligence. The engine utilizes Aho-Corasick s