mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
Fix to avoid too many false positives
This commit is contained in:
parent
117270469f
commit
2ce3e0bbaf
@ -118,7 +118,7 @@ rule clean_apt15_patchedcmd{
|
||||
$ = "Cmd.Exe" wide
|
||||
$ = "Windows Command Processor" wide
|
||||
condition:
|
||||
uint16(0) == 0x5A4D and 3 of them
|
||||
uint16(0) == 0x5A4D and all of them
|
||||
}
|
||||
|
||||
rule malware_apt15_royalcli_1{
|
||||
@ -291,4 +291,3 @@ rule malware_apt15_generic {
|
||||
condition:
|
||||
2 of them
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user