MAL_ELF_LNX_Mirai_Oct10_1
Description
Detects ELF Mirai variant
Query · yara
strings:
$x1 = " -r /vi/mips.bushido; "
$x2 = "/bin/busybox chmod 777 * /tmp/" ascii
$s1 = "POST /ctrlt/DeviceUpgrade_1 HTTP/1.1" fullword ascii
$s2 = "loadURL>$(echo HUAWEIUPNP)</NewDownloadURL></u:Upgrade></s:Body></s:Envelope>" fullword ascii
$s3 = "POST /cdn-cgi/" ascii
condition:
uint16(0) == 0x457f and filesize < 200KB and (
( 1 of ($x*) and 1 of ($s*) ) or
all of ($x*)
)