mirror of
https://github.com/debricked/dmarc-visualizer.git
synced 2026-02-17 07:03:57 +00:00
Initial commit.
This commit is contained in:
7
parsedmarc/Dockerfile
Normal file
7
parsedmarc/Dockerfile
Normal 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
|
||||
8
parsedmarc/parsedmarc.ini
Normal file
8
parsedmarc/parsedmarc.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[general]
|
||||
save_aggregate = True
|
||||
save_forensic = True
|
||||
output = /output/
|
||||
|
||||
[elasticsearch]
|
||||
hosts = elasticsearch:9200
|
||||
ssl = False
|
||||
Reference in New Issue
Block a user