← home

LKM -> Linux Kernel Module

A linux kernel module is a is a piece of code that can be loaded into the kernel on demand and can extend the functionality of the kernel whenever.

Basic stuff

Rootkits

A common trait of linux rootkits is linking into the kernel module to more effectively do suspicious things. Some examples of LKM rootkits:

Links

← home