From 4a680c8be21ca0b1b346d6908938eb1f0864ba60 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Wed, 13 Jul 2016 17:50:17 +0200 Subject: [PATCH 1/4] introduce contribution information --- CONTRIBUTING.MD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 CONTRIBUTING.MD diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD new file mode 100644 index 00000000..8f023d3e --- /dev/null +++ b/CONTRIBUTING.MD @@ -0,0 +1,38 @@ +# Contribution + +Thank you for your decision to contribute to T-Pot. + +## Issues + +Please feel free to post your problems, ideas and issues [here](https://github.com/dtag-dev-sec/tpotce/issues). We will try to answer ASAP, but to speed things up we encourage you to ... +- [ ] Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first +- [ ] Check the [FAQ](#faq) +- [ ] Provide [basic support information](#info) with regard to your issue + +Thank you :smiley: + +- + + +### FAQ + +##### Where can I find the honeypot logs? +###### The honeypot logs are located in `/data/`. You have to login via ssh and run `sudo cd /data/`. Do not change any permissions here or T-Pot will fail to work. + +- + + + +### Baisc support information + +- What T-Pot version are you currtently using? +- Are you running on a Intel NUC or a VM? +- How long has your installation been running? +- Did you install any upgrades or packages? +- Did you modify any scripts? +- Have you turned persistence on/off? +- How much RAM available (login via ssh and run `htop`)? +- How much stress are the CPUs under (login via ssh and run `htop`)? +- How much swap space is being used (login via ssh and run `htop`)? +- How much free disk space is available (login via ssh and run `sudo df -h`)? +- What is the current container status (login via ssh and run `sudo start.sh`)? From 67b803145317d2ebf6f8557d3f7acc5340b1c626 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 21 Jul 2016 17:42:53 +0200 Subject: [PATCH 2/4] old indices were not deleted escaping timestring format fixes it --- installer/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index f54e3551..88b18a64 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -264,19 +264,19 @@ fuECHO "### Adding cronjobs." tee -a /etc/crontab < /dev/tty2 +*/2 * * * * root status.sh > /dev/tty2 # Check if containers and services are up -*/5 * * * * root check.sh +*/5 * * * * root check.sh # Check if updated images are available and download them 27 1 * * * root for i in \$(cat /data/images.conf); do docker pull dtagdevsec/\$i:latest1603; done # Restart docker service and containers -27 3 * * * root dcres.sh +27 3 * * * root dcres.sh # Delete elastic indices older than 90 days (kibana index is omitted by default) -27 4 * * * root docker exec elk bash -c '/usr/local/bin/curator --host 127.0.0.1 delete indices --older-than 90 --time-unit days --timestring '%Y.%m.%d'' +27 4 * * * root docker exec elk bash -c '/usr/local/bin/curator --host 127.0.0.1 delete indices --older-than 90 --time-unit days --timestring \%Y.\%m.\%d' # Update IP and erase check.lock if it exists 27 15 * * * root /etc/rc.local From 8402153d533cc7a64f229069416875c8b5ab93c7 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 21 Jul 2016 18:45:03 +0200 Subject: [PATCH 3/4] change shasum for updated tpot.iso --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bceda182..3c1bb898 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ We provide an installation ISO image for download (~600MB), which is created usi You can download the prebuilt installation image [here](http://community-honeypot.de/tpot.iso) and jump to the [installation](#vm) section. The ISO image is hosted by our friends from [Strato](http://www.strato.de) / [Cronon](http://www.cronon.de). shasum tpot.iso - 778066c28b071f60696781148fbd2c4179276a47 tpot.iso + 7f4c5d91ab620866b661fcaa7c1778f473e2a07d tpot.iso ## Create your own ISO Image From 735cda83c427659e35a8774edb4c22840b132eeb Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 29 Jul 2016 20:48:07 +0200 Subject: [PATCH 4/4] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..8f023d3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ +# Contribution + +Thank you for your decision to contribute to T-Pot. + +## Issues + +Please feel free to post your problems, ideas and issues [here](https://github.com/dtag-dev-sec/tpotce/issues). We will try to answer ASAP, but to speed things up we encourage you to ... +- [ ] Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first +- [ ] Check the [FAQ](#faq) +- [ ] Provide [basic support information](#info) with regard to your issue + +Thank you :smiley: + +- + + +### FAQ + +##### Where can I find the honeypot logs? +###### The honeypot logs are located in `/data/`. You have to login via ssh and run `sudo cd /data/`. Do not change any permissions here or T-Pot will fail to work. + +- + + + +### Baisc support information + +- What T-Pot version are you currtently using? +- Are you running on a Intel NUC or a VM? +- How long has your installation been running? +- Did you install any upgrades or packages? +- Did you modify any scripts? +- Have you turned persistence on/off? +- How much RAM available (login via ssh and run `htop`)? +- How much stress are the CPUs under (login via ssh and run `htop`)? +- How much swap space is being used (login via ssh and run `htop`)? +- How much free disk space is available (login via ssh and run `sudo df -h`)? +- What is the current container status (login via ssh and run `sudo start.sh`)?