mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
False Positives with SysInternals_Tool_Anomaly
This commit is contained in:
parent
4511fcdc46
commit
4c9d93b316
@ -12,14 +12,19 @@ rule SysInternals_Tool_Anomaly {
|
||||
description = "SysInternals Tool Anomaly - does not contain Mark Russinovich as author"
|
||||
license = "https://creativecommons.org/licenses/by-nc/4.0/"
|
||||
author = "Florian Roth"
|
||||
score = 50
|
||||
reference = "Internal Research"
|
||||
date = "2016-12-06"
|
||||
strings:
|
||||
$s1 = "Software\\Sysinternals\\%s" fullword ascii
|
||||
|
||||
$n1 = "Mark Russinovich" wide
|
||||
$n1 = "Mark Russinovich" wide ascii
|
||||
|
||||
$nfp1 = "<<<Obsolete>>>" fullword wide
|
||||
$nfp2 = "BGInfo - Wallpaper text configurator" wide
|
||||
$nfp3 = "usage: movefile [source] [dest]" wide
|
||||
$nfp4 = "LoadOrder information has been copied" wide
|
||||
$nfp5 = "Cache working set cleared" wide
|
||||
condition:
|
||||
( uint16(0) == 0x5a4d and filesize < 1000KB and $s1 and not $n1 and not 1 of ($nfp*) )
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user