mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
False Positive Reduction
https://github.com/Neo23x0/signature-base/issues/44
This commit is contained in:
parent
d6a2d00cb7
commit
a907fd2210
@ -98,9 +98,10 @@ rule PP_CN_APT_ZeroT_6 {
|
||||
date = "2017-02-03"
|
||||
hash1 = "a16078c6d09fcfc9d6ff7a91e39e6d72e2d6d6ab6080930e1e2169ec002b37d3"
|
||||
strings:
|
||||
$s6 = "jGetgQ|0h9=" fullword ascii
|
||||
$s1 = "jGetgQ|0h9=" fullword ascii
|
||||
$s2 = "\\sfxrar32\\Release\\sfxrar.pdb"
|
||||
condition:
|
||||
( uint16(0) == 0x5a4d and filesize < 1000KB and ( 10 of ($s*) ) ) or ( all of them )
|
||||
uint16(0) == 0x5a4d and filesize < 1000KB and all of them
|
||||
}
|
||||
|
||||
rule PP_CN_APT_ZeroT_7 {
|
||||
|
Loading…
Reference in New Issue
Block a user