Windows_Trojan_CobaltStrike_6e77233e
Description
Identifies Kerberos module from Cobalt Strike
Query · yara
strings:
$a1 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\kerberos.x64.o" ascii fullword
$a2 = "$unwind$command_kerberos_ticket_use" ascii fullword
$a3 = "$pdata$command_kerberos_ticket_use" ascii fullword
$a4 = "command_kerberos_ticket_use" ascii fullword
$a5 = "$pdata$command_kerberos_ticket_purge" ascii fullword
$a6 = "command_kerberos_ticket_purge" ascii fullword
$a7 = "$unwind$command_kerberos_ticket_purge" ascii fullword
$a8 = "$unwind$kerberos_init" ascii fullword
$a9 = "$unwind$KerberosTicketUse" ascii fullword
$a10 = "KerberosTicketUse" ascii fullword
$a11 = "$unwind$KerberosTicketPurge" ascii fullword
$b1 = "Z:\\devcenter\\aggressor\\external\\pxlib\\bin\\kerberos.x86.o" ascii fullword
$b2 = "_command_kerberos_ticket_use" ascii fullword
$b3 = "_command_kerberos_ticket_purge" ascii fullword
$b4 = "_kerberos_init" ascii fullword
$b5 = "_KerberosTicketUse" ascii fullword
$b6 = "_KerberosTicketPurge" ascii fullword
$b7 = "_LsaCallKerberosPackage" ascii fullword
condition:
5 of ($a*) or 3 of ($b*)