Thp
is short for Tiny Honeypot, and tiny it is. Written by George Bakos,
the program can be downloaded at http://alpinista.dyndns.org/files/thp/.
Taking up a total of 21k of space, it
was simple to install and configure. The
concept behind THP is simple, “listen and record.” And this little program does just that. The following is an excerpt from the README
file that explains the idea behind this Honeypot:

Installation
was fairly easy. A step by step set of instructions
was also located in the README.
cd /usr/local
zcat <tgz
file> | tar -xvf -
ln -s thp-0.x.x thp
mkdir /var/log/hpot
chown nobody:nobody
/var/log/hpot
chmod 700 /var/log/hpot
cp
./thp/xinetd.d/* /etc/xinetd.d
edit
xinetd files to change to :"disable = no"
make
any path & preferences adjustements in thp.conf & iptables.rules
./thp/iptables.rules
/etc/rc.d/init.d/portmap start
pmap_set < ./thp/fakerpc
/etc/rc.d/init.d/xinetd start
The only part that was not clear, were the instructions
on how to implement the IPTables script. There are good comments in the script for
customization, but for someone with little IPTables
experience, one would have to ask for help or do some research to know what to
do with the script.
Coming
soon…
Coming
soon…
Coming
soon…
Stay Tuned for the results of this Honeypot…