Windows_Trojan_CobaltStrike_91e08059
Description
Identifies Post Ex module from Cobalt Strike
Query · yara
strings:
$a1 = "postex.x64.dll" ascii fullword
$a2 = "postex.dll" ascii fullword
$a3 = "RunAsAdminCMSTP" ascii fullword
$a4 = "KerberosTicketPurge" ascii fullword
$b1 = "GetSystem" ascii fullword
$b2 = "HelloWorld" ascii fullword
$b3 = "KerberosTicketUse" ascii fullword
$b4 = "SpawnAsAdmin" ascii fullword
$b5 = "RunAsAdmin" ascii fullword
$b6 = "NetDomain" ascii fullword
condition:
2 of ($a*) or 4 of ($b*)