Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 879 Bytes

kernel-modules-ext.md

File metadata and controls

18 lines (14 loc) · 879 Bytes
ID F0010
Objective(s) Persistence, Privilege Escalation
Related ATT&CK Sub-Technique Boot or Logon Autostart Execution: 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: Boot or Logon Autostart Execution: Kernel Modules and Extensions.

Methods

Name ID Description
Device Driver F0010.001 Allows kernel to access hardware connected to the system.