Linux_Rootkit_Mobkit_335e48bc
Description
Linux.Rootkit.Mobkit
Query · yara
strings:
$meta1 = "name=mob"
$meta2 = "author=shv-om"
$meta3 = "description=MobKit"
$meta4 = "license=GPL"
$hook1 = "real_kallsyms_lookup_name"
$hook2 = "unregister_kprobe"
$hook3 = "ftrace_set_filter_ip"
$hook4 = "unregister_ftrace_function"
$hook5 = "orig_kill"
$hook6 = "call_usermodehelper"
$str1 = "mob.mod.c"
$str2 = "mob_drivers"
$str3 = "mob: Prevented direct recursion via parent_ip check"
$str4 = "mob: Hooking %s at address: %px with handler %px"
$str5 = "mob: [INFO] Module unloaded -> Work Queue Destroyed"
condition:
(3 of ($meta*)) or (4 of ($str*)) or (all of ($hook*)) or ((3 of ($hook*) and 3 of ($str*)))