HoneyDB Agent

Run your own sensor.

A single binary turns any spare host into a multi-service honeypot. Install it, add your agent keys, and your captures feed your private dashboard and the community feed.

Single command to install for Linux and MacOS

curl -sLf https://honeydb.io/install | sudo bash

For Windows and other installation methods, see the sections below. Full setup and configuration details are in the agent documentation.

Agent keys

Deploying an agent requires an Agent ID key and secret key. Sign in to generate yours — they will appear on this page under the Agent Keys tab.

Amazon Linux

Latest Amazon Linux version at Cloudsmith
curl -1sLf \ 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.rpm.sh' \ | sudo -E bash dnf install honeydb-agent

Red Hat / CentOS

Latest Red Hat / CentOS version at Cloudsmith
curl -1sLf \ 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.rpm.sh' \ | sudo -E bash dnf install honeydb-agent

Debian

Latest Debian version at Cloudsmith
curl -1sLf \ 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \ | sudo -E bash apt install honeydb-agent

Ubuntu

Latest Ubuntu version at Cloudsmith
curl -1sLf \ 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \ | sudo -E bash apt install honeydb-agent

64-bit ARM (Debian)

Latest 64-bit ARM (Debian) version at Cloudsmith
curl -1sLf \ 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \ | sudo -E bash apt install honeydb-agent

ARM (Raspbian)

Latest ARM (Raspbian) version at Cloudsmith
curl -1sLf \ 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \ | sudo -E bash apt install honeydb-agent

Mac OS

Latest Mac OS version at Cloudsmith
curl -1sLf -O 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/raw/versions/latest/honeydb-agent-macos.tar.gz'

Mac OS (Intel)

Latest Mac OS (Intel) version at Cloudsmith
curl -1sLf -O 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/raw/versions/latest/honeydb-agent-macos-intel.tar.gz'

Windows

Latest Windows version at Cloudsmith
curl -1sLf -O 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/raw/versions/latest/honeydb-agent.msi'