HKTL_NET_NAME_SharpCat
Description
Detects .NET red/black-team tools via name
Query · yara
strings:
$name = "SharpCat" ascii wide fullword
$compile = "AssemblyTitle" ascii wide fullword
condition:
(uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and all of them