False Positive

This commit is contained in:
Florian Roth 2016-10-13 09:39:49 +02:00
parent 3e98d30987
commit 7f3a863862

View File

@ -72,7 +72,7 @@ rule Malware_QA_fil {
$s8 = "PPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDIN" ascii
$s9 = "SuppressIldasmAttribute" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 200KB and ( 1 of ($x*) or 4 of ($s*) ) )
( uint16(0) == 0x5a4d and filesize < 200KB and all of them )
}
rule Malware_QA_update {