APT_TurlaMosquito_MAL_Oct22_1
Description
Detects Turla Mosquito malware
Query · yara
strings:
$s1 = "Logger32.dll" ascii fullword
$s4 = " executing %u command on drive %martCommand : CWin32ApiErrorExce" wide
$s5 = "Unsupported drive!!!" ascii fullword
$s7 = "D:\\Build_SVN\\PC_MAGICIAN_4." ascii fullword
$op1 = { 40 cc 8b 8b 06 cc 55 00 70 8b 10 10 33 51 04 46 04 64 }
$op2 = { c3 10 e8 50 04 00 cc ff 8d 00 69 8d 75 ff 68 ec 6a 4d }
$op3 = { e8 64 a1 6e 00 64 a1 c2 04 08 75 40 73 1d 8b ff cc 10 89 cc 8b c3 cc af }
condition:
uint16(0) == 0x5a4d and
filesize < 2000KB and
(
pe.imphash() == "073235ae6dfbb1bf5db68a039a7b7726" or
all of them
)