5e8b1f033f
- Created main documentation index and user guide with sections on getting started, dashboard overview, managing domains, and reports. - Added detailed deployment guide for Docker and manual installation. - Included user-friendly explanations of DMARC, its benefits, and how to manage domains and reports. - Implemented visual assets for dashboard, domains, IMAP, and reports. - Established requirements for documentation build using MkDocs and Material theme. - Integrated navigation structure for easy access to all documentation sections.
3.4 KiB
3.4 KiB
DMARC Reports
This guide explains how to work with DMARC reports in DMARQ.
Types of DMARC Reports
DMARQ supports two types of DMARC reports:
Aggregate Reports (RUA)
Aggregate reports provide statistical data about email authentication results. These reports:
- Are typically sent daily by email providers
- Contain summaries of email volumes and authentication results
- Do not include the content of individual emails
- Are XML files, often compressed
Forensic Reports (RUF)
Forensic reports provide information about individual messages that failed DMARC authentication:
- Include details about specific authentication failures
- May contain email headers and sometimes partial content
- Help diagnose specific delivery issues
- Not all providers send forensic reports due to privacy concerns
Viewing Reports
Aggregate Reports List
To view your aggregate reports:
- Navigate to Reports in the main navigation
- Select the Aggregate tab
- Use filters to narrow down reports by:
- Date range
- Source organization (e.g., Google, Yahoo, Microsoft)
- Domain (if monitoring multiple domains)
- Policy applied (none, quarantine, reject)
The report list shows:
- Report date
- Sending organization
- Number of messages
- Pass/fail statistics
- DMARC policy applied
Aggregate Report Details
To view details of a specific aggregate report:
- Click on any report in the list
- Review the detailed information, including:
- Source IP addresses
- Message counts
- SPF and DKIM alignment results
- Sending sources (by domain and IP)
- Pass/fail rates by source
Forensic Reports
To view forensic reports (when available):
- Navigate to Reports in the main navigation
- Select the Forensic tab
- Use filters similar to aggregate reports
- Click on any report to view details about the specific authentication failure
Understanding Report Data
Key Metrics
Important metrics to look for in DMARC reports:
- SPF Alignment: Whether the domain in the From header matches the domain that passed SPF
- DKIM Alignment: Whether the domain in the From header matches the domain in the DKIM signature
- Source IPs: The IP addresses sending email on behalf of your domain
- Volume Trends: Changes in email volume over time
- Failure Patterns: Recurring patterns in authentication failures
Report Visualization
DMARQ provides several visualizations to help understand report data:
- Source Distribution: Chart showing email volume by sending source
- Authentication Results: Breakdown of SPF, DKIM, and alignment results
- Geographic Distribution: Map showing the origin of emails by country
- Timeline View: Changes in email authentication over time
Importing Reports Manually
If you need to import DMARC reports manually:
- Navigate to Reports in the main navigation
- Click Upload Report
- Select the report file from your computer (XML, ZIP, or GZ format)
- Click Upload to process the report
DMARQ will parse the report and add it to your database.
Exporting Report Data
To export report data for external analysis:
- Navigate to the report list or detail view
- Click Export
- Choose your preferred format:
- CSV for spreadsheet analysis
- JSON for programmatic processing
- PDF for sharing with stakeholders
- Select the data points to include
- Click Generate Export to download the file