Linux_Rootkit_Diamorphine_66eb93c7
Description
Linux.Rootkit.Diamorphine
Query · yara
strings:
$rk1 = "sys_call_table"
$rk2 = "kallsyms_lookup_name"
$rk3 = "retpoline=Y"
$func1 = "get_syscall_table_bf"
$func2 = "is_invisible"
$func3 = "hacked_getdents64"
$func4 = "orig_getdents64"
$func5 = "give_root"
$func6 = "module_show"
$func7 = "module_hide"
$func8 = "hacked_kill"
$func9 = "write_cr0_forced"
condition:
1 of ($rk*) and 3 of ($func*)