Source ↗
Security infrastructure

talus-process-monitor.
Ransomware detection that acts, not alerts.

Behavioral ransomware detection and automated response for Linux. eBPF-based tracing at ~280k events per second, sliding-window verdicts, automated kill response — with seccomp and Landlock self-sandboxing and a single static binary. No kernel modules.

v0.8.2Rust · eBPFMITSBOM (SPDX)build attestation
View source ↗ Releases Full catalog
pip install talus-process-monitor
docker pull ghcr.io/hartwell-labs/talus-process-monitor:latest

Engineering, not promises.

Every capability below ships in the open-source core — MIT licensed, CI on every push.

Behavioral verdicts

Sliding-window scoring of file-operation patterns — entropy jumps, rename storms, mount probing — instead of static signature lists.

~280k events/s

Ring-buffer eBPF pipeline sized for production fleets; watchdog-side aggregation keeps host overhead negligible.

Automated response

Confident verdicts trigger immediate process kill and response hooks — containment inside the detection window.

Self-sandboxed

The agent confines itself with seccomp and Landlock before touching the event stream. The sensor is not a new attack surface.

One static binary

No kernel modules, no DKMS, no agent framework. Ship it with systemd, a container, or a USB stick.

Supply-chain graded

Signed releases, SBOM (SPDX), build provenance and OpenSSF Scorecard on the flagship repository.