☐ A
☐ D
Back
Next
(Choose 1
answer)
FU inish 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