domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
994 stars 213 forks source link

DKIM Alignment Detail not showing results at DMARC SUMMARY GRAPHS in Kibana #454

Open saifulislam82 opened 9 months ago

saifulislam82 commented 9 months ago

Screenshot from 2023-12-28 15-08-45 In my kibana, all the graphs and pie chart is showing correctly even reporting organizations and Message volume from header from showing the correct value.

But Top 1000 Message Source IP Addresses, SPF Alignment Detail, DKIM Alignment Detail is showing "no result found".

I run the debug:

INFO:cli.py:802:Starting parsedmarc

0it [00:00, ?it/s] DEBUG:init.py:1109:Found 0 messages in INBOX DEBUG:init.py:1117:Processing 0 messages INFO:cli.py:1057:Watching for email - Quit with ctrl-c DEBUG:init.py:1109:Found 0 messages in INBOX DEBUG:init.py:1117:Processing 0 messages DEBUG:init.py:1109:Found 0 messages in INBOX DEBUG:init.py:1117:Processing 0 messages

In the mail box, I found my DMARC report mail are in the Aggregate directory under archive directory not in inbox.

my parsedmarc.ini file:

[general] save_aggregate = True save_forensic = True

[imap] host = domain.com port = 993 ssl = True user = user@domain.com password = [user pass] [mailbox] watch = True reports_folder = INBOX delete = False

[elasticsearch] hosts = 127.0.0.1:9200 ssl = False

[syslog] server = localhost port = 514

Any assistance will be appreciated.