Question: Example signatures: rule Malware _ 1 { strings: $s 1 = SystemRoot System 3 2 hal . dll

Example signatures:
rule Malware_1
{
strings:
$s1="\\SystemRoot\\System32\\hal.dll" fullword wide
$s2="http://www.jmicron.co.tw0" fullword ascii
condition:
uint16(0)==0x5a4d and filesize <70KB and all of them
}
rule Malware_2
{
strings:
$x1="\\objfre_w2k_x86\\i386\\guava.pdb" ascii
$x2="MRxCls.sys" fullword wide
$x3= "MRXNET.Sys" fullword wide
condition:
( uint16(0)==0x5a4d and filesize <80KB ) and (2 of them )
}
rule Malware_3
{
strings:
$s1="\\SystemRoot\\System32\\hal.dll" fullword wide
$s2="\\objfre_w2k_x86\\i386\\guava.pdb" ascii
$s3="http://www.jmicron.co.tw0" fullword ascii
$s4="MRxCls.sys" fullword wide
$s5= "MRXNET.Sys" fullword wide
condition:
( uint16(0)==0x5a4d and filesize <70KB ) and (4 of them )
}Which rule name in the description above has the lowest chance of a false positive?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!