YARA Rules
rule <rule_name>
{
meta:
description = "Sample YARA rule"
strings:
$a = "example"
$b = "example2"
condition:
($a and $b)
}Last updated
rule <rule_name>
{
meta:
description = "Sample YARA rule"
strings:
$a = "example"
$b = "example2"
condition:
($a and $b)
}Last updated