Servantshell
Description
Detects Servantshell malware
Query · yara
strings:
$string1 = "SelfDestruction.cpp"
$string2 = "SvtShell.cpp"
$string3 = "InitServant"
$string4 = "DeinitServant"
$string5 = "CheckDT"
condition:
uint16(0) == 0x5a4d and all of them