WikiApiary / WikiApiary

Celery-based task workers for collecting and updating data on WikiApiary.
https://wikiapiary.com/
GNU General Public License v2.0
30 stars 13 forks source link

Fix whois information for non InterNIC hosts #160

Open jthingelstad opened 10 years ago

jthingelstad commented 10 years ago

The current whois lookup in the bots works only for InterNIC. Need to enhance to work for others.

When the bot receives these values it needs to redo the query using the server for that registry to get the actual organization. This is all handled in /apiary/tasks/website/whoislookup.py

nemobis commented 9 years ago

Dunno if it helps, but for comparison here is a list from another site:

Technology Category Sites GoDaddy DNS Name Server 1143 Dreamhost DNS Name Server 711 1and1 DNS Name Server 561 CloudFlare DNS Name Server 482 Hetzner DNS Name Server 406 Strato DNS Name Server 348 OVH DNS Name Server 344 HostEurope DNS Name Server 245 HostGator DNS Name Server 232 Linode DNS Name Server 216 BlueHost DNS Name Server 206 Amazon Route 53 Name Server 197 Namecheap DNS Name Server 184 All-Iknl DNS Name Server 172 gandi.net DNS Name Server 171 Dyn DNS Name Server 120 eNom DNS Name Server 105 Key Systems DNS Name Server 101 HostMonster DNS Name Server 95 SchlundTech DNS Name Server 89 Network Solutions DNS Name Server 84 Rackspace DNS Cloud Name Server 82 InterNetworX DNS Name Server 79 DNS Pod Name Server 75 DNS Made Easy DNS Name Server 73 Name.com DNS Name Server 72 ZoneEdit Name Server 71 RU Center DNS Name Server 69 Reg.ru DNS Name Server 68 United Domains Name Server 68 GratisDNS Name Server 67 Afraid DNS Name Server 66 TransIP DNS Name Server 63 MediaTemple DNS Name Server 57 One.com DNS Name Server 57 Digital Ocean DNS Name Server 57 Aruba DNS Name Server 54 Hurricane Electric DNS Name Server 45

nemobis commented 9 years ago

Hm, I checked the code: is https://code.google.com/p/pywhoisapi/ the library you're using? https://code.google.com/p/python-whois/ seems to have a different interface