talus is an endpoint detection & response agent for Linux, written in Rust.

Ransomware on Linux is usually detected when the backup job starts encrypting the backups. Talus watches file operations at the kernel level and reacts in seconds — not after the fact.

- eBPF tracepoints: execve / openat / unlink / mkdir — no kernel module, no LSM patching
- per-PID scoring with a 1-second sliding window over file-operation rates
- automated response: SIGKILL the offending process the moment the threshold breaks
- per-CPU perf buffers, zero-copy handoff: ~280k events/s at ~7.6% CPU
- optional neural engine (MeMLP) trained online from heuristic verdicts
- self-sandboxing agent: CAP_BPF|CAP_PERFMON|CAP_NET_ADMIN, seccomp + Landlock
- TUI with live syscall stream, per-PID scores and verdicts

Install: pip install talus-process-monitor && talus-monitor install
License: MIT — free for commercial use.

Features

  • eBPF-based behavioral ransomware detection
  • Automatic SIGKILL response in seconds
  • Single static Rust binary — no kernel module
  • MeMLP neural engine with online learning
  • Self-sandboxing (seccomp whitelist + Landlock)1
  • Live TUI monitor

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow talus-process-monitor

talus-process-monitor Web Site

Other Useful Business Software
$300 Free Credits to Build on Google Cloud Icon
$300 Free Credits to Build on Google Cloud

New customers can spin up VMs, build with AI, and query data at no cost.

Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of talus-process-monitor!

Additional Project Details

Operating Systems

Linux

Intended Audience

Security Professionals, System Administrators

User Interface

Console/Terminal

Programming Language

Rust

Registered

23 hours ago