Windows_Trojan_CobaltStrike_5b4383ec
Description
Identifies Portscan module from Cobalt Strike
Query · yara
strings:
$a1 = "portscan.x64.dll" ascii fullword
$a2 = "portscan.dll" ascii fullword
$a3 = "\\\\.\\pipe\\portscan" ascii fullword
$b1 = "(ICMP) Target '%s' is alive. [read %d bytes]" ascii fullword
$b2 = "(ARP) Target '%s' is alive. " ascii fullword
$b3 = "TARGETS!12345" ascii fullword
$b4 = "ReflectiveLoader" ascii fullword
$b5 = "%s:%d (platform: %d version: %d.%d name: %S domain: %S)" ascii fullword
$b6 = "Scanner module is complete" ascii fullword
$b7 = "pingpong" ascii fullword
$b8 = "PORTS!12345" ascii fullword
$b9 = "%s:%d (%s)" ascii fullword
$b10 = "PREFERENCES!12345" ascii fullword
condition:
2 of ($a*) or 6 of ($b*)