Crypto infrastructure — validators, signers, bridge nodes — has an unusual property: the damage is final the moment a key is used. Detection after the fact is not detection. Vigilo is an OS-level daemon that watches file access, process spawns, and network connections in real time, and pairs a one-second alert path with a slower LLM pass that correlates event sequences into attack patterns.
Cheap host-level collection plus a slower correlating LLM pass will catch multi-step attack chains that per-event rules structurally cannot, with overhead low enough to run on a signer and an alert volume low enough that operators keep reading it.
The interesting comparison is not detection rate in isolation — it is whether the five-minute correlation window catches chains that per-event rules structurally cannot, without drowning the operator in the process.
Scripted attack chains replayed on an instrumented host with timestamps at each stage.
Measures Time from first hostile syscall to immediate page, and to correlated analyst verdict.
The same chains run with the analyst disabled, leaving only per-event rules.
Measures Fraction of chains detected only by correlation, and stage at which each was caught.
Daemon left running on normal production workloads for a multi-week window with no injected attacks.
Measures False positives per host per day, before and after suppression tuning; alert volume trend.
Signer-shaped workload benchmarked with the daemon on and off.
Measures CPU and RSS overhead, event throughput ceiling, SQLite write amplification.
Repeated analyst passes over identical event windows.
Measures Verdict latency, token cost per pass, and verdict consistency across runs on the same input.
Daemon and analyst both running. Immediate tier fires in roughly a second; the analyst correlates on a five-minute cadence. Detection catalogue covers key reads, secret writes, RCE-shaped spawns, exfiltration chains, privilege escalation, and cross-host repeats.