PROMETHIUM_NEODYMIUM_Malware_1
Description
Detects PROMETHIUM and NEODYMIUM malware
Query · yara
strings:
$s1 = "c:\\Windows\\system32\\syswindxr32.dll" fullword wide
$s2 = "c:\\windows\\temp\\TrueCrypt-Setup-7.1a-tamindir.exe" fullword wide
$s3 = "%s\\ssleay32.dll" fullword wide
$s4 = "%s\\libeay32.dll" fullword wide
$s5 = "%s\\fprot32.exe" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 10000KB and 3 of them ) or ( all of them )