UACME_Akagi_2
Description
Detects Windows User Account Control Bypass - from files Akagi32.exe, Akagi64.exe
Query · yara
strings:
$x1 = "Usage: Akagi.exe [Method] [OptionalParamToExecute]" fullword wide
$x2 = "[UCM] Target file already exists, abort" fullword wide
$s1 = "MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Image File Execution Options" fullword wide
$s2 = "Akagi.exe" fullword wide
$s3 = "Elevation:Administrator!new:{3AD05575-8857-4850-9277-11B85BDB8E09}" fullword wide
$s4 = "/c wusa %ws /extract:%%windir%%\\system32\\sysprep" fullword wide
$s5 = "/c wusa %ws /extract:%%windir%%\\system32\\migwiz" fullword wide
$s6 = "loadFrom=\"%systemroot%\\system32\\sysprep\\cryptbase.DLL\"" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 900KB and ( 1 of ($x*) or 3 of ($s*) ) ) or ( 6 of them )