OpHoneybee_Malware_1
Description
Detects malware from Operation Honeybee
Query · yara
strings:
$x1 = "cmd /c taskkill /im cliconfg.exe /f /t && del /f /q" fullword ascii
$x2 = "\\FTPCom_vs10\\Release\\Engine.pdb" ascii
$x3 = "KXU/yP=B29tLzidqNRuf-SbVInw0oCrmWZk6OpFc7A5GTD1QxaJ3H8h4jMeEsYglv" fullword ascii
$x4 = "D:\\Task\\MiMul\\" ascii
$s1 = "[DLL_PROCESS_ATTACH]" fullword ascii
$s2 = "cmd /c systeminfo >%s" fullword ascii
$s3 = "post.txt" fullword ascii
$s4 = "\\temp.ini" ascii
$s5 = "[GetFTPAccountInfo_10001712]" fullword ascii
$s6 = "ComSysAppMutex" fullword ascii
$s7 = "From %s (%02d-%02d %02d-%02d-%02d).txt" fullword ascii
$s8 = "%s %s %c%s%c" fullword ascii
$s9 = "TO EVERYONE" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 200KB and (
pe.imphash() == "e14b59a79999cc0bc589a4cb5994692a" or
pe.imphash() == "64400f452e2f60305c341e08f217b02c" or
1 of ($x*) or
3 of them
)