This commit is contained in:
2024-02-18 23:54:05 +01:00
commit 4942e57a30
14 changed files with 1574 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# dmarc-visualizer
Analyse and visualize DMARC results using open-source tools.
* [parsedmarc](https://github.com/domainaware/parsedmarc) for parsing DMARC reports,
* [Elasticsearch](https://www.elastic.co/) to store aggregated data.
* [Grafana](https://grafana.com/) to visualize the aggregated reports.
* [Grafana Dashboard](https://github.com/bhozar/grafana-dashboards) by bhozar
See the full blog post with instructions at https://debricked.com/blog/2020/05/14/analyse-and-visualize-dmarc-results-using-open-source-tools/.
## Screenshot
![Screenshot of Grafana dashboard](/big_screenshot.png?raw=true)