add new honeypots to nextgen to prep for ELK setup

honeytrap testing
This commit is contained in:
t3chn0m4g3
2021-10-01 16:18:10 +00:00
parent ab092faa2c
commit dd7fb325b6
3 changed files with 56 additions and 67 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM debian:bullseye-slim
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist
@ -27,10 +27,10 @@ RUN apt-get update && \
wget && \
#
# Install honeytrap from source
git clone https://github.com/armedpot/honeytrap /root/honeytrap && \
# git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \
# git clone https://github.com/armedpot/honeytrap /root/honeytrap && \
git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \
cd /root/honeytrap/ && \
git checkout 9aa4f734f2ea2f0da790b02d79afe18204a23982 && \
# git checkout 9aa4f734f2ea2f0da790b02d79afe18204a23982 && \
autoreconf -vfi && \
./configure \
--with-stream-mon=nfq \

View File

@ -12,7 +12,7 @@ services:
network_mode: "host"
cap_add:
- NET_ADMIN
image: "ghcr.io/telekom-security/honeytrap:2006"
image: "dtagdevsec/honeytrap:2006"
read_only: true
volumes:
- /data/honeytrap/attacks:/opt/honeytrap/var/attacks