Questions tagged [whois]

The WHOIS protocol allows a user to query the registrant of a particular domain name or IP address.

The WHOIS service is a TCP based protocol that allows you to look up the registrant of a domain name.

The WHOIS service sits on TCP port 43 and can often be found at whois.nic.tld (where 'tld' is replaced with the appropriate top-level domain such as .it or .xyz).

One way to use it is to simply telnet to it and send the domain name followed with at CRLF. For example:

telnet whois.nic.coop 43 midcounties.coop

You will then get a list of all the details about the domain.

415 questions
-1
votes
2 answers

Troubleshooting "class not found" error

Anyone tell me why I'm getting the error "Class 'Whois' not found". It's something to do with the line $whois = new Whois(); but I'm not sure what.
-2
votes
1 answer

Is there a way to skip a data when a domain doesn't contain a specific variable

I'm really confused on how to bypass this problem from whois, is there a way so that when whois outputs the domain variable and it doesn't contain the specific variable that i want to showcase, it would just skip it instead of giving me an…
-2
votes
1 answer

Can a program be written to find information of a server from its IP address?

I am trying to automate getting details of a particular server. Right now, I use a website based service like this, and was hoping if there is a way to automate it. Any ideas and insights on this would be helpful. I also found a few websites that…
user3656142
  • 437
  • 3
  • 14
-2
votes
2 answers

How to loop/restart a perl script?

I have made a simple whois script that returns back the whois information of a domain. Once it's done it returns back to the original terminal, example below. user@ubuntu:; perl script.pl Enter domain name: name.com etc... whois information displays…
Helloz
  • 1
  • 1
-2
votes
1 answer

TypeError: Cannot read property 'follow' of undefined

How do I get the value of this list to return to another function? I tried to use promise and async/await but it looks like it didn't work properly, now I have a problem with 'follow' of undefined, can someone help me var parser =…
-2
votes
2 answers

How to query the RIPE API for JSON

How do you get the RIPE REST API to give you in JSON the same data you'd get from the whois command on the command line? Eg. Something like the output of whois 1.1.1.1
Jonathan
  • 10,792
  • 5
  • 65
  • 85
-2
votes
1 answer

Where information about domains' owners are stored

Hi i want to create my own whois server and after studing the protocoll i wasn't sure about how to get the data for the whois' queries. The first idea is to find a existing whois database but i want to be able to update it so the question is how…
P.Carlino
  • 661
  • 5
  • 21
-2
votes
1 answer

Get whois information using wget

I get whois information for a bunch of URLs by wget the following address wget -qO- https://www.whois.com/whois/SampleDomain At the first phase I wanna not creating a file for each URL, so I use -qO- option. I want to extract 10 field of every…
John
  • 25
  • 5
-2
votes
2 answers

How to get list of expiring/dropping Domains

How to get the list of Expiring or dropping domains ? Just like Park.io Thanks in advance.
user1071321
  • 61
  • 2
  • 10
-2
votes
1 answer

Identifing ip address when running whois -h on a linux machine

when I run the following command, I suppose to get back ip addresses. whois -h whois.radb.net -- '-i origin AS32934' | grep ^route this is the result, in some cases it is understandable: //ips end with 0-20 route: 69.63.184.0/20 route: …
SexyMF
  • 10,657
  • 33
  • 102
  • 206
-2
votes
2 answers

What is the expiration date of a domain?

When I get the WHOIS records of a domain, it contains an expiration date. So I was wondering what is the expiration date of a domain? How this date has been set? What will happen to the domain after it gets expired? Who set this date?
Alex
  • 1,914
  • 6
  • 26
  • 47
-2
votes
1 answer

how to parse whois command & use that data

I have some idea. But my small knowledge of bash, does not give me the desired result. Look. I use nslookup command for get the ip of site. nslookup facebook.com Server: xxx.xxx.xxx.xxx Address: xxx.xxx.xxx.xxx#53 Non-authoritative…
Valeriu
  • 171
  • 1
  • 1
  • 11
-2
votes
1 answer

How can i find domain associated with a specific nameserver?

Hi is there any way to find all the domain associated with a specific name server, I have the ip address as well, but i'm getting a result of 600+ domains. I want to narrow down the search to domains that are linked with that particular name…
puneet
  • 17
  • 1
  • 12
-2
votes
1 answer

WhoIs servers are not responding

I'm trying to realize a little script in Autoit that retrieves all IPs used by Facebook servers (query "-i origin AS32934" to whois.radb.net, as developer page says), but I don't understand why WhoIs servers are not responding to my queries. This is…
j0kky
  • 85
  • 2
  • 8
-2
votes
1 answer

how to get result for api connecting to whoapi?

As according to the mention documentation at whoapi.com i have gone through as mention according to instruction and tried implementing the api but the variable doesn't pass from one page to other.For example i have one page which have input type and…
user3101586
  • 25
  • 1
  • 5
1 2 3
27
28