Windows_Trojan_CobaltStrike_7efd3c3f
Description
Identifies Hashdump module from Cobalt Strike
Query · yara
strings:
$a1 = "hashdump.dll" ascii fullword
$a2 = "hashdump.x64.dll" ascii fullword
$a3 = "\\\\.\\pipe\\hashdump" ascii fullword
$a4 = "ReflectiveLoader"
$a5 = "Global\\SAM" ascii fullword
$a6 = "Global\\FREE" ascii fullword
$a7 = "[-] no results." ascii fullword
condition:
4 of ($a*)