Windows_Trojan_CobaltStrike_72f68375
Description
Identifies Netdomain module from Cobalt Strike
Query · yara
strings:
$a1 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\net_domain.x64.o" ascii fullword
$a2 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\net_domain.x86.o" ascii fullword
$b1 = "__imp_BeaconPrintf" ascii fullword
$b2 = "__imp_NETAPI32$NetApiBufferFree" ascii fullword
$b3 = "__imp_NETAPI32$DsGetDcNameA" ascii fullword
$c1 = "__imp__BeaconPrintf" ascii fullword
$c2 = "__imp__NETAPI32$NetApiBufferFree" ascii fullword
$c3 = "__imp__NETAPI32$DsGetDcNameA" ascii fullword
condition:
1 of ($a*) or 2 of ($b*) or 2 of ($c*)