Linux_Trojan_Zerobot_185e2396
Description
Strings found in the zerobot startup / persistanse functions
Query · yara
strings:
$startup_method_1_0 = "/usr/bin/sshf"
$startup_method_1_1 = "start on filesystem"
$startup_method_1_2 = "exec /usr/bin/sshf"
$startup_method_2_0 = "Description=Hehehe"
$startup_method_2_1 = "/lib/systemd/system/sshf.service"
$start_service_0 = "service enable sshf"
$start_service_1 = "systemctl enable sshf"
condition:
(all of ($startup_method_1_*) or all of ($startup_method_2_*)) and 1 of ($start_service_*)