From 1978414ccf368e7d12ddcd906866c2983d583af7 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 31 Jul 2018 14:05:57 +0000 Subject: [PATCH] Add cyberchef to docker-compose configs / T-Pot flavors --- etc/compose/collector.yml | 12 ++++++++++++ etc/compose/experimental.yml | 12 ++++++++++++ etc/compose/industrial.yml | 12 ++++++++++++ etc/compose/standard.yml | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/etc/compose/collector.yml b/etc/compose/collector.yml index cd2635a4..f9aaf4ce 100644 --- a/etc/compose/collector.yml +++ b/etc/compose/collector.yml @@ -3,6 +3,7 @@ version: '2.3' networks: + cyberchef_local: heralding_local: ewsposter_local: spiderfoot_local: @@ -93,6 +94,17 @@ services: #### 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 ## Elasticsearch service elasticsearch: diff --git a/etc/compose/experimental.yml b/etc/compose/experimental.yml index ec20f2a4..d1d24e87 100644 --- a/etc/compose/experimental.yml +++ b/etc/compose/experimental.yml @@ -8,6 +8,7 @@ networks: conpot_local_ipmi: conpot_local_kamstrup_382: cowrie_local: + cyberchef_local: elasticpot_local: heralding_local: mailoney_local: @@ -427,6 +428,17 @@ services: #### 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 ## Elasticsearch service elasticsearch: diff --git a/etc/compose/industrial.yml b/etc/compose/industrial.yml index 4c08395e..41189cdf 100644 --- a/etc/compose/industrial.yml +++ b/etc/compose/industrial.yml @@ -9,6 +9,7 @@ networks: conpot_local_ipmi: conpot_local_kamstrup_382: cowrie_local: + cyberchef_local: rdpy_local: vnclowpot_local: ewsposter_local: @@ -246,6 +247,17 @@ services: #### 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 ## Elasticsearch service elasticsearch: diff --git a/etc/compose/standard.yml b/etc/compose/standard.yml index 4ed71bbc..bec89612 100644 --- a/etc/compose/standard.yml +++ b/etc/compose/standard.yml @@ -8,6 +8,7 @@ networks: conpot_local_ipmi: conpot_local_kamstrup_382: cowrie_local: + cyberchef_local: elasticpot_local: heralding_local: mailoney_local: @@ -427,6 +428,17 @@ services: #### 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 ## Elasticsearch service elasticsearch: