Add cyberchef to docker-compose configs / T-Pot flavors

This commit is contained in:
t3chn0m4g3 2018-07-31 14:05:57 +00:00
parent 0373d7145d
commit 1978414ccf
4 changed files with 48 additions and 0 deletions

View file

@ -3,6 +3,7 @@
version: '2.3' version: '2.3'
networks: networks:
cyberchef_local:
heralding_local: heralding_local:
ewsposter_local: ewsposter_local:
spiderfoot_local: spiderfoot_local:
@ -93,6 +94,17 @@ services:
#### Tools #### Tools
################## ##################
# Cyberchef service
cyberchef:
container_name: cyberchef
restart: always
networks:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:1804"
read_only: true
#### ELK #### ELK
## Elasticsearch service ## Elasticsearch service
elasticsearch: elasticsearch:

View file

@ -8,6 +8,7 @@ networks:
conpot_local_ipmi: conpot_local_ipmi:
conpot_local_kamstrup_382: conpot_local_kamstrup_382:
cowrie_local: cowrie_local:
cyberchef_local:
elasticpot_local: elasticpot_local:
heralding_local: heralding_local:
mailoney_local: mailoney_local:
@ -427,6 +428,17 @@ services:
#### Tools #### Tools
################## ##################
# Cyberchef service
cyberchef:
container_name: cyberchef
restart: always
networks:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:1804"
read_only: true
#### ELK #### ELK
## Elasticsearch service ## Elasticsearch service
elasticsearch: elasticsearch:

View file

@ -9,6 +9,7 @@ networks:
conpot_local_ipmi: conpot_local_ipmi:
conpot_local_kamstrup_382: conpot_local_kamstrup_382:
cowrie_local: cowrie_local:
cyberchef_local:
rdpy_local: rdpy_local:
vnclowpot_local: vnclowpot_local:
ewsposter_local: ewsposter_local:
@ -246,6 +247,17 @@ services:
#### Tools #### Tools
################## ##################
# Cyberchef service
cyberchef:
container_name: cyberchef
restart: always
networks:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:1804"
read_only: true
#### ELK #### ELK
## Elasticsearch service ## Elasticsearch service
elasticsearch: elasticsearch:

View file

@ -8,6 +8,7 @@ networks:
conpot_local_ipmi: conpot_local_ipmi:
conpot_local_kamstrup_382: conpot_local_kamstrup_382:
cowrie_local: cowrie_local:
cyberchef_local:
elasticpot_local: elasticpot_local:
heralding_local: heralding_local:
mailoney_local: mailoney_local:
@ -427,6 +428,17 @@ services:
#### Tools #### Tools
################## ##################
# Cyberchef service
cyberchef:
container_name: cyberchef
restart: always
networks:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:1804"
read_only: true
#### ELK #### ELK
## Elasticsearch service ## Elasticsearch service
elasticsearch: elasticsearch: