Merge pull request #626 from lockfale/feature/THE-33-disposable-email-domains

Add disposable email domain detection tools (THE-33)
This commit is contained in:
s0lray
2026-03-27 22:54:06 -04:00
committed by GitHub
+54 -9
View File
@@ -803,20 +803,65 @@
{
"name": "VerifyEmail (R$)",
"type": "url",
"url": "https://emailable.com/",
"description": "Email verification service offering both free and premium tiers for validating email addresses and maintaining clean mailing lists.",
"url": "https://emailable.com/"
},
{
"name": "Disposable Email Domains (T)",
"type": "url",
"url": "https://github.com/disposable-email-domains/disposable-email-domains",
"description": "Community-maintained blocklist of 5,000+ disposable email domains with allowlist support and multi-language implementation examples. Used by PyPI and other projects.",
"status": "live",
"pricing": "freemium",
"bestFor": "Email validation, list cleaning",
"input": "Email addresses",
"output": "Validation status, deliverability info",
"pricing": "free",
"bestFor": "Detecting disposable and temporary email addresses during verification",
"input": "Domain name to check against the blocklist",
"output": "Match result against the disposable email domain blocklist",
"opsec": "passive",
"opsecNote": "Passive email verification without sending messages.",
"opsecNote": "Local list comparison; no external requests made during lookup.",
"localInstall": true,
"googleDork": false,
"registration": false,
"editUrl": false,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "Disposable Emails Registry",
"type": "url",
"url": "https://disposable-emails.github.io/",
"description": "Searchable registry of disposable email domains with bulk download support for threat intelligence integration.",
"status": "live",
"pricing": "free",
"bestFor": "Bulk blocking and threat intelligence integration for disposable email detection",
"input": "Domain name or bulk list download",
"output": "Match result or full disposable domain list (/list.txt)",
"opsec": "passive",
"opsecNote": "Static list download; community-sourced submissions, no external lookups required.",
"localInstall": false,
"googleDork": false,
"registration": true,
"registration": false,
"editUrl": false,
"api": true,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "Burner Email Providers (T)",
"type": "url",
"url": "https://github.com/wesbos/burner-email-providers",
"description": "Curated list of temporary email service domains with API references and detection library implementations across multiple languages.",
"status": "live",
"pricing": "free",
"bestFor": "Identifying burner email providers for integration into custom investigation tools",
"input": "Email domain",
"output": "Match result against known burner/temporary email providers",
"opsec": "passive",
"opsecNote": "Local list comparison; MIT licensed for integration use.",
"localInstall": true,
"googleDork": false,
"registration": false,
"editUrl": false,
"api": false,
"invitationOnly": false,
"deprecated": false
}