Techniques
Sample rules
Mknod Process Activity
- source: elastic
- technicques:
Description
The Linux mknod program is sometimes used in the command payload of a remote command injection (RCI) and other exploits. It is used to export a command shell when the traditional version of netcat is not available to the payload.
Detection logic
event.category:process and event.type:(start or process_started) and process.name:mknod