4
$whois somedomain.com

What is the limit on this?

Alex
  • 8,111
  • 24
  • 71
  • 99

2 Answers2

9

You'll probably get rate-limited by the whois servers before you get limited by the OS. If you really need access to tons of whois records Google for "bulk whois". Here's how to request bulk whois records from ARIN: https://www.arin.net/resources/request/bulkwhois.html

Cory J
  • 1,528
  • 4
  • 19
  • 28
0

Registries install packet-shapers to rate limit the traffic on whois servers. I think the default whois command goes to networksolutions; try this:

whois -h  whois.publicinterestregistry.net jboss.org

Keep running this command and see how many times you succeed. It will throw 'limit exceeded' warning. The warning is stored in whois cache servers for a few mins and then the cache is cleared, and if you run the above command it will work again.

cat
  • 123
  • 7
Nikolas Sakic
  • 492
  • 2
  • 8