Linux_Backdoor_Tinyshell_67ee6fae
Description
Linux.Backdoor.Tinyshell
Query · yara
strings:
$a1 = "Usage: %s [ -c [ connect_back_host ] ] [ -s secret ] [ -p port ]" fullword
$a2 = "s:p:c::" fullword
$b1 = "Usage: %s [ -s secret ] [ -p port ] [command]" fullword
$b2 = "<hostname|cb> get <source-file> <dest-dir>" fullword
condition:
(all of ($a*)) or (all of ($b*))