Initial commit.

This commit is contained in:
Linus Karlsson
2020-05-06 10:57:45 +02:00
parent a452b6e961
commit 05949f7b94
9 changed files with 81 additions and 1 deletions

7
parsedmarc/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:alpine
RUN apk add build-base libxml2-dev libxslt-dev \
&& pip install parsedmarc
COPY parsedmarc.ini /
#COPY GeoLite2-Country.mmdb /usr/share/GeoIP/GeoLite2-Country.mmdb

View File

@@ -0,0 +1,8 @@
[general]
save_aggregate = True
save_forensic = True
output = /output/
[elasticsearch]
hosts = elasticsearch:9200
ssl = False