Technique T1106
Native API
Detection & mitigation
Monitor for processes using io_uring setup syscalls (io_uring_setup, io_uring_enter) that are not typical for the application; correlate with anomalous behavior such as unexpected system call patterns. Consider kernel-level tracing (eBPF) to capture io_uring-based syscalls that bypass userland hooks.