build 0.04 · active development HoneyLens Frida ADR

HoneyLens Frida — eBPF-Based Application Detection & Response

Runtime application detection & response built on eBPF: tracepoint and uprobe-based hooks that catch the moment a process pivots into unexpected behaviour — a service spawning a shell, an SSL library being called from an unusual library, a setuid binary opening a network socket. Sentinel agents run on production hosts; events stream to a central collector for correlation against the HoneyLens classifier and the SIEM forwarder pipeline.

eBPF tracepoints + uprobes 5 sentinel hosts DefectDojo + SIEM AGPL-3.0
Sentinels live
5
production hosts running the agent
Collector host
.165
lab-internal aggregation
Build
0.04
pre-1.0 active development
Licence
AGPL-3.0
aligned with HoneyLens Sensor

What It Does

HoneyLens Sensor watches the network. HoneyLens Frida ADR watches inside the host. The two are complementary — the sensor catches an attacker as they arrive on the wire; the ADR agent catches them after they've landed and started moving.

Deployment

The honeylens-sentinel-agent systemd unit ships with each install and runs as a privileged service (the eBPF programs need CAP_BPF / CAP_PERFMON). Currently deployed on five sentinel hosts in the lab; the sensor1 install includes it as part of the base HoneyLens stack.

What’s Next