YARA is the name of a tool primarily used in malware research and detection. It provides a rule-bused approach to create descriptions of malware families based on textual or binary patterns. A description is essentially a Yara rule name, where these rules consist of sets of strings and a boolean expression. The language used has traits of Perl compatible regular expressions.
View Wikipedia Record:
Yara