DMARC viewer is a Django-based web
application that lets you visually analyze DMARC aggregate
reports, providing unique insights into how your mailing
domains are used and abused. Moreover, with DMARC viewer you can create and
store custom analysis views that filter reports based on the criteria you are
interested in.
A DMARC viewer demo is available at
dmarc-viewer.abteil.org.
To receive DMARC aggregate reports for your domains all you need to do is to add a DMARC entry to your DNS records. Read "Anatomy of a DMARC resource record in the DNS" for initial guidance.
We need to get the GeoLite2-City database from Maxmind. As of January 2020 Maxmind require you use a licence to download this. You'll need to go through registration and place the GeoIP.conf file in the top level of the repo before launching the service.
To analyze your own DMARC aggregate reports you need to deploy an instance of
DMARC viewer. Follow these steps to get you started:
- Deploy your own instance of
DMARC viewer, - import DMARC aggregate reports,
- and create
analysis views.
Alternatively you can deploy DMARC viewer using docker.
You'll find further usage instructions on the
DMARC viewer help page and plenty of
contextual help throughout the website (look out for "?" symbols).
DMARC viewer is an open source project (MIT). If you want a new
feature, discover a bug or have some general feedback, feel free to file an
issue. You can also
fork this repository,
start coding and submit pull
requests.