Beelzebub, a low code honeypot and deception framework that stands up decoy services to lure, log and alert on attacker activity across your network.
Beelzebub is a self hosted honeypot and deception framework. It stands up low interaction decoy services that impersonate real infrastructure, a fake SSH shell, a fake web server, a fake database, so that any connection to them is suspicious by definition. Each decoy is defined in simple YAML, and every interaction is captured as a structured event and exposed as Prometheus metrics, giving you an early warning tripwire for reconnaissance and intrusion attempts. Because nothing legitimate should ever touch a decoy, a single hit is a high signal, low noise alert, unlike scanning production logs for anomalies. The decoys run inside Beelzebub's own sandbox, so they present an inviting target while granting no real access to the host, and you can extend or replace them with your own service definitions.
It suits security teams who want an internal tripwire that fires the moment something touches a service it should not, researchers studying attacker behaviour, and defenders who want to slow and misdirect an intruder who has already gained a foothold.
A honeypot is only useful if its own management plane is not itself a liability, and cloudimg ships it that way. The decoy services are deliberately left inviting because that is their whole purpose, but the real observability surface is secured: the Prometheus metrics endpoint is bound to loopback and fronted by an nginx reverse proxy that requires a password, with a public health endpoint for load balancer probes. There are no shared or default credentials, a unique metrics password is generated on each instance's first boot and written to a root only note, and the decoy SSH runs on a separate port so it never clashes with your real administrative access. The single binary is compiled from the pinned release and the build toolchain is stripped before capture, the image is scanned clean of fixable vulnerabilities, and every deployment comes with a paired deploy guide and 24/7 cloudimg support.