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

12 lines
261 B
Text
Raw Normal View History

rule blazingtools
{
meta:
author = "@patrickrolsen"
reference = "Blazing Tools - http://www.blazingtools.com (Keyloggers)"
strings:
$s1 = "blazingtools.com"
$s2 = "Keystrokes" wide
$s3 = "Screenshots" wide
condition:
uint16(0) == 0x5A4D and all of ($s*)
}