http://whoisxmlapi.com provides a high-throughput API for thick WHOIS queries. In my understanding such data can only be provided by domain registrars that put really low limits on the number of queries per minute. Had this data just been carefully scraped from the places like http://whois.godaddy.com from multiple IPs or is there a way to get such data in bulk?
Where do services like http://whoisxmlapi.com get their data?
1.1k Views Asked by Ivan Bulanov At
1
There are 1 best solutions below
Related Questions in DNS
- Configured TTL for A record(s) backing CNAME records
- Redirecting subdomain to directory on Azure
- SPF and DKIM records for Mandrill on DigitalOcean
- How to convert hostname to DNS name?
- Could someone bring Google OAuth2 for Cloud DNS via Rest to light?
- Spoof Captive Portal Screen on an iOS Device using DNS
- DNS_PROBE_FINISHED_NXDOMAIN on Google App Engine website
- How to check if a redirect leads to a different domain
- IP address to Domain Name? DNS?
- error CS1729: The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments
- Windows, Apache, Acrylic DNS, and wildcard subdomains
- How to configure DNS for microsoft odbc driver for oracle (in 64 bit arch.)
- How to use one time domain name in android?
- logstash dns filter miss
- Redirect website to another website if blocked in particular region
Related Questions in WHOIS
- Get up-to-date facebook crawler ip list
- Python error module object is not callable
- Why is my programmatic WHOIS response different from checking on whois.net?
- TLD Delegation Records. How do I get the actual extension?
- Domain Lookup Script execution time
- how to get result for api connecting to whoapi?
- How to get all detail in whois command in digitalocean
- How to Implement Domain Name Checker and Whois Domain in my website
- Coding a domain lookup tool
- Why isn't my whois result the same from one whois search engine to another?
- Using Node.js, how can I check whether a domain name is registered?
- shell_exec is not working on server
- How to find the host of a website using PHP?
- What is the simplest way to execute WHOIS protocol with python?
- What software is out there for domain availability in bulk for free?
Related Questions in REGISTRAR
- Laravel trans helper function not picking the right file
- Not Getting Custom Nameservers Using Godaddy Api
- What is the difference between RHEL and RHCOS when it comes to Selinux. csi-driver-registrar sidecar container works without privilege access in RHEL
- How to find domains registered at a certain time?
- Why does a domain does not display its full path?
- How do I know which RIR server to query for an IP address?
- DNS A records not updating
- I cannot find AWS Server IP
- Can you have multiple name server set in registrar?
- Domain name transfer between registrars
- is there any scenario where an attacker could transfer or do something to my domain WITHOUT having access to my registrar panel?
- Where do services like http://whoisxmlapi.com get their data?
- Connect domain name to web host
- What are regrinfo and regyinfo in whois lookup php response data? How do they differ from raw_data in php response data?
- What if I link a_very_famous_brand.com to my IP server as an a A record?
Related Questions in ICANN
- How to Recoverer domain verification email sent by ICANN
- Where do services like http://whoisxmlapi.com get their data?
- AWS Route 53 Email Verification stuck due to (stupidly) using the domain as the registrar contact email
- symlinked hosts file ignored by OS X; dev domains redirect to 127.0.53.53
- The domain name I want is in "clienthold"; am I likely to be able to get this name?
- Can a TLD operator (not registrar) maliciously change the DNS resolution of a domain with that TLD?
- Domain names assigned with IP
- Update nameservers while transferring a domain
- How companies get a top level domain TLD? eg. .SOMETHING
- non-latin email address validation
- What is ICANN domain status: 'clientTransferProhibited'?
- Domain pointing to wrong site
- ICANN Name Collision & Chrome
- How does this URL has something before www?
- How to make DNS accessible to public
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
ICANN regulations oblige registrars to make WHOIS data available in bulk, albeit for a fee. You can read the details in full here:
I don't know exactly how sites such as whoisxmlapi and DomainTools operate, but it's possible that they are able to perform more than the usual number of WHOIS queries because they've stumped up the cash for the privilege.
ICANN regulations still impose certain limitations on the access:
Again, speculation, but perhaps large numbers of queries to registrars' databases are not frowned upon if they're not automated/scripted. Sites like whoisxmlapi and DomainTools offer a WHOIS lookup service where users can query individual domain names. It'd be very simple for them to cache and index the record before they show it to the user.
Of course, as you suggest, maybe they've just got hundreds of IP addresses at their disposal and go about harvesting the data in a crafty way.