Windows_Trojan_CobaltStrike_6e971281
Description
Identifies Interfaces module from Cobalt Strike
Query · yara
strings:
$a1 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\interfaces.x64.o" ascii fullword
$a2 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\interfaces.x86.o" ascii fullword
$b1 = "__imp_BeaconFormatAlloc" ascii fullword
$b2 = "__imp_BeaconFormatPrintf" ascii fullword
$b3 = "__imp_BeaconOutput" ascii fullword
$b4 = "__imp_KERNEL32$LocalAlloc" ascii fullword
$b5 = "__imp_KERNEL32$LocalFree" ascii fullword
$b6 = "__imp_LoadLibraryA" ascii fullword
$c1 = "__imp__BeaconFormatAlloc" ascii fullword
$c2 = "__imp__BeaconFormatPrintf" ascii fullword
$c3 = "__imp__BeaconOutput" ascii fullword
$c4 = "__imp__KERNEL32$LocalAlloc" ascii fullword
$c5 = "__imp__KERNEL32$LocalFree" ascii fullword
$c6 = "__imp__LoadLibraryA" ascii fullword
condition:
1 of ($a*) or 4 of ($b*) or 4 of ($c*)