Miari_2_May17
Description
Detects Mirai Malware
Query · yara
strings:
$s1 = "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36" fullword ascii
$s2 = "GET /g.php HTTP/1.1" fullword ascii
$s3 = "https://%[^/]/%s" fullword ascii
$s4 = "pass\" value=\"[^\"]*\"" fullword ascii
$s5 = "jbeupq84v7.2y.net" fullword ascii
condition:
( uint16(0) == 0x457f and filesize < 5000KB and 2 of them )