Sneed-Reactivity/yara-mikesxrs/alienvault/STARSYPOUND_APT1.yar

15 lines
354 B
Text
Raw Normal View History

rule STARSYPOUND_APT1 {
meta:
author = "AlienVault Labs"
info = "CommentCrew-threat-apt1"
strings:
$s1 = "*(SY)# cmd" wide ascii
$s2 = "send = %d" wide ascii
$s3 = "cmd.exe" wide ascii
$s4 = "*(SY)#" wide ascii
condition:
all of them
}