Stealth-Kernel-Module This Linux Kernel module is meant to be hidden from all searches Steps to run Build this kernel module: $ make Load lkm-hidden: $ sudo insmod hidden.ko Then, you can NOT figure out the kernel module. $ cat /proc/modules | grep hidden $ ls -l /sys/module/ | grep hidden