mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 13:42:26 +00:00
Compare commits
5 commits
5bd1f910bc
...
b852c061ce
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b852c061ce | ||
![]() |
5468724771 | ||
![]() |
5ee4aa3d03 | ||
![]() |
c489189879 | ||
![]() |
84447e686d |
5 changed files with 5 additions and 5 deletions
2
.env
2
.env
|
@ -44,7 +44,7 @@ TPOT_PERSISTENCE=on
|
||||||
# HIVE: This is the default and offers everything to connect T-Pot sensors.
|
# HIVE: This is the default and offers everything to connect T-Pot sensors.
|
||||||
# SENSOR: This needs to be used when running a sensor. Be aware to adjust all other
|
# SENSOR: This needs to be used when running a sensor. Be aware to adjust all other
|
||||||
# settings as well.
|
# settings as well.
|
||||||
# 1. You will need to copy compose/sensor.yml to ./docker-comopose.yml
|
# 1. You will need to copy compose/sensor.yml to ./docker-compose.yml
|
||||||
# 2. From HIVE host you will need to copy ~/tpotce/data/nginx/cert/nginx.crt to
|
# 2. From HIVE host you will need to copy ~/tpotce/data/nginx/cert/nginx.crt to
|
||||||
# your SENSOR host to ~/tpotce/data/hive.crt
|
# your SENSOR host to ~/tpotce/data/hive.crt
|
||||||
# 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below
|
# 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below
|
||||||
|
|
|
@ -14,6 +14,6 @@ services:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
image: "dtagdevsec/fatt:24.04"
|
image: "ghcr.io/telekom-security/fatt:24.04.1"
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/fatt/log:/opt/fatt/log
|
- $HOME/tpotce/data/fatt/log:/opt/fatt/log
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
# cpu_count: 1
|
# cpu_count: 1
|
||||||
# cpus: 0.75
|
# cpus: 0.75
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
image: "dtagdevsec/p0f:24.04"
|
image: "ghcr.io/telekom-security/p0f:24.04.1"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/p0f/log:/var/log/p0f
|
- $HOME/tpotce/data/p0f/log:/var/log/p0f
|
||||||
|
|
|
@ -15,6 +15,6 @@ services:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
image: "dtagdevsec/suricata:24.04"
|
image: "ghcr.io/telekom-security/suricata:24.04.1"
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/suricata/log:/var/log/suricata
|
- $HOME/tpotce/data/suricata/log:/var/log/suricata
|
||||||
|
|
|
@ -44,7 +44,7 @@ TPOT_PERSISTENCE=on
|
||||||
# HIVE: This is the default and offers everything to connect T-Pot sensors.
|
# HIVE: This is the default and offers everything to connect T-Pot sensors.
|
||||||
# SENSOR: This needs to be used when running a sensor. Be aware to adjust all other
|
# SENSOR: This needs to be used when running a sensor. Be aware to adjust all other
|
||||||
# settings as well.
|
# settings as well.
|
||||||
# 1. You will need to copy compose/sensor.yml to ./docker-comopose.yml
|
# 1. You will need to copy compose/sensor.yml to ./docker-compose.yml
|
||||||
# 2. From HIVE host you will need to copy ~/tpotce/data/nginx/cert/nginx.crt to
|
# 2. From HIVE host you will need to copy ~/tpotce/data/nginx/cert/nginx.crt to
|
||||||
# your SENSOR host to ~/tpotce/data/hive.crt
|
# your SENSOR host to ~/tpotce/data/hive.crt
|
||||||
# 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below
|
# 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below
|
||||||
|
|
Loading…
Reference in a new issue