Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarc-viewer/dmarc-viewer
Django based web-app to visually analyze DMARC aggregate reports
https://github.com/dmarc-viewer/dmarc-viewer
analysis dmarc email security statistics
Last synced: about 2 months ago
JSON representation
Django based web-app to visually analyze DMARC aggregate reports
- Host: GitHub
- URL: https://github.com/dmarc-viewer/dmarc-viewer
- Owner: dmarc-viewer
- License: mit
- Archived: true
- Created: 2018-05-28T18:35:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T20:45:50.000Z (about 2 years ago)
- Last Synced: 2024-06-01T14:33:14.231Z (7 months ago)
- Topics: analysis, dmarc, email, security, statistics
- Language: CSS
- Size: 24.8 MB
- Stars: 52
- Watchers: 5
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DMARC viewer
`DMARC viewer` is a [Django](https://docs.djangoproject.com/en/1.11/)-based web
application that lets you visually analyze [DMARC aggregate
reports](https://dmarc.org/), 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.## Configure DNS
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"*](https://dmarc.org/overview/) for initial guidance.## Start Analyzing!
To analyze your own DMARC aggregate reports you need to deploy an instance of
`DMARC viewer`. Follow these steps to get you started:1. [Deploy](DEPLOYMENT.md) your own instance of `DMARC viewer`,
1. [import](REPORTS.md) DMARC aggregate reports,
1. and [create `analysis views`](ANALYSIS_VIEWS.md).Alternatively you can deploy [`DMARC viewer` using docker](DOCKER.md).
You'll find further usage instructions on the
[`DMARC viewer` help page](website/templates/website/help.html) and plenty of
contextual help throughout the website (look out for "**`?`**" symbols).## Contribute
`DMARC viewer` is an open source project [*(MIT)*](LICENSE). If you want a new
feature, discover a bug or have some general feedback, feel free to file an
[*issue*](https://github.com/dmarc-viewer/dmarc-viewer/issues). You can also
[*fork*](https://help.github.com/articles/fork-a-repo/) this repository,
[**start coding**](CONTRIBUTE.md) and submit [*pull
requests*](https://github.com/dmarc-viewer/dmarc-viewer/pulls).