Techniques
Sample rules
Persistence via Kernel Module Modification
- source: elastic
- technicques:
- T1547
Description
Identifies loadable kernel module errors, which are often indicative of potential persistence attempts.
Detection logic
event.category:process and event.type:(start or process_started) and process.name:(insmod or kmod or modprobe or rmod)