prats84 / elasticpot

Dockerized ElasticPot for use in T-Pot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockerized elasticpot

elasticpot elasticpot is a simple elastic search honeypot.

This repository contains the necessary files to create a dockerized version of elasticpot.

This dockerized version is part of the T-Pot community honeypot of Deutsche Telekom AG.

The Dockerfile contains the blueprint for the dockerized elasticpot and will be used to setup the docker image.

The supervisord.conf is used to start elasticpot under supervision of supervisord.

Using upstart, copy the upstart/elasticpot.conf to /etc/init/elasticpot.conf and start using

service elasticpot start

This will make sure that the docker container is started with the appropriate rights and port mappings. Further, it autostarts during boot.

By default all data will be stored in /data/elasticpot/ until the honeypot service will be restarted which is by default every 24 hours. If you want to keep data persistently simply rename /data/persistence.off to /data/persistence.on. Be advised to establish some sort of log management if you wish to do so.

ElasticPot Dashboard

ElasticPot Dashboard

About

Dockerized ElasticPot for use in T-Pot