Vermin_Keylogger_Jan18_1
Description
Detects Vermin Keylogger
Query · yara
strings:
$x1 = "_keyloggerTaskDescription" ascii
$x2 = "_keyloggerTaskAuthor" ascii
$x3 = "GetKeyloggerLogsResponse" fullword ascii
$x4 = "GetKeyloggerLogs" fullword ascii
$x5 = "ExecuteUninstallKeyLoggerTask" fullword ascii
$x6 = "ExecuteInstallKeyLoggerTask" fullword ascii
$x7 = ":\\Projects\\Vermin\\KeyboardHookLib\\" ascii
$x8 = ":\\Projects\\Vermin\\CryptoLib\\" ascii
$s1 = "<RunHidden>k__BackingField" fullword ascii
$s2 = "set_SystemInfos" fullword ascii
$s3 = "set_RunHidden" fullword ascii
$s4 = "set_RemotePath" fullword ascii
$s5 = "ExecuteShellCommandTask" fullword ascii
$s6 = "Client.exe" fullword wide
$s7 = "xClient.Core.ReverseProxy.Packets" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 800KB and (
1 of ($x*) or
3 of them
)