Windows_Trojan_CobaltStrike_7bcd759c
Description
Identifies SSH Agent module from Cobalt Strike
Query · yara
strings:
$a1 = "sshagent.x64.dll" ascii fullword
$a2 = "sshagent.dll" ascii fullword
$b1 = "\\\\.\\pipe\\sshagent" ascii fullword
$b2 = "\\\\.\\pipe\\PIPEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ascii fullword
condition:
1 of ($a*) and 1 of ($b*)