UACME_Akagi
Description
Rule to detect UACMe - abusing built-in Windows AutoElevate backdoor
Query · yara
strings: $x1 = "UACMe injected, Fubuki at your service." wide fullword $x3 = "%temp%\\Hibiki.dll" fullword wide $x4 = "[UCM] Cannot write to the target process memory." fullword wide $s1 = "%systemroot%\\system32\\cmd.exe" wide $s2 = "D:(A;;GA;;;WD)" wide $s3 = "%systemroot%\\system32\\sysprep\\sysprep.exe" fullword wide $s4 = "/c wusa %ws /extract:%%windir%%\\system32" fullword wide $s5 = "Fubuki.dll" ascii fullword $l1 = "ntdll.dll" ascii $l2 = "Cabinet.dll" ascii $l3 = "GetProcessHeap" ascii $l4 = "WriteProcessMemory" ascii $l5 = "ShellExecuteEx" ascii condition: ( 1 of ($x*) ) or ( 3 of ($s*) and all of ($l*) )