MAL_Envrial_Jan18_1
Description
Detects Encrial credential stealer malware
Query · yara
strings:
$x1 = "/Evrial/master/domen" wide
$a1 = "\\Opera Software\\Opera Stable\\Login Data" wide
$a2 = "\\Comodo\\Dragon\\User Data\\Default\\Login Data" wide
$a3 = "\\Google\\Chrome\\User Data\\Default\\Login Data" wide
$a4 = "\\Orbitum\\User Data\\Default\\Login Data" wide
$a5 = "\\Kometa\\User Data\\Default\\Login Data" wide
$s1 = "dlhosta.exe" fullword wide
$s2 = "\\passwords.log" wide
$s3 = "{{ <>h__TransparentIdentifier1 = {0}, Password = {1} }}" fullword wide
$s4 = "files/upload.php?user={0}&hwid={1}" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 900KB and (
1 of ($x*) or
3 of them or
2 of ($s*)
)