prep for sentrypeer

This commit is contained in:
t3chn0m4g3
2022-02-23 23:19:18 +00:00
parent 8d16d7587d
commit aa6afc37fe
9 changed files with 227 additions and 11 deletions

View File

@ -18,6 +18,7 @@ networks:
medpot_local:
tanner_local:
ewsposter_local:
sentrypeer_local:
spiderfoot_local:
services:
@ -212,8 +213,8 @@ services:
- "1723:1723"
- "1883:1883"
- "3306:3306"
- "5060:5060"
- "5060:5060/udp"
# - "5060:5060"
# - "5060:5060/udp"
- "5061:5061"
- "27017:27017"
image: "dtagdevsec/dionaea:2203"
@ -319,6 +320,19 @@ services:
volumes:
- /data/medpot/log/:/var/log/medpot
# SentryPeer service
sentrypeer:
container_name: sentrypeer
restart: always
networks:
- sentrypeer_local
ports:
- "5060:5060/udp"
image: "dtagdevsec/sentrypeer:2203"
read_only: true
volumes:
- /data/sentrypeer/log:/var/log/sentrypeer
#### Snare / Tanner
## Tanner Redis Service
tanner_redis:

View File

@ -35,6 +35,7 @@
/data/p0f/log/p0f.json
/data/rdpy/log/rdpy.log
/data/redishoneypot/log/*.log
/data/sentrypeer/log/*.json
/data/suricata/log/*.log
/data/suricata/log/*.json
/data/tanner/log/*.json