OpCloudHopper_Malware_5
Description
Detects malware from Operation Cloud Hopper
Query · yara
strings:
$x1 = "CWINDOWSSYSTEMROOT" fullword ascii
$x2 = "YJ_D_KROPOX_M_NUJI_OLY_S_JU_MOOK" fullword ascii
$x3 = "NJK_JK_SED_PNJHGFUUGIOO_PIY" fullword ascii
$x4 = "c_VDGQBUl}YSB_C_VDlqSDYFU" fullword ascii
$s7 = "FALLINLOVE" fullword ascii
$op1 = { 83 ec 60 8d 4c 24 00 e8 6f ff ff ff 8d 4c 24 00 } /* Opcode */
condition:
( uint16(0) == 0x5a4d and filesize < 100KB and ( 1 of ($x*) or 2 of them ) ) or ( 4 of them )