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 bashFor 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
curl -1sLf \
'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.rpm.sh' \
| sudo -E bash
dnf install honeydb-agentRed Hat / CentOS
curl -1sLf \
'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.rpm.sh' \
| sudo -E bash
dnf install honeydb-agentDebian
curl -1sLf \
'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \
| sudo -E bash
apt install honeydb-agentUbuntu
curl -1sLf \
'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \
| sudo -E bash
apt install honeydb-agent64-bit ARM (Debian)
curl -1sLf \
'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \
| sudo -E bash
apt install honeydb-agentARM (Raspbian)
curl -1sLf \
'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/setup.deb.sh' \
| sudo -E bash
apt install honeydb-agentMac OS
curl -1sLf -O 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/raw/versions/latest/honeydb-agent-macos.tar.gz'Mac OS (Intel)
curl -1sLf -O 'https://dl.cloudsmith.io/public/honeydb/honeydb-agent/raw/versions/latest/honeydb-agent-macos-intel.tar.gz'