MAL_MuddyWater_DroppedTask_Jun18_1
Description
Detects a dropped Windows task as used by MudyWater in June 2018
Query · yara
strings:
$x1 = "%11%\\scrobj.dll,NI,c:" wide
$s1 = "AppAct = \"SOFTWARE\\Microsoft\\Connection Manager\"" fullword wide
$s2 = "[DefenderService]" fullword wide
$s3 = "UnRegisterOCXs=EventManager" fullword wide
$s4 = "ShortSvcName=\" \"" fullword wide
condition:
uint16(0) == 0xfeff and filesize < 1KB and ( 1 of ($x*) or 3 of them )