I am wanting to find a way to automatically process DMARC reports so that I can look at the reporting in PowerBI, seeing trends over a period of time.
There is a project called parseDMARC (https://github.com/domainaware/parsedmarc) which has the functionality for the most part, but also alot of extra functions that I don’t need i.e. Elastic/Splunk/Kabana
- Extract .zip and .gz archive files, ensure XML file is named as the archive
- Parse the XML file into JSON
- Generate aggregated and forensic JSON reports for each archive
I suspect that the parser and output configuration templates (aggregated and forensic) from the project could be used in some way in a flow.
Is anybody able to help me please?
Thanks