mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
restrict dionaea to networks local again
This commit is contained in:
parent
0031980416
commit
6419f4d521
3 changed files with 11 additions and 6 deletions
|
@ -12,6 +12,7 @@ networks:
|
||||||
cowrie_local:
|
cowrie_local:
|
||||||
cyberchef_local:
|
cyberchef_local:
|
||||||
dicompot_local:
|
dicompot_local:
|
||||||
|
dionaea_local:
|
||||||
elasticpot_local:
|
elasticpot_local:
|
||||||
heralding_local:
|
heralding_local:
|
||||||
honeypy_local:
|
honeypy_local:
|
||||||
|
@ -196,7 +197,8 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- dionaea_local
|
||||||
ports:
|
ports:
|
||||||
- "20:20"
|
- "20:20"
|
||||||
- "21:21"
|
- "21:21"
|
||||||
|
|
|
@ -9,6 +9,7 @@ networks:
|
||||||
conpot_local_ipmi:
|
conpot_local_ipmi:
|
||||||
conpot_local_kamstrup_382:
|
conpot_local_kamstrup_382:
|
||||||
cowrie_local:
|
cowrie_local:
|
||||||
|
dionaea_local:
|
||||||
elasticpot_local:
|
elasticpot_local:
|
||||||
heralding_local:
|
heralding_local:
|
||||||
mailoney_local:
|
mailoney_local:
|
||||||
|
@ -16,7 +17,6 @@ networks:
|
||||||
rdpy_local:
|
rdpy_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
spiderfoot_local:
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
@ -165,7 +165,8 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- dionaea_local
|
||||||
ports:
|
ports:
|
||||||
- "20:20"
|
- "20:20"
|
||||||
- "21:21"
|
- "21:21"
|
||||||
|
@ -173,7 +174,7 @@ services:
|
||||||
- "69:69/udp"
|
- "69:69/udp"
|
||||||
- "81:81"
|
- "81:81"
|
||||||
- "135:135"
|
- "135:135"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "445:445"
|
- "445:445"
|
||||||
- "1433:1433"
|
- "1433:1433"
|
||||||
- "1723:1723"
|
- "1723:1723"
|
||||||
|
|
|
@ -10,6 +10,7 @@ networks:
|
||||||
conpot_local_kamstrup_382:
|
conpot_local_kamstrup_382:
|
||||||
cowrie_local:
|
cowrie_local:
|
||||||
cyberchef_local:
|
cyberchef_local:
|
||||||
|
dionaea_local:
|
||||||
elasticpot_local:
|
elasticpot_local:
|
||||||
heralding_local:
|
heralding_local:
|
||||||
mailoney_local:
|
mailoney_local:
|
||||||
|
@ -166,7 +167,8 @@ services:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
networks:
|
||||||
|
- dionaea_local
|
||||||
ports:
|
ports:
|
||||||
- "20:20"
|
- "20:20"
|
||||||
- "21:21"
|
- "21:21"
|
||||||
|
@ -174,7 +176,7 @@ services:
|
||||||
- "69:69/udp"
|
- "69:69/udp"
|
||||||
- "81:81"
|
- "81:81"
|
||||||
- "135:135"
|
- "135:135"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "445:445"
|
- "445:445"
|
||||||
- "1433:1433"
|
- "1433:1433"
|
||||||
- "1723:1723"
|
- "1723:1723"
|
||||||
|
|
Loading…
Reference in a new issue