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