mirror of
https://github.com/MBCProject/mbc-markdown
synced 2026-06-08 11:36:36 +00:00
686 B
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.