(Choose 1
answer)
1 8 8 8 8
Back
Next
FUinish t
the exam.
rule Yara Example_5
{
}
strings:
$a = "dummy1"
$b = "dummy2"
$c = "dummy3"
condition:
2 of ($a,$b,$c)
A. This rule says is that at least two of the strings in the set ($a,$b,$c) must be present on the file
B. This rule says is that at most two of the strings in the set ($a, $b,$c) must be present on the file
C. This rule says is that only two of the strings in the set ($a, $b,$c) must be present on the file
D. This rule says is that none of the strings in the set ($a,$b,$c) must be present on the file