Linux_Trojan_VoidLink_e4c13c2c
Description
Detects the VoidLink Plugins
Query · yara
strings:
$name = "VoidLink"
$str_b = "BeaconAPI_v3"
$str_c = "[PLUGIN_EXEC]"
$str_d = "parallel_executed"
$str_e = "[ChainExecutor]"
$str_f = "[PARSE_SHDR]"
$str_g = "ShellcodeTimeout"
$str_h = "camouflage executor"
$str_i = "anti-reverse executor"
condition:
$name and 5 of ($str_*)