mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Disable DNS UDP Logging in Suricata, tweaking
This commit is contained in:
parent
6cda0fefe5
commit
95626fb2cc
4 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "22:22"
|
- "22:22"
|
||||||
- "23:23"
|
- "23:23"
|
||||||
image: "dtagdevsec/cowrie:24.04"
|
image: "ghcr.io/telekom-security/cowrie:24.04.1"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl
|
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl
|
||||||
|
|
|
@ -31,6 +31,7 @@ RUN apt-get update -y && \
|
||||||
cd Log4Pot && \
|
cd Log4Pot && \
|
||||||
git checkout 5002b1fe0f82359ef32dbc3a899e8a701dc3256e && \
|
git checkout 5002b1fe0f82359ef32dbc3a899e8a701dc3256e && \
|
||||||
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
|
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
|
||||||
|
rm poetry.lock && \
|
||||||
poetry --no-cache --without=dev install && \
|
poetry --no-cache --without=dev install && \
|
||||||
setcap cap_net_bind_service=+ep $(readlink -f $(which python3)) && \
|
setcap cap_net_bind_service=+ep $(readlink -f $(which python3)) && \
|
||||||
#
|
#
|
||||||
|
|
2
docker/suricata/dist/suricata.yaml
vendored
2
docker/suricata/dist/suricata.yaml
vendored
|
@ -1005,7 +1005,7 @@ app-layer:
|
||||||
detection-ports:
|
detection-ports:
|
||||||
dp: 53
|
dp: 53
|
||||||
udp:
|
udp:
|
||||||
enabled: yes
|
enabled: no
|
||||||
detection-ports:
|
detection-ports:
|
||||||
dp: 53
|
dp: 53
|
||||||
http:
|
http:
|
||||||
|
|
|
@ -14,7 +14,7 @@ services:
|
||||||
- wordpot_local
|
- wordpot_local
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
image: "dtagdevsec/wordpot:24.04"
|
image: "ghcr.io/telekom-security/wordpot:24.04.1"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/wordpot/log:/opt/wordpot/logs/
|
- $HOME/tpotce/data/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
Loading…
Reference in a new issue