This commit is contained in:
t3chn0m4g3 2022-01-11 15:43:45 +00:00
parent d6ea4cdde2
commit 7d012726b7
8 changed files with 64 additions and 36 deletions

View file

@ -14,7 +14,7 @@ services:
- adbhoney_local
ports:
- "5555:5555"
# image: "ghcr.io/telekom-security/adbhoney:2006"
# image: "dtagdevsec/adbhoney:2006"
image: "dtagdevsec/adbhoney:2006"
read_only: true
volumes:

View file

@ -10,98 +10,98 @@ services:
# Adbhoney service
adbhoney:
build: adbhoney/.
image: "ghcr.io/telekom-security/adbhoney:2006"
image: "dtagdevsec/adbhoney:2006"
# Ciscoasa service
ciscoasa:
build: ciscoasa/.
image: "ghcr.io/telekom-security/ciscoasa:2006"
image: "dtagdevsec/ciscoasa:2006"
# CitrixHoneypot service
citrixhoneypot:
build: citrixhoneypot/.
image: "ghcr.io/telekom-security/citrixhoneypot:2006"
image: "dtagdevsec/citrixhoneypot:2006"
# Conpot IEC104 service
conpot_IEC104:
build: conpot/.
image: "ghcr.io/telekom-security/conpot:2006"
image: "dtagdevsec/conpot:2006"
# Cowrie service
cowrie:
build: cowrie/.
image: "ghcr.io/telekom-security/cowrie:2006"
image: "dtagdevsec/cowrie:2006"
# Dicompot service
dicompot:
build: dicompot/.
image: "ghcr.io/telekom-security/dicompot:2006"
image: "dtagdevsec/dicompot:2006"
# Dionaea service
dionaea:
build: dionaea/.
image: "ghcr.io/telekom-security/dionaea:2006"
image: "dtagdevsec/dionaea:2006"
# ElasticPot service
elasticpot:
build: elasticpot/.
image: "ghcr.io/telekom-security/elasticpot:2006"
image: "dtagdevsec/elasticpot:2006"
# Glutton service
glutton:
build: glutton/.
image: "ghcr.io/telekom-security/glutton:2006"
image: "dtagdevsec/glutton:2006"
# Heralding service
heralding:
build: heralding/.
image: "ghcr.io/telekom-security/heralding:2006"
image: "dtagdevsec/heralding:2006"
# HoneyPy service
honeypy:
build: honeypy/.
image: "ghcr.io/telekom-security/honeypy:2006"
image: "dtagdevsec/honeypy:2006"
# Honeytrap service
honeytrap:
build: honeytrap/.
image: "ghcr.io/telekom-security/honeytrap:2006"
image: "dtagdevsec/honeytrap:2006"
# Mailoney service
mailoney:
build: mailoney/.
image: "ghcr.io/telekom-security/mailoney:2006"
image: "dtagdevsec/mailoney:2006"
# Medpot service
medpot:
build: medpot/.
image: "ghcr.io/telekom-security/medpot:2006"
image: "dtagdevsec/medpot:2006"
# Rdpy service
rdpy:
build: rdpy/.
image: "ghcr.io/telekom-security/rdpy:2006"
image: "dtagdevsec/rdpy:2006"
#### Snare / Tanner
## Tanner Redis Service
tanner_redis:
build: tanner/redis/.
image: "ghcr.io/telekom-security/redis:2006"
image: "dtagdevsec/redis:2006"
## PHP Sandbox service
tanner_phpox:
build: tanner/phpox/.
image: "ghcr.io/telekom-security/phpox:2006"
image: "dtagdevsec/phpox:2006"
## Tanner API Service
tanner_api:
build: tanner/tanner/.
image: "ghcr.io/telekom-security/tanner:2006"
image: "dtagdevsec/tanner:2006"
## Snare Service
snare:
build: tanner/snare/.
image: "ghcr.io/telekom-security/snare:2006"
image: "dtagdevsec/snare:2006"
##################
@ -111,17 +111,17 @@ services:
# Fatt service
fatt:
build: fatt/.
image: "ghcr.io/telekom-security/fatt:2006"
image: "dtagdevsec/fatt:2006"
# P0f service
p0f:
build: p0f/.
image: "ghcr.io/telekom-security/p0f:2006"
image: "dtagdevsec/p0f:2006"
# Suricata service
suricata:
build: suricata/.
image: "ghcr.io/telekom-security/suricata:2006"
image: "dtagdevsec/suricata:2006"
##################
@ -131,40 +131,40 @@ services:
# Cyberchef service
cyberchef:
build: cyberchef/.
image: "ghcr.io/telekom-security/cyberchef:2006"
image: "dtagdevsec/cyberchef:2006"
#### ELK
## Elasticsearch service
elasticsearch:
build: elk/elasticsearch/.
image: "ghcr.io/telekom-security/elasticsearch:2006"
image: "dtagdevsec/elasticsearch:2006"
## Kibana service
kibana:
build: elk/kibana/.
image: "ghcr.io/telekom-security/kibana:2006"
image: "dtagdevsec/kibana:2006"
## Logstash service
logstash:
build: elk/logstash/.
image: "ghcr.io/telekom-security/logstash:2006"
image: "dtagdevsec/logstash:2006"
## Elasticsearch-head service
head:
build: elk/head/.
image: "ghcr.io/telekom-security/head:2006"
image: "dtagdevsec/head:2006"
# Ewsposter service
ewsposter:
build: ews/.
image: "ghcr.io/telekom-security/ewsposter:2006"
image: "dtagdevsec/ewsposter:2006"
# Nginx service
nginx:
build: heimdall/.
image: "ghcr.io/telekom-security/nginx:2006"
image: "dtagdevsec/nginx:2006"
# Spiderfoot service
spiderfoot:
build: spiderfoot/.
image: "ghcr.io/telekom-security/spiderfoot:2006"
image: "dtagdevsec/spiderfoot:2006"

