tpotce/README.md

76 lines
3.2 KiB
Markdown
Raw Normal View History

2016-03-02 16:19:59 +00:00
# T-Pot 16.03 Image Creator (Beta 1 - unstable)
2014-11-28 16:57:47 +00:00
2015-12-08 14:47:39 +00:00
This repository contains the necessary files to create the **[T-Pot community honeypot](http://dtag-dev-sec.github.io/)** ISO image.
The image can then be used to install T-Pot on a physical or virtual machine.
2014-11-28 17:05:24 +00:00
2015-03-05 07:36:59 +00:00
### Image Creation
**Requirements to create the ISO image:**
2016-03-02 16:19:59 +00:00
- Ubuntu 14.04.4 or newer as host system (others *may* work, but remain untested)
2015-12-08 14:47:39 +00:00
- 4GB of free memory
- 32GB of free storage
2015-03-09 14:26:47 +00:00
- A working internet connection
2015-03-04 20:51:34 +00:00
2015-03-05 07:36:59 +00:00
**How to create the ISO image:**
2014-11-28 17:05:24 +00:00
2015-12-08 14:47:39 +00:00
1. Clone the repository and enter it.
2016-02-04 09:44:34 +00:00
git clone https://github.com/dtag-dev-sec/tpotce.git
2015-03-05 07:36:59 +00:00
cd tpotce
2015-03-04 20:51:34 +00:00
2015-12-08 14:47:39 +00:00
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.
2015-03-04 20:51:34 +00:00
2015-03-05 07:36:59 +00:00
sudo ./makeiso.sh
2015-12-08 14:47:39 +00:00
After a successful build, you will find the ISO image `tpot.iso` in your directory.
2015-03-05 07:36:59 +00:00
2016-02-19 16:52:45 +00:00
### T-Pot Installation (Cowrie, Dionaea, ElasticPot, Glastopf, Honeytrap, ELK, Suricata+P0f)
2015-03-10 10:32:26 +00:00
When installing the T-Pot ISO image, make sure the target system (physical/virtual) meets the following minimum requirements:
2016-02-04 09:44:34 +00:00
- 4 GB RAM (6-8 GB recommended)
- 64 GB disk (128 GB SSD recommended)
- Network via DHCP
- A working internet connection
2016-03-02 16:19:59 +00:00
### Sensor Installation (Cowrie, Dionaea, ElasticPot, Glastopf, Honeytrap)
This installation type is currently only available via ISO Creator.
2016-02-04 09:44:34 +00:00
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)
2015-03-05 07:36:59 +00:00
- Network via DHCP
2015-03-09 14:26:11 +00:00
- A working internet connection
2015-03-05 07:36:59 +00:00
2016-03-02 16:19:59 +00:00
### Industrial Installation (ConPot, eMobility, ELK, Suricata+P0f)
This installation type is currently only available via ISO Creator.
2016-02-19 16:52:45 +00:00
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)
2016-03-02 16:19:59 +00:00
This installation type is currently only available via ISO Creator.
2016-02-19 16:52:45 +00:00
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
2015-12-08 14:47:39 +00:00
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.
2015-03-05 07:36:59 +00:00
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:
2015-12-08 14:47:39 +00:00
- user: tsec
2015-03-05 07:36:59 +00:00
- pass: tsec
You will need to set a new password after first login.
2016-03-02 16:31:07 +00:00
All honeypot services are started automatically.
2016-03-03 16:45:49 +00:00
# T-Pot Architecture
![T-Pot 16.03 architecture](doc/architecture.png)
# T-Pot Dashboard
![T-Pot Dashboard](doc/dashboard.png)
2015-03-05 07:36:59 +00:00
For further information and a more in depth installation instruction, visit [T-Pot's website](http://dtag-dev-sec.github.io/).