Windows_Trojan_SnakeKeylogger_af3faa65
Description
Windows.Trojan.SnakeKeylogger
Query · yara
strings:
$a1 = "get_encryptedPassword" ascii fullword
$a2 = "get_encryptedUsername" ascii fullword
$a3 = "get_timePasswordChanged" ascii fullword
$a4 = "get_passwordField" ascii fullword
$a5 = "set_encryptedPassword" ascii fullword
$a6 = "get_passwords" ascii fullword
$a7 = "get_logins" ascii fullword
$a8 = "GetOutlookPasswords" ascii fullword
$a9 = "StartKeylogger" ascii fullword
$a10 = "KeyLoggerEventArgs" ascii fullword
$a11 = "KeyLoggerEventArgsEventHandler" ascii fullword
$a12 = "GetDataPassword" ascii fullword
$a13 = "_encryptedPassword" ascii fullword
$b1 = "----------------S--------N--------A--------K--------E----------------"
$c1 = "SNAKE-KEYLOGGER" ascii fullword
condition:
8 of ($a*) or #b1 > 5 or #c1 > 5