mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
add honeypy to nextgen flavor
This commit is contained in:
parent
6f30322ad5
commit
522da73710
1 changed files with 30 additions and 22 deletions
|
@ -10,8 +10,8 @@ networks:
|
||||||
conpot_local_kamstrup_382:
|
conpot_local_kamstrup_382:
|
||||||
cowrie_local:
|
cowrie_local:
|
||||||
cyberchef_local:
|
cyberchef_local:
|
||||||
elasticpot_local:
|
|
||||||
heralding_local:
|
heralding_local:
|
||||||
|
honeypy_local:
|
||||||
mailoney_local:
|
mailoney_local:
|
||||||
medpot_local:
|
medpot_local:
|
||||||
rdpy_local:
|
rdpy_local:
|
||||||
|
@ -196,18 +196,22 @@ services:
|
||||||
- /data/dionaea/log:/opt/dionaea/var/log
|
- /data/dionaea/log:/opt/dionaea/var/log
|
||||||
- /data/dionaea/rtp:/opt/dionaea/var/dionaea/rtp
|
- /data/dionaea/rtp:/opt/dionaea/var/dionaea/rtp
|
||||||
|
|
||||||
# Elasticpot service
|
# Glutton service
|
||||||
elasticpot:
|
glutton:
|
||||||
container_name: elasticpot
|
build: .
|
||||||
|
container_name: glutton
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
tmpfs:
|
||||||
- elasticpot_local
|
- /var/lib/glutton:uid=2000,gid=2000
|
||||||
ports:
|
- /run:uid=2000,gid=2000
|
||||||
- "9200:9200"
|
network_mode: "host"
|
||||||
image: "dtagdevsec/elasticpot:1903"
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
image: "dtagdevsec/glutton:1903"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/elasticpot/log:/opt/ElasticpotPY/log
|
- /data/glutton/log:/var/log/glutton
|
||||||
|
# - /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|
||||||
|
|
||||||
# Heralding service
|
# Heralding service
|
||||||
heralding:
|
heralding:
|
||||||
|
@ -235,22 +239,25 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/heralding/log:/var/log/heralding
|
- /data/heralding/log:/var/log/heralding
|
||||||
|
|
||||||
# Glutton service
|
# HoneyPy service
|
||||||
glutton:
|
honeypy:
|
||||||
build: .
|
build: .
|
||||||
container_name: glutton
|
container_name: honeypy
|
||||||
restart: always
|
restart: always
|
||||||
tmpfs:
|
networks:
|
||||||
- /var/lib/glutton:uid=2000,gid=2000
|
- honeypy_local
|
||||||
- /run:uid=2000,gid=2000
|
ports:
|
||||||
network_mode: "host"
|
- "7:7"
|
||||||
cap_add:
|
- "8:8"
|
||||||
- NET_ADMIN
|
- "2048:2048"
|
||||||
image: "dtagdevsec/glutton:1903"
|
- "2323:2323"
|
||||||
|
- "2324:2324"
|
||||||
|
- "4096:4096"
|
||||||
|
- "9200:9200"
|
||||||
|
image: "dtagdevsec/honeypy:1903"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/glutton/log:/var/log/glutton
|
- /data/honeypy/log:/opt/honeypy/log
|
||||||
# - /root/tpotce/docker/glutton/dist/rules.yaml:/opt/glutton/rules/rules.yaml
|
|
||||||
|
|
||||||
# Mailoney service
|
# Mailoney service
|
||||||
mailoney:
|
mailoney:
|
||||||
|
@ -513,6 +520,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data:/data
|
- /data:/data
|
||||||
- /data/ews/conf/ews.ip:/opt/ewsposter/ews.ip
|
- /data/ews/conf/ews.ip:/opt/ewsposter/ews.ip
|
||||||
|
- /data/ews/conf/ews.cfg:/opt/ewsposter/ews.cfg
|
||||||
|
|
||||||
# Nginx service
|
# Nginx service
|
||||||
nginx:
|
nginx:
|
||||||
|
|
Loading…
Reference in a new issue