mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-30 03:52:54 +00:00
Compare commits
1 commit
2b56cc3e1e
...
5675cd9e1c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5675cd9e1c |
9 changed files with 22 additions and 37 deletions
|
|
@ -10,10 +10,10 @@ assignees: ''
|
|||
# Successfully raise an issue
|
||||
Before you post your issue make sure it has not been answered yet and provide **⚠️ BASIC SUPPORT INFORMATION** (as requested below) if you come to the conclusion it is a new issue.
|
||||
|
||||
- 🔍 Use the [search function](https://github.com/telekom-security/tpotce/issues?utf8=%E2%9C%93&q=) first
|
||||
- 🧐 Check our [Config Examples & Tutorials](https://github.com/telekom-security/tpotce/discussions/categories/config-examples-tutorials) and the [discussions](https://github.com/telekom-security/tpotce/discussions) in general.
|
||||
- 📚 Consult the documentation of 💻 your Linux OS, 🐳 [Docker](https://docs.docker.com/), the 🦌 [Elastic stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/telekom-security/tpotce/blob/master/README.md).
|
||||
- ⚙️ The [Troubleshoot Section](https://github.com/telekom-security/tpotce?tab=readme-ov-file#troubleshooting) of the [T-Pot Readme](https://github.com/telekom-security/tpotce/blob/master/README.md) is a good starting point to collect a good set of information for the issue and / or to fix things on your own.
|
||||
- 🔍 Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first
|
||||
- 🧐 Check our [Wiki](https://github.com/dtag-dev-sec/tpotce/wiki) and the [discussions](https://github.com/telekom-security/tpotce/discussions)
|
||||
- 📚 Consult the documentation of 💻 your Linux OS, 🐳 [Docker](https://docs.docker.com/), the 🦌 [Elastic stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md).
|
||||
- ⚙️ The [Troubleshoot Section](https://github.com/telekom-security/tpotce?tab=readme-ov-file#troubleshooting) of the [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md) is a good starting point to collect a good set of information for the issue and / or to fix things on your own.
|
||||
- **⚠️ Provide [BASIC SUPPORT INFORMATION](#-basic-support-information-commands-are-expected-to-run-as-root) or similar detailed information with regard to your issue or we will close the issue or convert it into a discussion without further interaction from the maintainers**.<br>
|
||||
|
||||
# ⚠️ Basic support information (commands are expected to run as `root`)
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ assignees: ''
|
|||
# Successfully raise an issue
|
||||
Before you post your issue make sure it has not been answered yet and provide **⚠️ BASIC SUPPORT INFORMATION** (as requested below) if you come to the conclusion it is a new issue.
|
||||
|
||||
- 🔍 Use the [search function](https://github.com/telekom-security/tpotce/issues?utf8=%E2%9C%93&q=) first
|
||||
- 🧐 Check our [Config Examples & Tutorials](https://github.com/telekom-security/tpotce/discussions/categories/config-examples-tutorials) and the [discussions](https://github.com/telekom-security/tpotce/discussions) in general.
|
||||
- 📚 Consult the documentation of 💻 your Linux OS, 🐳 [Docker](https://docs.docker.com/), the 🦌 [Elastic stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/telekom-security/tpotce/blob/master/README.md).
|
||||
- ⚙️ The [Troubleshoot Section](https://github.com/telekom-security/tpotce?tab=readme-ov-file#troubleshooting) of the [T-Pot Readme](https://github.com/telekom-security/tpotce/blob/master/README.md) is a good starting point to collect a good set of information for the issue and / or to fix things on your own.
|
||||
- 🔍 Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first
|
||||
- 🧐 Check our [Wiki](https://github.com/dtag-dev-sec/tpotce/wiki) and the [discussions](https://github.com/telekom-security/tpotce/discussions)
|
||||
- 📚 Consult the documentation of 💻 your Linux OS, 🐳 [Docker](https://docs.docker.com/), the 🦌 [Elastic stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md).
|
||||
- ⚙️ The [Troubleshoot Section](https://github.com/telekom-security/tpotce?tab=readme-ov-file#troubleshooting) of the [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md) is a good starting point to collect a good set of information for the issue and / or to fix things on your own.
|
||||
- **⚠️ Provide [BASIC SUPPORT INFORMATION](#-basic-support-information-commands-are-expected-to-run-as-root) or similar detailed information with regard to your issue or we will close the issue or convert it into a discussion without further interaction from the maintainers**.<br>
|
||||
|
||||
# ⚠️ Basic support information (commands are expected to run as `root`)
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ services:
|
|||
mem_limit: 4g
|
||||
ports:
|
||||
- "127.0.0.1:64298:9200"
|
||||
image: "ghcr.io/telekom-security/elasticsearch:24.04.1"
|
||||
image: "dtagdevsec/elasticsearch:24.04"
|
||||
volumes:
|
||||
- $HOME/tpotce/data:/data
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ services:
|
|||
mem_limit: 1g
|
||||
ports:
|
||||
- "127.0.0.1:64296:5601"
|
||||
image: "ghcr.io/telekom-security/kibana:24.04.1"
|
||||
image: "dtagdevsec/kibana:24.04"
|
||||
|
||||
## Logstash service
|
||||
logstash:
|
||||
|
|
@ -50,7 +50,7 @@ services:
|
|||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_healthy
|
||||
image: "ghcr.io/telekom-security/logstash:24.04.1"
|
||||
image: "dtagdevsec/logstash:24.04"
|
||||
volumes:
|
||||
- $HOME/tpotce/data:/data
|
||||
# - /root/tpotce/docker/elk/logstash/dist/logstash.conf:/etc/logstash/conf.d/logstash.conf
|
||||
|
|
@ -63,7 +63,7 @@ services:
|
|||
tty: true
|
||||
ports:
|
||||
- "127.0.0.1:6379:6379"
|
||||
image: "ghcr.io/telekom-security/redis:24.04.1"
|
||||
image: "dtagdevsec/redis:24.04"
|
||||
read_only: true
|
||||
|
||||
# Map Web Service
|
||||
|
|
@ -77,7 +77,7 @@ services:
|
|||
tty: true
|
||||
ports:
|
||||
- "127.0.0.1:64299:64299"
|
||||
image: "ghcr.io/telekom-security/map:24.04.1"
|
||||
image: "dtagdevsec/map:24.04"
|
||||
depends_on:
|
||||
- map_redis
|
||||
|
||||
|
|
@ -89,6 +89,6 @@ services:
|
|||
- MAP_COMMAND=DataServer_v2.py
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
image: "ghcr.io/telekom-security/map:24.04.1"
|
||||
image: "dtagdevsec/map:24.04"
|
||||
depends_on:
|
||||
- map_redis
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV ES_VER=8.18.3
|
||||
ENV ES_VER=8.18.2
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM node:20.19.2-alpine3.20
|
||||
ENV KB_VER=8.18.3
|
||||
FROM node:20.18.2-alpine3.20
|
||||
ENV KB_VER=8.18.2
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV LS_VER=8.18.3
|
||||
ENV LS_VER=8.18.2
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
|
|
@ -42,7 +42,6 @@ RUN apt-get update -y && \
|
|||
cp tpot-template.json /etc/logstash/ && \
|
||||
cd /usr/share/logstash && \
|
||||
bin/logstash-plugin update logstash-filter-translate && \
|
||||
bin/logstash-plugin install logstash-output-syslog && \
|
||||
rm /etc/logstash/pipelines.yml && \
|
||||
rm /etc/logstash/logstash.yml && \
|
||||
#
|
||||
|
|
|
|||
9
docker/elk/logstash/dist/http_input.conf
vendored
9
docker/elk/logstash/dist/http_input.conf
vendored
|
|
@ -17,12 +17,5 @@ output {
|
|||
template => "/etc/logstash/tpot-template.json"
|
||||
template_overwrite => "true"
|
||||
}
|
||||
# Syslog Output Example
|
||||
# syslog {
|
||||
# host => "192.168.1.1"
|
||||
# port => 514
|
||||
# protocol => tcp
|
||||
# appname => "logstash-logs"
|
||||
# severity => "6"
|
||||
# }
|
||||
|
||||
}
|
||||
|
|
|
|||
9
docker/elk/logstash/dist/logstash.conf
vendored
9
docker/elk/logstash/dist/logstash.conf
vendored
|
|
@ -816,14 +816,7 @@ output {
|
|||
template => "/etc/logstash/tpot-template.json"
|
||||
template_overwrite => "true"
|
||||
}
|
||||
# Syslog Output Example
|
||||
# syslog {
|
||||
# host => "192.168.1.1"
|
||||
# port => 514
|
||||
# protocol => tcp
|
||||
# appname => "logstash-logs"
|
||||
# severity => "6"
|
||||
# }
|
||||
|
||||
#if [type] == "Suricata" {
|
||||
# file {
|
||||
# file_mode => 0770
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@ RUN apk --no-cache -U upgrade && \
|
|||
xmljson && \
|
||||
#
|
||||
# Setup ewsposter
|
||||
# git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
||||
git clone https://github.com/telekom-security/ewsposter -b v1.33 /opt/ewsposter && \
|
||||
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
||||
# git clone https://github.com/telekom-security/ewsposter -b v1.32 /opt/ewsposter && \
|
||||
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
|
||||
#
|
||||
# Setup user and groups
|
||||
|
|
|
|||
Loading…
Reference in a new issue