Sneed-Reactivity/yara-mikesxrs/kevthehermit/Bozok.yar

19 lines
362 B
Text
Raw Permalink Normal View History

rule Bozok
{
meta:
author = " Kevin Breen <kevin@techanarchy.net>"
date = "2014/04"
ref = "http://malwareconfig.com/stats/Bozok"
maltype = "Remote Access Trojan"
filetype = "exe"
strings:
$a = "getVer" nocase
$b = "StartVNC" nocase
$c = "SendCamList" nocase
$d = "untPlugin" nocase
$e = "gethostbyname" nocase
condition:
all of them
}