{"id":20879232,"url":"https://github.com/7c/fakefilter","last_synced_at":"2025-04-05T18:10:21.420Z","repository":{"id":39754510,"uuid":"463878285","full_name":"7c/fakefilter","owner":"7c","description":"reliable fake and temp email filter solution for site operators","archived":false,"fork":false,"pushed_at":"2024-04-14T00:11:30.000Z","size":46638,"stargazers_count":151,"open_issues_count":11,"forks_count":11,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-04-14T12:39:16.859Z","etag":null,"topics":["email","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-02-26T14:38:56.000Z","updated_at":"2024-04-16T01:30:16.710Z","dependencies_parsed_at":"2022-07-14T06:00:33.582Z","dependency_job_id":"b5e7db41-adce-403e-9906-44e5767e0c0c","html_url":"https://github.com/7c/fakefilter","commit_stats":{"total_commits":71,"total_committers":2,"mean_commits":35.5,"dds":"0.014084507042253502","last_synced_commit":"de059e2f8abd496fa4468493c4463e9a1aeb4d53"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7c%2Ffakefilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7c%2Ffakefilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7c%2Ffakefilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7c%2Ffakefilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7c","download_url":"https://codeload.github.com/7c/fakefilter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","security"],"created_at":"2024-11-18T07:15:39.559Z","updated_at":"2025-04-05T18:10:21.400Z","avatar_url":"https://github.com/7c.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FakeFilter\nThe intention of this project is to sweep temporary and fake email addresses from registrations. We collect fake email providers and their domains and want to publish them here in different formats. We want that site owners use this repo as reliable source to find out all fake/temp provider registration attempts.\n\n# Why FakeFilter\nThere are other lists like https://gist.github.com/adamloving/4401361 , https://disify.com/ , https://github.com/wesbos/burner-email-providers , https://github.com/disposable-email-domains/disposable-email-domains , https://github.com/elliotjreed/disposable-emails-filter-php , https://github.com/Propaganistas/Laravel-Disposable-Email , https://github.com/disposable/disposable  - they do work with submissions. This is greatly appreciated service for the community. We want to thank to them. FakeFilter has different approach: we do actively monitor all known providers and get their domains almost realtime and distribute daily. All our system is automated. Your help is still required; if you submit us new providers, we will write services to watch those providers REALTIME. Users do have rights to fake their emails, but also service providers do have the right to know about this fact. We have nothing against free/fake services, this service aims to be automated and reliable.\n\n# Stats\n## Daily Coverage\nAmount of coverage, actions against all known Disposable Email Providers per Day\n![Monthly Coverage](https://fakefilter.net/public/img/dynamic/chart1.png)\n\n## Monthly Unique Disposable Domains\nNumber of unique known validated Disposable Domains in Total at given Month\n![Monthly Disposable Domains](https://fakefilter.net/public/img/dynamic/chart3.png)\n\n\n## Success Rate Charts\nWe monitor every disposable email provider we know about and make charts about success rate in % per day. You can access provider based success rate charts at [here](CHARTS.md)\n\n## Adding new Providers\nPlease help us to add new Providers to this list, simply create an issue with the title as providers main sitedomain, this way we can group them by domain. Your help is appreciated.\n\n## Online Formats\nWe have implemented a RESTful API, you can check the API at [fakefilter.net](https://fakefilter.net/static/docs/restful/). This database is aimed to serve realtime, so once we detect a new domain, this API will have it. We recommend using the Offline format as backup since we cannot guarantee the uptime.\n\n## Offline Formats\nYou may use one of these formats to have access to the information flow in your favorite programming language:\n\n[Markdown](markdown/README.md)\n\n[Json](json/data.json)\nThis format supports firstseen,lastseen,randomSubdomain properties\n\n[Json v2](json/data_version2.json)\nA fakedomain might belong to multiple providers, in this format we list their PSL (Public Suffix List) based domain and all known hostnames belonging to this PSL domain. Ths version also supports IDN domains, all domains are punycode.\n\n[Txt](txt/data.txt)\n\n## Expired Domains\nOur service removes domains from fakefilter (json/api/markdown/txt) after a year of inactivity. If these domains reappear, they are reinstated in our database for a minimum of 365 days. You can find the list of expired domains per provider [here](markdown/EXPIRED.md)\n\n## Whitelist\nWe whitelist major well-known providers from being blocked from fakefilter, just to make sure we do not add them automatically from our system. Some providers offer @gmail\u003cdot\u003ecom emails, adding such domains would be painful for the community.\n\n## Javascript Interface\nWe have implemented npm/javascript interface for Javascript Developers as demonstration\n\n`npm i --save fakefilter`\n\nYou have to make sure that this npm package is always up2date in order this static implementation to work as designed.\n\nOffline Lookup:\n```\nconst { isFakeDomain, isFakeEmail } = require('fakefilter')\n\nconsole.log(isFakeDomain('domain.com'))\nconsole.log(isFakeEmail('user@domain.com'))\n```\n\n\nOnline Lookup:\n\nthis version does not throw at all. You either get null (which indicates any error) or false or the object as reply\n```\n## also see examples/online.js\nconst { isFakeDomainOnline, isFakeEmailOnline } = require('fakefilter')\n\nconsole.log(await isFakeDomainOnline('domain.com'))\nconsole.log(await isFakeEmailOnline('user@domain.com'))\n\n```\n\n\nTest:\n```\nnode index.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7c%2Ffakefilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7c%2Ffakefilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7c%2Ffakefilter/lists"}