Quotidien Shaarli

Tous les liens d'un jour sur une page.

December 12, 2022

On Bypassing eBPF Security Monitoring · Doyensec's Blog

The Linux kernel always had kernel tracing capabilities such as kprobes (2.6.9), ftrace (2.6.27 and later), perf (2.6.31), or uprobes (3.5), but with BPF it’s finally possible to run kernel-level programs on events and consequently modify the state of the system, without needing to write a kernel module.