Talus โ eBPF Endpoint Security Agent
eBPF endpoint security agent for Linux โ detect ransomware behaviour, respond at the kernel edge. Kernel-side tracepoint programs, per-CPU perf buffers, sliding-window heuristic, automated SIGKILL response, FrankenTUI.
What It Doesโ
Talus hooks into the Linux kernel at the tracepoint level โ capturing every
execve, openat, connect, accept, sendto and recvfrom without polling,
without /proc parsing, without library dependencies. Events stream through
lock-free per-CPU perf buffers into a userspace detection engine that
visualizes process trees, network connections, and file operations in real time,
automatically terminating offending processes.
Key Featuresโ
๐ฌ Kernel-Level Telemetryโ
eBPF tracepoint programs capture execve and openat at the syscall boundary.
No polling, no /proc parsing, no library version dependencies. Works on any
Linux 5.8+ kernel.