Under the hood, it's written in Rust and attaches eBPF probes to the unified cgroup v2 hierarchy and TCP state tracepoints. To map IPs back to domain names accurately, it passively snoops raw UDP/53 DNS responses per cgroup and decodes them in userspace using Hickory DNS. The terminal interface is built with Ratatui.
It targets Linux 5.8+ and does not modify or filter network packets in any way. It's strictly read-only.
Happy to answer questions or hear your feedback!