Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Changes #46

Closed
7c opened this issue Feb 23, 2023 · 1 comment
Closed

API Changes #46

7c opened this issue Feb 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@7c
Copy link
Owner

7c commented Feb 23, 2023

After 1 year of operation, we see a more clear picture of this niche. We see that some providers

  • use random subdomains
  • share domains or even hostnames across different providers

Our current data structure cannot capture these cases. We will first change how the API filters hostnames at is/fakedomain/$domain and is/fakeemail/$email endpoints to the domain level. We believe that we should be banning the domain itself instead of the domain:
image

We will soon consider any subdomain of a known fake domain as fake too. We parse domains based on 'Public Suffix List' and will use the library https://github.com/lupomontero/psl to determine what part is a domain. In PSL terminology, even though 'clouddns.asia' is the domain, it considers cr.clouddns.asia. as the domain because the clouddns.asia is a known entity of giving subdomains. We previously considered *@b.cr.clouddns.asia as fake domain but was not checking for *@other.cr.clpouddns.asia, soon we will consider *@*.cr.clouddns.asia as fake domain.

In the case of line.pm domain we will consider *@*.line.pm including *@line.pm as fake domain.

@7c 7c added the enhancement New feature or request label Feb 23, 2023
@7c 7c pinned this issue Feb 23, 2023
@7c
Copy link
Owner Author

7c commented Feb 24, 2023

API server has been deployed. New verison 1.1 has IDN Domain support, Domain ban support, New JSON format at https://github.com/7c/fakefilter/blob/main/json/data_version2.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant