From 6419f4d521afd7910c448f0b33fe3ba5b1658bae Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 26 Jun 2020 16:34:40 +0000 Subject: [PATCH] restrict dionaea to networks local again --- etc/compose/nextgen.yml | 4 +++- etc/compose/sensor.yml | 7 ++++--- etc/compose/standard.yml | 6 ++++-- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/etc/compose/nextgen.yml b/etc/compose/nextgen.yml index 17d4f410..20efc529 100644 --- a/etc/compose/nextgen.yml +++ b/etc/compose/nextgen.yml @@ -12,6 +12,7 @@ networks: cowrie_local: cyberchef_local: dicompot_local: + dionaea_local: elasticpot_local: heralding_local: honeypy_local: @@ -196,7 +197,8 @@ services: stdin_open: true tty: true restart: always - network_mode: "host" + networks: + - dionaea_local ports: - "20:20" - "21:21" diff --git a/etc/compose/sensor.yml b/etc/compose/sensor.yml index 83e103b2..bb33dcc4 100644 --- a/etc/compose/sensor.yml +++ b/etc/compose/sensor.yml @@ -9,6 +9,7 @@ networks: conpot_local_ipmi: conpot_local_kamstrup_382: cowrie_local: + dionaea_local: elasticpot_local: heralding_local: mailoney_local: @@ -16,7 +17,6 @@ networks: rdpy_local: tanner_local: ewsposter_local: - spiderfoot_local: services: @@ -165,7 +165,8 @@ services: stdin_open: true tty: true restart: always - network_mode: "host" + networks: + - dionaea_local ports: - "20:20" - "21:21" @@ -173,7 +174,7 @@ services: - "69:69/udp" - "81:81" - "135:135" - - "443:443" + # - "443:443" - "445:445" - "1433:1433" - "1723:1723" diff --git a/etc/compose/standard.yml b/etc/compose/standard.yml index 2a869b88..ec410446 100644 --- a/etc/compose/standard.yml +++ b/etc/compose/standard.yml @@ -10,6 +10,7 @@ networks: conpot_local_kamstrup_382: cowrie_local: cyberchef_local: + dionaea_local: elasticpot_local: heralding_local: mailoney_local: @@ -166,7 +167,8 @@ services: stdin_open: true tty: true restart: always - network_mode: "host" + networks: + - dionaea_local ports: - "20:20" - "21:21" @@ -174,7 +176,7 @@ services: - "69:69/udp" - "81:81" - "135:135" - - "443:443" + # - "443:443" - "445:445" - "1433:1433" - "1723:1723"