mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
fix: FPs with kernel32.dll
This commit is contained in:
parent
7a1cda01ba
commit
10d608c738
@ -15,8 +15,12 @@ rule SUSP_NullSoftInst_Combo_Oct20_1 {
|
|||||||
$b1 = "Microsoft Corporation" wide fullword
|
$b1 = "Microsoft Corporation" wide fullword
|
||||||
$b2 = "Apache Software Foundation" ascii wide fullword
|
$b2 = "Apache Software Foundation" ascii wide fullword
|
||||||
$b3 = "Simon Tatham" wide fullword
|
$b3 = "Simon Tatham" wide fullword
|
||||||
|
|
||||||
|
$fp1 = "nsisinstall" fullword ascii
|
||||||
|
$fp2 = "\\REGISTRY\\MACHINE\\Software\\" wide
|
||||||
condition:
|
condition:
|
||||||
uint16(0) == 0x5a4d and
|
uint16(0) == 0x5a4d and
|
||||||
filesize < 2000KB and
|
filesize < 2000KB and
|
||||||
$a1 and 1 of ($b*)
|
$a1 and 1 of ($b*) and
|
||||||
|
not 1 of ($fp*)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user