HKTL_NET_GUID_BrowserGhost
Description
Detects c# red/black-team tools via typelibguid
Query · yara
strings:
$typelibguid0lo = "2133c634-4139-466e-8983-9a23ec99e01b" ascii wide
condition:
(uint16(0) == 0x5A4D and uint32(uint32(0x3C)) == 0x00004550) and any of them
and not pe.is_dll()