🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
Find a file
2016-03-02 17:31:07 +01:00
installer conpot - support persistence 2016-03-02 17:12:58 +01:00
isolinux prepare for T-Pot 16.03 2015-12-08 15:47:39 +01:00
kickstart set swap to 8192MB, remove /data as partition 2016-02-03 12:41:16 +01:00
preseed update docker installation method 2016-02-11 14:59:22 +01:00
getimages.sh include new index, dashbaords, tweaks 2016-02-22 17:47:24 +01:00
LICENSE Create LICENSE 2015-03-10 14:36:05 +01:00
makeiso.sh fix for systems without syslinux-utils 2016-02-26 20:42:47 +00:00
README.md include overview 2016-03-02 17:31:07 +01:00
T-Pot16.03.png add overview 2016-03-02 17:29:52 +01:00

T-Pot 16.03 Image Creator (Beta 1 - unstable)

This repository contains the necessary files to create the T-Pot community honeypot ISO image. The image can then be used to install T-Pot on a physical or virtual machine.

Image Creation

Requirements to create the ISO image:

  • Ubuntu 14.04.4 or newer as host system (others may work, but remain untested)
  • 4GB of free memory
  • 32GB of free storage
  • A working internet connection

How to create the ISO image:

  1. Clone the repository and enter it.

     git clone https://github.com/dtag-dev-sec/tpotce.git
     cd tpotce
    
  2. Invoke the script that builds the ISO image. The script will download and install dependecies necessary to build the image on the invoking machine. It will further download the ubuntu base image (~600MB) which T-Pot is based on.

     sudo ./makeiso.sh
    

After a successful build, you will find the ISO image tpot.iso in your directory.

T-Pot Installation (Cowrie, Dionaea, ElasticPot, Glastopf, Honeytrap, ELK, Suricata+P0f)

When installing the T-Pot ISO image, make sure the target system (physical/virtual) meets the following minimum requirements:

  • 4 GB RAM (6-8 GB recommended)
  • 64 GB disk (128 GB SSD recommended)
  • Network via DHCP
  • A working internet connection

Sensor Installation (Cowrie, Dionaea, ElasticPot, Glastopf, Honeytrap)

This installation type is currently only available via ISO Creator. When installing the T-Pot ISO image, make sure the target system (physical/virtual) meets the following minimum requirements:

  • 3 GB RAM (4-6 GB recommended)
  • 64 GB disk (64 GB SSD recommended)
  • Network via DHCP
  • A working internet connection

Industrial Installation (ConPot, eMobility, ELK, Suricata+P0f)

This installation type is currently only available via ISO Creator. When installing the T-Pot ISO image, make sure the target system (physical/virtual) meets the following minimum requirements:

  • 4 GB RAM (8 GB recommended)
  • 64 GB disk (128 GB SSD recommended)
  • Network via DHCP
  • A working internet connection

Everything Installation (Everything)

This installation type is currently only available via ISO Creator. When installing the T-Pot ISO image, make sure the target system (physical/virtual) meets the following minimum requirements:

  • 8 GB RAM
  • 128 GB disk or larger (128 GB SSD or larger recommended)
  • Network via DHCP
  • A working internet connection

The installation requires very little interaction. Most things should be configured automatically. The system will reboot a couple of times. Make sure it can access the internet as it needs to download the dockerized honeypot components. Depending on your network connection, the installation may take some time. Once the installation is finished, the system will automatically reboot and you will be presented with a login screen. The user credentials for the first login are:

  • user: tsec
  • pass: tsec

You will need to set a new password after first login.

All honeypot services are started automatically.

T-Pot 16.03 architecture

For further information and a more in depth installation instruction, visit T-Pot's website.