modifications for conpot update

This commit is contained in:
Marco Ochse 2017-06-07 15:51:42 +00:00
parent 4e6f4fc9e8
commit 66cdb0e60a
4 changed files with 103 additions and 77 deletions

View file

@ -26,8 +26,7 @@ services:
- "50100:50100"
image: "dtagdevsec/conpot:1706"
volumes:
- /data/conpot:/data/conpot
- /data/ews:/data/ews
- /data/conpot/log:/var/log/conpot
# Cowrie service
cowrie:
@ -38,8 +37,8 @@ services:
cap_add:
- NET_BIND_SERVICE
ports:
- "22:22"
- "23:23"
- "22:2222"
- "23:2223"
image: "dtagdevsec/cowrie:1706"
volumes:
- /data/cowrie:/data/cowrie
@ -252,3 +251,12 @@ services:
image: "dtagdevsec/suricata:1706"
volumes:
- /data/suricata/log:/var/log/suricata
# P0f service
p0f:
container_name: p0f
restart: always
network_mode: "host"
image: "dtagdevsec/p0f:1706"
volumes:
- /data/p0f/log:/var/log/p0f

View file

@ -1,4 +1,4 @@
# T-Pot (Honeypots)
# T-Pot (HP)
# For docker-compose ...
version: '2.1'
@ -20,8 +20,8 @@ services:
cap_add:
- NET_BIND_SERVICE
ports:
- "22:22"
- "23:23"
- "22:2222"
- "23:2223"
image: "dtagdevsec/cowrie:1706"
volumes:
- /data/cowrie:/data/cowrie

View file

@ -22,8 +22,7 @@ services:
- "50100:50100"
image: "dtagdevsec/conpot:1706"
volumes:
- /data/conpot:/data/conpot
- /data/ews:/data/ews
- /data/conpot/log:/var/log/conpot
# ELK services
## Elasticsearch service
@ -166,3 +165,12 @@ services:
image: "dtagdevsec/suricata:1706"
volumes:
- /data/suricata/log:/var/log/suricata
# P0f service
p0f:
container_name: p0f
restart: always
network_mode: "host"
image: "dtagdevsec/p0f:1706"
volumes:
- /data/p0f/log:/var/log/p0f

View file

@ -22,8 +22,8 @@ services:
cap_add:
- NET_BIND_SERVICE
ports:
- "22:22"
- "23:23"
- "22:2222"
- "23:2223"
image: "dtagdevsec/cowrie:1706"
volumes:
- /data/cowrie:/data/cowrie
@ -221,3 +221,13 @@ services:
image: "dtagdevsec/suricata:1706"
volumes:
- /data/suricata/log:/var/log/suricata
# P0f service
p0f:
container_name: p0f
restart: always
network_mode: "host"
image: "dtagdevsec/p0f:1706"
volumes:
- /data/p0f/log:/var/log/p0f