Real-time kernel-level process, file-operation, and network telemetry for Linux. Zero overhead. Zero agents. Just eBPF.
eBPF tracepoints. Per-CPU perf buffers. Ratatui TUI. Zero-copy from kernel to screen.
Traces execve, openat, connect, accept, sendto, recvfrom at the kernel level using eBPF tracepoints. Verifier-safe with bpf_probe_read_user.
Live terminal interface with Events, Processes, Network, TopFiles, Extensions, Alerts, and Ransomware Heatmap. Built with Ratatui.
Continuously scores per-process file-open rates against a sliding window. Flags ransomware-style mass file access in real-time with configurable thresholds.
Fixed-size ProcessEvent structs through per-CPU PerfEventArray. No heap allocations in the hot path. Kernel to userspace in nanoseconds.
Captures TCP/UDP connections, byte counts, and remote endpoints — all from kernel-level tracepoints. No packet sniffing needed.
Runs in containers with --privileged. Includes K8s DaemonSet, ServiceMonitor for Prometheus, and GHCR images.
From kernel tracepoint to your terminal — zero copies, zero locks, zero overhead.
One command. Full kernel observability.
Level 4 of 20 towards full enterprise maturity. Supply chain security, build provenance, code hardening, and quality gates — all automated.
cargo-deny license & advisory gates, CycloneDX SBOM, gitleaks secret scanning, dependency review on every PR.
SLSA Level 2 provenance, Sigstore cosign keyless signing, GitHub artifact attestation, SHA-256/512 checksums.
SAFETY docs on all unsafe blocks, SecurityHeadersLayer (CSP, DENY, nosniff), crate-level lints enforced.
36 unit tests (+177%), edge cases, monitor invariants, clippy clean with -D warnings.