The four types of rootkits are:
-
User-mode Rootkits: These operate at the application layer, modifying user-level applications and system calls to hide malicious activities.
-
Kernel-mode Rootkits: These have deeper system access, modifying the operating system's kernel to hide their presence and manipulate system operations.
-
Bootkits: These target the system's boot process, infecting the bootloader to gain control before the operating system loads.
-
Firmware Rootkits: These reside in firmware, such as BiOS or UEFI, allowing them to maintain persistence and control over the hardware, even after the operating system is reinstalled.
ReportLike(0)ShareFavorite