Windows_Trojan_CobaltStrike_d00573a3
Description
Identifies Screenshot module from Cobalt Strike
Query · yara
strings:
$a1 = "screenshot.x64.dll" ascii fullword
$a2 = "screenshot.dll" ascii fullword
$a3 = "\\\\.\\pipe\\screenshot" ascii fullword
$b1 = "1I1n1Q3M5Q5U5Y5]5a5e5i5u5{5" ascii fullword
$b2 = "GetDesktopWindow" ascii fullword
$b3 = "CreateCompatibleBitmap" ascii fullword
$b4 = "GDI32.dll" ascii fullword
$b5 = "ReflectiveLoader"
$b6 = "Adobe APP14 marker: version %d, flags 0x%04x 0x%04x, transform %d" ascii fullword
condition:
2 of ($a*) or 5 of ($b*)