Bh

Beelzebub Honeypot on Ubuntu 24.04

Azure Security

Beelzebub, a low code honeypot and deception framework that stands up decoy services to lure, log and alert on attacker activity across your network.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Overview

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.

Why the cloudimg image

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.

Common uses

  • An internal tripwire that alerts the moment an attacker touches a decoy service
  • A research sensor for studying reconnaissance and intrusion behaviour
  • A deception layer that slows and misdirects an intruder inside your network