Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2004 Workshops Edbt 2004 Workshops Phd Datax Pim P2panddb And Clustweb Heraklion Crete Greece March 2004 Revised Selected Papers Lncs 3268

Authors: Wolfgang Lindner ,Marco Mesiti ,Can Turker ,Yannis Tzitzikas ,Athena Vakali

2005th Edition

3540233059, 978-3540233053

More Books

Students also viewed these Databases questions

Question

How many data are needed to provide sufficient guidance?

Answered: 1 week ago