Conpot is an ICS honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems
Project description
## About
Conpot is an ICS honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems
## Documentation
The build of the documentations [source](https://github.com/mushorg/conpot/tree/master/docs/source) can be found [here](https://conpot.readthedocs.io/en/latest/). There you will also find the instructions on how to [install](https://conpot.readthedocs.io/en/latest/installation/ubuntu.html) conpot and the [FAQ](https://conpot.readthedocs.io/en/latest/faq.html).
## Easy install using Docker
#### Via a pre-built image
Install [Docker](https://docs.docker.com/engine/installation/)
Run docker pull honeynet/conpot
Run docker run -it -p 80:80 -p 102:102 -p 502:502 -p 161:161/udp –network=bridge honeynet/conpot:latest /bin/sh
Finally run conpot -f –template default
Navigate to http://MY_IP_ADDRESS to confirm the setup.
#### Build docker image from source
Install [Docker](https://docs.docker.com/engine/installation/)
Clone this repo with git clone https://github.com/mushorg/conpot.git and cd conpot
Run docker build -t conpot .
Run docker run -it -p 80:80 -p 102:102 -p 502:502 -p 161:161/udp –network=bridge conpot
Navigate to http://MY_IP_ADDRESS to confirm the setup.
#### Build from source and run with docker-compose
Install [docker-compose](https://docs.docker.com/compose/install/)
Clone this repo with git clone https://github.com/mushorg/conpot.git and cd conpot
Build the image with docker-compose build
Test if everything is running correctly with docker-compose up
Permanently run as a daemon with docker-compose up -d
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.