Tag: system monitoring with eBPF

eBPF shell detection
Security Tools

Detect Shell with eBPF

I use eBPF shell detection to catch stealthy programs that land inside the kernel and then hide from normal tools. You will see why watching load-time events matters more than chasing artifacts later. The kernel grants deep visibility into system activity, but that same access gives attackers a way to hide a reverse shell or […]

William