Win7Elevatev2
Description
Detects Win7Elevate - Windows UAC bypass utility
Query · yara
strings: $x1 = "This program attempts to bypass Windows 7's default UAC settings to run " wide $x2 = "Win7ElevateV2\\x64\\Release\\" ascii $x3 = "Run the command normally (without code injection)" wide $x4 = "Inject file copy && elevate command" fullword wide $x5 = "http://www.pretentiousname.com/misc/win7_uac_whitelist2.html" fullword wide $x6 = "For injection, pick any unelevated Windows process with ASLR on:" fullword wide $s1 = "\\cmd.exe" wide $s2 = "runas" wide $s3 = "explorer.exe" wide $s4 = "Couldn't load kernel32.dll" wide $s5 = "CRYPTBASE.dll" wide $s6 = "shell32.dll" wide $s7 = "ShellExecuteEx" ascii $s8 = "COMCTL32.dll" ascii $s9 = "ShellExecuteEx" ascii $s10 = "HeapAlloc" ascii condition: uint16(0) == 0x5a4d and ( 1 of ($x*) or all of ($s*) )