fakefilter 0.1.671 → 0.1.672
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/json/data.json +1 -1
- package/json/data_version2.json +1 -1
- package/markdown/EXPIRED.md +3846 -0
- package/markdown/README.md +12854 -16348
- package/package.json +1 -1
- package/txt/data.txt +11764 -15258
package/README.md
CHANGED
|
@@ -34,9 +34,11 @@ This format supports firstseen,lastseen,randomSubdomain properties
|
|
|
34
34
|
[Json v2](json/data_version2.json)
|
|
35
35
|
A 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.
|
|
36
36
|
|
|
37
|
-
|
|
38
37
|
[Txt](txt/data.txt)
|
|
39
38
|
|
|
39
|
+
## Expired Domains
|
|
40
|
+
Our 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)
|
|
41
|
+
|
|
40
42
|
## Whitelist
|
|
41
43
|
We 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<dot>com emails, adding such domains would be painful for the community.
|
|
42
44
|
|