Windows_Trojan_CobaltStrike_92f05172
Description
Identifies UAC cmstp module from Cobalt Strike
Query · yara
strings:
$a1 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\uaccmstp.x64.o" ascii fullword
$a2 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\uaccmstp.x86.o" ascii fullword
$b1 = "elevate_cmstp" ascii fullword
$b2 = "$pdata$elevate_cmstp" ascii fullword
$b3 = "$unwind$elevate_cmstp" ascii fullword
$c1 = "_elevate_cmstp" ascii fullword
$c2 = "__imp__OLE32$CoGetObject@16" ascii fullword
$c3 = "__imp__KERNEL32$GetModuleFileNameA@12" ascii fullword
$c4 = "__imp__KERNEL32$GetSystemWindowsDirectoryA@8" ascii fullword
$c5 = "OLDNAMES"
$c6 = "__imp__BeaconDataParse" ascii fullword
$c7 = "_willAutoElevate" ascii fullword
condition:
1 of ($a*) or 3 of ($b*) or 4 of ($c*)