mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-07 02:25:19 +00:00
False Positive
This commit is contained in:
parent
3e98d30987
commit
7f3a863862
@ -72,7 +72,7 @@ rule Malware_QA_fil {
|
|||||||
$s8 = "PPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDIN" ascii
|
$s8 = "PPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDIN" ascii
|
||||||
$s9 = "SuppressIldasmAttribute" fullword ascii
|
$s9 = "SuppressIldasmAttribute" fullword ascii
|
||||||
condition:
|
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 {
|
rule Malware_QA_update {
|
||||||
|
Loading…
Reference in New Issue
Block a user