Files
MBCProject-mbc-markdown/persistence/kernel-modules-ext.md
T
2020-04-14 13:13:30 -04:00

686 B

ID E1215
Objective(s) Persistence
Related ATT&CK Technique Kernel Modules and Extensions

Kernel Modules and Extensions

Malware may use loadable kernel modules to persist on a system.

For example, one type of module is the device driver, which allows the kernel to access hardware connected to the system. Malware may try to hide drivers or modules by creating them without a name.

See ATT&CK: Kernel Modules and Extensions.