CobaltStrike_Resources_Template_Py_v3_3_to_v4_x
Description
Cobalt Strike's resources/template.py signature for versions v3.3 to v4.x
Query · yara
strings:
$arch = "platform.architecture()"
$nope = "WindowsPE"
$alloc = "ctypes.windll.kernel32.VirtualAlloc"
$movemem = "ctypes.windll.kernel32.RtlMoveMemory"
$thread = "ctypes.windll.kernel32.CreateThread"
$wait = "ctypes.windll.kernel32.WaitForSingleObject"
condition:
all of them