mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-03 05:38:52 +00:00
tweaking
This commit is contained in:
parent
85aa874f5e
commit
a5745cbeb1
12 changed files with 25 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
||||||
version: '2.2'
|
version: '2.3'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ciscoasa_local:
|
ciscoasa_local:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# CONPOT TEMPLATE=[default, IEC104, guardian_ast, ipmi, kamstrup_382, proxy]
|
# CONPOT TEMPLATE=[default, IEC104, guardian_ast, ipmi, kamstrup_382, proxy]
|
||||||
version: '2.2'
|
version: '2.3'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
conpot_local_default:
|
conpot_local_default:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '2.2'
|
version: '2.3'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
cowrie_local:
|
cowrie_local:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '2.2'
|
version: '2.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,11 @@ FROM alpine
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apk -U upgrade && \
|
RUN apk -U --no-cache add \
|
||||||
apk add bash \
|
|
||||||
git \
|
git \
|
||||||
python3 && \
|
python3 && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --no-cache-dir --upgrade pip && \
|
||||||
pip3 install bottle \
|
pip3 install --no-cache-dir bottle \
|
||||||
configparser \
|
configparser \
|
||||||
datetime \
|
datetime \
|
||||||
requests && \
|
requests && \
|
||||||
|
@ -19,7 +18,7 @@ RUN apk -U upgrade && \
|
||||||
|
|
||||||
# Setup user, groups and configs
|
# Setup user, groups and configs
|
||||||
addgroup -g 2000 elasticpot && \
|
addgroup -g 2000 elasticpot && \
|
||||||
adduser -S -H -s /bin/bash -u 2000 -D -g 2000 elasticpot && \
|
adduser -S -H -s /bin/ash -u 2000 -D -g 2000 elasticpot && \
|
||||||
mv /root/dist/elasticpot.cfg /opt/ElasticpotPY/ && \
|
mv /root/dist/elasticpot.cfg /opt/ElasticpotPY/ && \
|
||||||
mkdir /opt/ElasticpotPY/log && \
|
mkdir /opt/ElasticpotPY/log && \
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '2.2'
|
version: '2.3'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
elasticpot_local:
|
elasticpot_local:
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# T-Pot (Standard)
|
version: '2.3'
|
||||||
# For docker-compose ...
|
|
||||||
version: '2.2'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
|
@ -50,5 +50,4 @@ HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:9600'
|
||||||
|
|
||||||
# Start logstash
|
# Start logstash
|
||||||
#USER logstash:logstash
|
#USER logstash:logstash
|
||||||
#CMD update.sh && exec /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
|
CMD update.sh && exec /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
|
||||||
CMD exec /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/logstash.conf
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '2.2'
|
version: '2.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
7
docker/ews/dist/ews.cfg
vendored
7
docker/ews/dist/ews.cfg
vendored
|
@ -85,7 +85,7 @@ logfile = /data/emobility/log/centralsystemEWS.log
|
||||||
[CONPOT]
|
[CONPOT]
|
||||||
conpot = true
|
conpot = true
|
||||||
nodeid = conpot-community-01
|
nodeid = conpot-community-01
|
||||||
logfile = /data/conpot/log/conpot.json
|
logfile = /data/conpot/log/conpot*.json
|
||||||
|
|
||||||
[ELASTICPOT]
|
[ELASTICPOT]
|
||||||
elasticpot = true
|
elasticpot = true
|
||||||
|
@ -111,3 +111,8 @@ logfile = /data/rdpy/log/rdpy.log
|
||||||
vnclowpot = true
|
vnclowpot = true
|
||||||
nodeid = vnclowpot-community-01
|
nodeid = vnclowpot-community-01
|
||||||
logfile = /data/vnclowpot/log/vnclowpot.log
|
logfile = /data/vnclowpot/log/vnclowpot.log
|
||||||
|
|
||||||
|
[HERALDING]
|
||||||
|
heralding = true
|
||||||
|
nodeid = heralding-community-01
|
||||||
|
logfile = /data/heralding/log/auth.csv
|
||||||
|
|
2
docker/heralding/dist/heralding.yml
vendored
2
docker/heralding/dist/heralding.yml
vendored
|
@ -120,7 +120,7 @@ capabilities:
|
||||||
|
|
||||||
https:
|
https:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 443
|
port: 8443
|
||||||
timeout: 30
|
timeout: 30
|
||||||
protocol_specific_data:
|
protocol_specific_data:
|
||||||
banner: ""
|
banner: ""
|
||||||
|
|
|
@ -25,7 +25,7 @@ services:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "110:110"
|
- "110:110"
|
||||||
- "143:143"
|
- "143:143"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "993:993"
|
- "993:993"
|
||||||
- "995:995"
|
- "995:995"
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
|
Loading…
Reference in a new issue