A curated collection of disposable, temporary, and throwaway email domains for OSINT, cyber investigations, fraud detection, email validation, and digital forensics.
The Disposable Domains Collection is an open-source project maintained by Crimealysis that provides an up-to-date list of known disposable email domains.
Disposable email services are commonly used to:
- Evade account verification
- Create fraudulent accounts
- Bypass free trial limitations
- Register anonymous identities
- Conduct phishing or other malicious activities
This repository provides investigators, developers, security teams, and researchers with a reliable source of disposable email domains that can be integrated into security tools, validation systems, and investigative workflows.
.
├── disposable_email_domains.txt # Plain text list of disposable email domains
├── get_disposable_domains.py # Script to retrieve and update the domain list
├── LICENSE
└── README.md
Contains a newline-separated list of disposable email domains.
Example:
mailinator.com
10minutemail.com
guerrillamail.com
tempmail.com
Python script used to download, aggregate, and update the disposable domain list from public sources.
Run:
python get_disposable_domains.pyClone the repository and install the required dependency:
git clone https://github.com/Crimealysis/disposable-domains-collection.git
cd disposable-domains-collection
pip install -r requirements.txtGenerate the latest domain list:
python get_disposable_domains.pyThis collection can be used for:
- Email validation
- Fraud prevention
- Threat intelligence
- OSINT investigations
- Digital forensics
- User registration filtering
- Account abuse detection
- Security analytics
Contributions are welcome.
If you discover a new disposable email provider or identify an obsolete entry:
- Fork the repository.
- Update the domain list or the collection script.
- Test your changes.
- Submit a Pull Request.
Please ensure submitted domains belong to genuine disposable email providers.
If you believe a legitimate domain has been incorrectly included or you encounter an issue with the update script, please open a GitHub Issue with supporting information.
This repository is intended for:
- Digital Forensics Investigators
- Law Enforcement
- Threat Intelligence Analysts
- SOC Analysts
- Fraud Detection Teams
- Cyber Security Professionals
- OSINT Researchers
- Developers
Disposable email providers frequently appear, disappear, or change domains. While every effort is made to keep this collection current, no guarantee is made regarding its completeness or accuracy.
This project is licensed under the MIT License unless otherwise stated.
Crimealysis
Developing open-source tools and datasets to support digital investigations, cyber security, and OSINT.
If you find this repository useful, consider giving it a ⭐ to support the project.