TA459_Malware_May17_2
Description
Detects TA459 related malware
Query · yara
strings:
$a1 = "Mcutil.dll" fullword ascii
$a2 = "mcut.exe" fullword ascii
$s1 = "Software\\WinRAR SFX" fullword ascii
$s2 = "AYou may need to run this self-extracting archive as administrator" fullword wide
condition:
( uint16(0) == 0x5a4d and filesize < 900KB and all of ($a*) and 1 of ($s*) )