Skip to content

Repository files navigation

Disposable Domains Collection

A curated collection of disposable, temporary, and throwaway email domains for OSINT, cyber investigations, fraud detection, email validation, and digital forensics.

Overview

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.


Repository Structure

.
├── 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

Files

disposable_email_domains.txt

Contains a newline-separated list of disposable email domains.

Example:

mailinator.com
10minutemail.com
guerrillamail.com
tempmail.com

get_disposable_domains.py

Python script used to download, aggregate, and update the disposable domain list from public sources.

Run:

python get_disposable_domains.py

Installation

Clone 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.txt

Generate the latest domain list:

python get_disposable_domains.py

Use Cases

This collection can be used for:

  • Email validation
  • Fraud prevention
  • Threat intelligence
  • OSINT investigations
  • Digital forensics
  • User registration filtering
  • Account abuse detection
  • Security analytics

Contributing

Contributions are welcome.

If you discover a new disposable email provider or identify an obsolete entry:

  1. Fork the repository.
  2. Update the domain list or the collection script.
  3. Test your changes.
  4. Submit a Pull Request.

Please ensure submitted domains belong to genuine disposable email providers.


Reporting Issues

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.


Intended Audience

This repository is intended for:

  • Digital Forensics Investigators
  • Law Enforcement
  • Threat Intelligence Analysts
  • SOC Analysts
  • Fraud Detection Teams
  • Cyber Security Professionals
  • OSINT Researchers
  • Developers

Disclaimer

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.


License

This project is licensed under the MIT License unless otherwise stated.


Maintained by

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.