View file

@ -12,5 +12,5 @@ services:
# condition: service_healthy
ports:
- "127.0.0.1:64302:9100"
image: "ghcr.io/telekom-security/head:2006"
image: "dtagdevsec/head:2006"
read_only: true

View file

@ -13,7 +13,7 @@ services:
network_mode: "host"
cap_add:
- NET_ADMIN
image: "ghcr.io/telekom-security/glutton:2006"
image: "dtagdevsec/glutton:2006"
read_only: true
volumes:
- /data/glutton/log:/var/log/glutton

View file

@ -29,11 +29,11 @@ RUN apk -U add \
/var/log/honeypots && \
cd /opt/ && \
#git clone https://github.com/qeeqbox/honeypots && \
git clone https://github.com/t3chn0m4g3/honeypots && \
git clone https://github.com/t3chn0m4g3/honeypots -b openforreview && \
cd honeypots && \
#git checkout 7c654a3ef2c564ae6f1247bf302d652037080163 && \
pip3 install --upgrade pip && \
pip3 install hiredis && \
pip3 install --ignore-installed hiredis packaging && \
pip3 install . && \
setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \
#

View file

@ -115,6 +115,30 @@
"ip": "0.0.0.0",
"username": "administrator",
"password": "123456"
},
"ntp": {
"port": 123,
"ip": "0.0.0.0",
"username": "administrator",
"password": "123456"
},
"memcache": {
"port": 11211,
"ip": "0.0.0.0",
"username": "admin",
"password": "123456"
},
"oracle": {
"port": 1521,
"ip": "0.0.0.0",
"username": "bi",
"password": "123456"
},
"snmp": {
"port": 161,
"ip": "0.0.0.0",
"username": "privUser",
"password": "123456"
}
}
}

View file

@ -14,7 +14,7 @@ services:
- ipphoney_local
ports:
- "631:631"
image: "ghcr.io/telekom-security/ipphoney:2006"
image: "dtagdevsec/ipphoney:2006"
read_only: true
volumes:
- /data/ipphoney/log:/opt/ipphoney/log

View file

@ -32,18 +32,22 @@ services:
- "53:53/udp"
- "80:80"
- "110:110"
- "123:123/udp"
- "143:143"
- "161:161/udp"
- "389:389"
- "443:443"
- "445:445"
- "1080:1080"
- "1433:1433"
- "1521:1521"
- "3306:3306"
- "5432:5432"
- "5900:5900"
- "6379:6379"
- "8080:8080"
- "9200:9200"
- "11211:11211"
image: "dtagdevsec/honeypots:2006"
read_only: true
volumes: