Skip to main content

Building your own honeypots

Your tenant can define honeypots of its own, built around any container image you can reach. Customize what the honeypot presents, which ports it binds and how it behaves to emulate a service, an appliance, or a version of your own software. The image stays in your own registry and the container is only ever visible to your tenant.

How they differ from Baffin Bay containers

Baffin Bay providedCustomized
ImageBuilt and hosted by Baffin BayYours, from any registry you can reach
Emulation and fingerprintsMaintained and varied across the fleet for youYours to maintain
AvailabilityMade available to your tenant by Baffin BayYour tenant only
EditingNot editableFully editable at any time

The trade is maintenance for coverage: a provided container is kept current for you, while a container you build is only as convincing as you keep it.

Creating a custom container

In the portal, open Containers and select Create Container.

The Containers page in the portal, with the Create Container button in the top right corner

From there, follow the guided steps to create your own container.

Private images

If your image is in a private registry, add the registry credentials to your tenant first, then reference the image normally. The agent pulls it on each host using those credentials.

Using it

A custom container is used exactly like a provided one: add it to a machine profile and then every machine using the profile starts the container. See Assigning a profile.