Hacktool_This_Cruft
Description
Detects string 'This cruft' often used in hack tools like netcat or cryptcat and also mentioned in Project Sauron report
Query · yara
strings: $x1 = "This cruft" fullword condition: ( uint16(0) == 0x5a4d and filesize < 200KB and $x1 )