Friday, 8 February 2013

Adding DionaeaFR

following the 3 minute script.

apt-get install unzip
apt-get install make

apt-get install git
apt-get install python-netaddr


aptitude install g++
apt-get install npm

9) (optional) Edit DionaeaFR’s settings file located at /opt/DionaeaFR/DionaeaFR/settings.py. There you might want to change line 17 that points to Dionaea’s SQLite db. If you have followed the official installation guide for Dionaea this is already correct.


change /opt/dionaea/var/dionaea/logsql.sqlite to /var/dionaea/logsql.sqlite




---
Thanks

https://github.com/andrewmichaelsmith/honeypot-setup-script/
http://bruteforce.gr/visualizing-dionaeas-results-with-dionaeafr.html

Wednesday, 6 February 2013

Automatic Honeypot Setup Script

Now looking at a system to add honeypot to an Ubuntu server.

The write up says 3 mins to get it going, so well worth a look see

First get the Ubuntu -12.04.1-server-amd64.iso

Perform a default install.

After install and first logon, wget is not yet available.


sudo bash
apt-get update
apt-get -f install
apt-get install wget

wget -q https://raw.github.com/andrewmichaelsmith/honeypot-setup-script/master/setup.bash -O /tmp/setup.bash && bash /tmp/setup.bash





---
Thanks


http://www.ubuntu.com/download/desktop/alternative-downloads
http://andrewmichaelsmith.com/2013/01/automatic-honeypot-setup-script/

http://serverfault.com/questions/131816/how-to-install-wget-on-this