A rule consists of * Name * Metadata * String definitions * Conditions on these strings
rule eicar {
meta:
author="foo"
description="eicar test virus"
strings:
$a="X5O"
$b="EICAR"
$c="ANTIVIRUS"
$d="TEST"
condition:
$a and $b and $c and $d
}
yara -m <file.yara> <file.target>
yara -s <file.yara> <file.target>
yara <file.yara> <file.target>
Social_engineering