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

Making an organization-independent implementation #88

Open
nickslevine opened this issue Jul 23, 2014 · 4 comments
Open

Making an organization-independent implementation #88

nickslevine opened this issue Jul 23, 2014 · 4 comments

Comments

@nickslevine
Copy link
Contributor

I'm wondering how hard it would be to make an implementation of this that would not require initially setting IP ranges. Rather, the bot would look at every anonymous Wikipedia edit, try to link the IP address of the edit with an organization on the fly using reverse DNS, and, if successful, tweet a link to the edit with the name of the organization just found.

@webmaven
Copy link

A general purpose de-anonymizer would be dominated by consumer ISPs. The list of IP ranges you would therefore have to exclude for it to be useful would be huge.

@joellimberg
Copy link
Contributor

As a sidenote — for a smaller Wikipedia the number might not be so huge. For example, the Estonian Wikipedia only has about 100 anonymous edits per day.

@remagio
Copy link

remagio commented Aug 6, 2014

  • WHOIS have specific policies, same reason why conf are no more stored on repo. And you have to query the DB of the ORGANIZATION's records of all WHOIS services. Not only network or domain, and it's regulated by additional policies to limit scams (every single query are monitored and stored to avoid misuse).
  • About automated queries: How can anon parse the ORG whois's results to understand when it's your target on a specific language and country?
    I tried anyway thinking it could help new countries. Not mine, but it's a mess. At the end it require human reviews. Something too much complex for a deployer of a very simple apps like it's anon.

@joellimberg
Copy link
Contributor

(I was thinking about doing reverse DNS queries for IP addresses and getting some sort of ownership info / domain names from there.)

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

No branches or pull requests

4 participants