# SPF/DKIM/DMARC bulk checker

**URL:** https://forum.dmarcian.com/t/spf-dkim-dmarc-bulk-checker/2333
**Category:** Technical Help
**Created:** [November 29, 2023, 7:08pm UTC](https://forum.dmarcian.com/t/spf-dkim-dmarc-bulk-checker/2333 "2023-11-29T19:08:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![David](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.dmarcian.com/david/32/378_2.png) [@David](https://forum.dmarcian.com/u/David)
#### Post date: [November 29, 2023, 7:08pm UTC](https://forum.dmarcian.com/t/spf-dkim-dmarc-bulk-checker/2333/1 "2023-11-29T19:08:37Z")

</div>

I’m looking for a way to check SPF, DKIM, and DMARC is in place for a few hundred domains at once. [dmarcguide.globalcyberalliance.org](http://dmarcguide.globalcyberalliance.org) has a bulk scan option, but their sites keeps breaking even to do one at a time. Anyone know of any other sites/tools with a bulk scan option?

---

<div class="post-metadata">

### Author: ![LinkP](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.dmarcian.com/linkp/32/142_2.png) [@LinkP](https://forum.dmarcian.com/u/LinkP)
#### Post date: [November 29, 2023, 7:15pm UTC](https://forum.dmarcian.com/t/spf-dkim-dmarc-bulk-checker/2333/2 "2023-11-29T19:15:00Z")

</div>

You will probably need to either write something yourself or leverage the API of a paid service.

---

<div class="post-metadata">

### Author: ![OtsukaCG](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.dmarcian.com/otsukacg/32/157_2.png) [@OtsukaCG](https://forum.dmarcian.com/u/OtsukaCG)
#### Post date: [February 3, 2024, 8:29am UTC](https://forum.dmarcian.com/t/spf-dkim-dmarc-bulk-checker/2333/3 "2024-02-03T08:29:08Z")

</div>

My favarite tool for checking SPF and DMARC is [checkdmarc](https://github.com/domainaware/checkdmarc).  
It’s a CLI tool written in Python. I use it a lot from my Windows 11 WSL.  
This tool is really amazing! It can check not only SPF, DMARC records, but also checks it7s validity and warnings if any.  
I think you can easily check 100 domains by writing a super simple python or even shell script, dump the results in CSV or JSON files.

For DKIM, I’ve tried several tools, but I haven’t found really good one. I use my own python script to run dig command with selectors supplied from text file.

---

<div class="post-metadata">

### Author: ![AndreiS](https://avatars.discourse-cdn.com/v4/letter/a/f1d935/32.png) [@AndreiS](https://forum.dmarcian.com/u/AndreiS)
#### Post date: [April 23, 2025, 9:06am UTC](https://forum.dmarcian.com/t/spf-dkim-dmarc-bulk-checker/2333/4 "2025-04-23T09:06:45Z")

</div>

Hi, i just used this [https://dmarc.cc/](https://dmarc.cc/)

Created a notepad with all 379 domains, and it analized them all for SPF And DMARC, copy - pasted the table reuslt in an Excel without issues afterwards…very nice 🙂
