Tag: System Monitoring

eBPF IDS Linux
eBPF Use Cases

Create eBPF IDS on Linux

I will walk you through a working eBPF IDS Linux setup that hooks kernel events, streams signals to user space, and keeps performance predictable. I start from how the verifier and JIT work in the linux kernel so you can pick the right attach points. I explain kprobes, tracepoints, uprobes, XDP, and LSM in plain […]

William