This commit is contained in:
Marco Ochse
2022-03-09 23:07:28 +01:00
parent 4bcd24ed19
commit 0a8ff0297f
29 changed files with 135 additions and 6 deletions

View File

@ -9,6 +9,8 @@ services:
restart: always
tmpfs:
- /tmp/ciscoasa:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
network_mode: "host"
ports:
- "5000:5000/udp"

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: citrixhoneypot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- citrixhoneypot_local
ports:

View File

@ -23,6 +23,8 @@ services:
- CONPOT_TMP=/tmp/conpot
tmpfs:
- /tmp/conpot:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- conpot_local_default
ports:
@ -52,6 +54,8 @@ services:
- CONPOT_TMP=/tmp/conpot
tmpfs:
- /tmp/conpot:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- conpot_local_IEC104
ports:
@ -74,6 +78,8 @@ services:
- CONPOT_TMP=/tmp/conpot
tmpfs:
- /tmp/conpot:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- conpot_local_guardian_ast
ports:
@ -95,6 +101,8 @@ services:
- CONPOT_TMP=/tmp/conpot
tmpfs:
- /tmp/conpot:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- conpot_local_ipmi
ports:
@ -116,6 +124,8 @@ services:
- CONPOT_TMP=/tmp/conpot
tmpfs:
- /tmp/conpot:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- conpot_local_kamstrup_382
ports:

View File

@ -13,6 +13,8 @@ services:
tmpfs:
- /tmp/cowrie:uid=2000,gid=2000
- /tmp/cowrie/data:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- cowrie_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: ddospot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- ddospot_local
ports:

View File

@ -13,6 +13,8 @@ services:
build: .
container_name: dicompot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- dicompot_local
ports:

View File

@ -12,6 +12,8 @@ services:
stdin_open: true
tty: true
restart: always
cpu_count: 1
cpus: 0.25
networks:
- dionaea_local
ports:

View File

@ -102,16 +102,16 @@ services:
build: medpot/.
image: "dtagdevsec/medpot:2203"
# Rdpy service
rdpy:
build: rdpy/.
image: "dtagdevsec/rdpy:2203"
# Redishoneypot service
rdpy:
redishoneypot:
build: redishoneypot/.
image: "dtagdevsec/redishoneypot:2203"
# Sentrypeer service
sentrypeer:
build: sentrypeer/.
image: "dtagdevsec/sentrypeer:2203"
#### Snare / Tanner
## Tanner Redis Service
tanner_redis:
@ -188,3 +188,8 @@ services:
spiderfoot:
build: spiderfoot/.
image: "dtagdevsec/spiderfoot:2203"
# Map Web Service
map_web:
build: elk/map/.
image: "dtagdevsec/map_server:2203"

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: elasticpot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- elasticpot_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: endlessh
restart: always
cpu_count: 1
cpus: 0.25
networks:
- endlessh_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: ewsposter
restart: always
cpu_count: 1
cpus: 0.75
networks:
- ewsposter_local
environment:

View File

@ -7,6 +7,8 @@ services:
build: .
container_name: fatt
restart: always
cpu_count: 1
cpus: 0.75
network_mode: "host"
cap_add:
- NET_ADMIN

View File

@ -10,6 +10,8 @@ services:
tmpfs:
- /var/lib/glutton:uid=2000,gid=2000
- /run:uid=2000,gid=2000
cpu_count: 1
cpus: 0.75
network_mode: "host"
cap_add:
- NET_ADMIN

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: hellpot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- hellpot_local
ports:

View File

@ -12,6 +12,8 @@ services:
restart: always
tmpfs:
- /tmp/heralding:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- heralding_local
ports:

View File

@ -14,6 +14,8 @@ services:
restart: always
tmpfs:
- /tmp:uid=2000,gid=2000
cpu_count: 1
cpus: 0.75
networks:
- honeypots_local
ports:

View File

@ -9,6 +9,8 @@ services:
restart: always
tmpfs:
- /tmp/honeytrap:uid=2000,gid=2000
cpu_count: 1
cpus: 0.75
network_mode: "host"
cap_add:
- NET_ADMIN

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: ipphoney
restart: always
cpu_count: 1
cpus: 0.25
networks:
- ipphoney_local
ports:

View File

@ -12,6 +12,8 @@ services:
restart: always
tmpfs:
- /tmp:uid=2000,gid=2000
cpu_count: 1
cpus: 0.25
networks:
- log4pot_local
ports:

View File

@ -16,6 +16,8 @@ services:
- HPFEEDS_SECRET=pass
- HPFEEDS_PORT=20000
- HPFEEDS_CHANNELPREFIX=prefix
cpu_count: 1
cpus: 0.25
networks:
- mailoney_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: medpot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- medpot_local
ports:

View File

@ -15,6 +15,8 @@ services:
- /var/tmp/nginx/scgi
- /run
- /var/lib/nginx/tmp:uid=100,gid=82
cpu_count: 1
cpus: 0.75
network_mode: "host"
ports:
- "64297:64297"

View File

@ -7,6 +7,8 @@ services:
build: .
container_name: p0f
restart: always
cpu_count: 1
cpus: 0.75
network_mode: "host"
image: "dtagdevsec/p0f:2203"
read_only: true

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: redishoneypot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- redishoneypot_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: sentrypeer
restart: always
cpu_count: 1
cpus: 0.25
networks:
- sentrypeer_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: spiderfoot
restart: always
cpu_count: 1
cpus: 0.75
networks:
- spiderfoot_local
ports:

View File

@ -12,6 +12,8 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
cpu_count: 1
cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/redis:2203"
@ -26,6 +28,8 @@ services:
tmpfs:
- /tmp:uid=2000,gid=2000
tty: true
cpu_count: 1
cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/phpox:2203"
@ -40,6 +44,8 @@ services:
tmpfs:
- /tmp/tanner:uid=2000,gid=2000
tty: true
cpu_count: 1
cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/tanner:2203"
@ -80,6 +86,8 @@ services:
tmpfs:
- /tmp/tanner:uid=2000,gid=2000
tty: true
cpu_count: 1
cpus: 0.25
networks:
- tanner_local
image: "dtagdevsec/tanner:2203"
@ -100,6 +108,8 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
cpu_count: 1
cpus: 0.25
networks:
- tanner_local
ports:

View File

@ -10,6 +10,8 @@ services:
build: .
container_name: wordpot
restart: always
cpu_count: 1
cpus: 0.25
networks:
- wordpot_local
ports: