Sneed-Reactivity/yara-mikesxrs/patrickrolsen/pstgdump.yar

12 lines
193 B
Text
Raw Normal View History

rule pstgdump
{
meta:
author = "@patrickrolsen"
reference = "pstgdump"
strings:
$s1 = "fgdump\\pstgdump"
$s2 = "pstgdump"
$s3 = "Outlook"
condition:
uint16(0) == 0x5A4D and all of ($s*)
}