T13nn3s / Invoke-SpfDkimDmarc

PowerShell Module for checking SPF, DKIM and DMARC-record.
https://binsec.nl/powershell-script-for-spf-dmarc-and-dkim-validation/
MIT License
44 stars 8 forks source link

Add SPF DNS-Lookup check #16

Open T13nn3s opened 3 years ago

T13nn3s commented 3 years ago

SPF record must not exceed the 10 DNS lookups. Add an SPF DNS Lookup checker to the script.

tomdhoore commented 1 year ago

https://cloudbrothers.info/en/powershell-tip-resolve-spf/ can help?

T13nn3s commented 1 year ago

Hi @tomdhoore, thanks for the tip. I'm already working on this and hopefully, I can release a new version of this module soon. I will look over your provided URL.