kernel rootkit

2025-04-12

A kernel rootkit (aka: kernel land rootkit, Ring 0 rootkit) is a rootkit that resides in or makes heavy usage of implements within the kernel.

Read More

LIST_POISON1

2025-04-12

LIST_POISON1 and LIST_POISON2 are identifers used in the Linux kernel that are used to overwrite next and prev pointers of linked list nodes after ...

Read More

misinformation

2025-04-12

misinformation is false or inaccurate information that is spread–intentionally or unintentionally–often leading to misunderstanding, ...

Read More

MMU

2025-04-12

The Memory Management Unit (MMU) is a hardware component that handles virtual-to-physical memory address translations, enforces access permissions, ...

Read More

ModTracer

2025-04-12

ModTracer is an LKM by MatheuZSecurity that finds hidden kernel modules (rootkits) and makes them visible again. ...

Read More

module struct

2025-04-12

The “module” struct in the Linux kernel defines metadata related to an LKM. ...

Read More

MODULE_AUTHOR

2025-04-12

MODULE_AUTHOR is a macro in the Linux kernel that allows LKMs to be tagged with the author’s name.

Read More

MODULE_DESCRIPTION

2025-04-12

MODULE_DESCRIPTION is a macro in the Linux kernel that stores the description of an LKM

Read More

module_hunter

2025-04-12

module_hunter is an LKM written by madsys and released in Phrack Magazine Issue 61, Linenoise that exposes a procfs interface ...

Read More

MODULE_LICENSE

2025-04-12

Read More