mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Remove deprecated version tag from docker compose files
Bump Elastic Stack to 8.13.4
This commit is contained in:
parent
a1d72aa7bd
commit
8f3966a675
47 changed files with 13 additions and 92 deletions
|
@ -157,7 +157,6 @@ def main():
|
|||
remove_unused_networks(selected_services, services, networks)
|
||||
|
||||
output_config = {
|
||||
'version': '3.9',
|
||||
'networks': networks,
|
||||
'services': selected_services,
|
||||
}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot: MAC_WIN
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
tpotinit_local:
|
||||
adbhoney_local:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot: MINI
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
# T-Pot on a Raspberry Pi 4 (8GB of RAM).
|
||||
# The standard docker compose file should work mostly fine (depending on traffic) if you do not enable a
|
||||
# desktop environment such as LXDE and meet the minimum requirements of 8GB RAM.
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
ciscoasa_local:
|
||||
citrixhoneypot_local:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot: SENSOR
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot: STANDARD
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot: STANDARD
|
||||
version: '3.9'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
ciscoasa_local:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
adbhoney_local:
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@ myPLATFORMS="linux/amd64,linux/arm64"
|
|||
myHUBORG_DOCKER="dtagdevsec"
|
||||
myHUBORG_GITHUB="ghcr.io/telekom-security"
|
||||
myTAG="24.04"
|
||||
myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt glutton hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot"
|
||||
#myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt glutton hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot"
|
||||
myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot"
|
||||
myIMAGESELK="elasticsearch kibana logstash map"
|
||||
myIMAGESTANNER="phpox redis snare tanner"
|
||||
myBUILDERLOG="builder.log"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
ciscoasa_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
citrixhoneypot_local:
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# CONPOT TEMPLATE=[default, IEC104, guardian_ast, ipmi, kamstrup_382, proxy]
|
||||
version: '2.3'
|
||||
|
||||
networks:
|
||||
conpot_local_default:
|
||||
conpot_local_IEC104:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
cowrie_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
ddospot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
dicompot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
dionaea_local:
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# T-Pot Image Builder (use only for building docker images)
|
||||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
##################
|
||||
|
@ -58,9 +56,9 @@ services:
|
|||
image: "dtagdevsec/endlessh:24.04"
|
||||
|
||||
# Glutton service
|
||||
glutton:
|
||||
build: glutton/.
|
||||
image: "dtagdevsec/glutton:24.04"
|
||||
# glutton:
|
||||
# build: glutton/.
|
||||
# image: "dtagdevsec/glutton:24.04"
|
||||
|
||||
# Hellpot service
|
||||
hellpot:
|
||||
|
@ -163,6 +161,11 @@ services:
|
|||
#### Tools
|
||||
##################
|
||||
|
||||
# T-Pot Init Service
|
||||
tpotinit:
|
||||
build: tpotinit/.
|
||||
image: "dtagdevsec/tpotinit:24.04"
|
||||
|
||||
#### ELK
|
||||
## Elasticsearch service
|
||||
elasticsearch:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
elasticpot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# ELK services
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:22.04
|
||||
#
|
||||
# VARS
|
||||
ENV ES_VER=8.12.2
|
||||
ENV ES_VER=8.13.4
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# ELK services
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:22.04
|
||||
#
|
||||
# VARS
|
||||
ENV KB_VER=8.12.2
|
||||
ENV KB_VER=8.13.4
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
#
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
## Kibana service
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:22.04
|
||||
#
|
||||
# VARS
|
||||
ENV LS_VER=8.12.2
|
||||
ENV LS_VER=8.13.4
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
#
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
## Logstash service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
#networks:
|
||||
# map_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
endlessh_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
ewsposter_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# Fatt service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# glutton service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
hellpot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
heralding_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
honeypots_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# Honeytrap service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
ipphoney_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
log4pot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
mailoney_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
medpot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# nginx service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# P0f service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
redishoneypot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
sentrypeer_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
spiderfoot_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
# Suricata service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
tanner_local:
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.9'
|
||||
|
||||
services:
|
||||
|
||||
# T-Pot Init Service
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
version: '2.3'
|
||||
|
||||
networks:
|
||||
wordpot_local:
|
||||
|
||||
|
|
Loading…
Reference in a new issue