Qemu-based honeytrap sensor

honeytrap on a virtual OpenBSD

Looking for a easy way to deploy a honeytrap sensor? Then you might want to use my OpenBSD Qemu image. Starting the image on a Linux host in Qemu 0.9.0 is fairly simple:

qemu -hda honeytrap_openbsd_qemu.img -net nic -net tap,ifname=tap0

This command would connect your OpenBSD network device to the tap device tap0 on the Linux host. You should then use a virtual ethernet bridge to connect the tap device to a physical interface. Login to the virtual OpenBSD on 10.0.0.2 via SSH and change the passwords for the users root and honeytrap (both default to honeytrap).

honeytrap Qemu image

This is a minimal OpenBSD install with honeytrap 1.0.0 (subversion checkout 2007-06-06):