Skip to main content

Questions tagged [whois]

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

whois
-2 votes
0 answers
21 views

Get WHOIS info on .ph domain

I have a task to get all our company domains to show in our web application. Our web application is using Django/Python. We would like to show all domains with expiring date and notify via email when ...
josephcvh's user avatar
0 votes
0 answers
238 views

Verify that user agent facebookexternalhit is really Facebook

I'm seeing a lot of hits on my website with the following user agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php) I'm trying to verify whether it really is from Facebook ...
user984003's user avatar
  • 29.1k
0 votes
0 answers
23 views

Getting ModuleNotFound Error in Jupyter Notebook despite installing and uninstalling required package

I'm trying to install the ipwhois package in Jupyter Notebook to use the IpWhois function to find the owners of an IP Address. For reference, I'm using a Conda environment to run the notebook. I've ...
T.J's user avatar
  • 1
0 votes
0 answers
23 views

ModuleNotFoundError: No module named 'whois' [duplicate]

I am writing a simple python script to do a whois lookup for a domain in Visual studio code. I installed python whois using following code. Pip3 install python-whois The following is the code: import ...
Kiran Patil's user avatar
0 votes
1 answer
94 views

How can I implement a SOCKS proxy to make requests to the whois protocol?

Having trouble wrapping my head around making requests through the SOCKS proxy to whois.lookup. I have a socks proxy (smartproxy) and a node server. I've tried tunnel, request, socks-proxy-agent, It ...
tommy gabe's user avatar
0 votes
2 answers
165 views

No module named 'whois' Despite Already Installing 'python-whois'

Context I am making a project using Python and have a virtual environment installed called venv. Here is the information for the virtual environment: Version and Modules Installed: I am on a linux ...
edenfrey's user avatar
1 vote
3 answers
108 views

Error while importing python-whois on AWS Lambda

I'm trying to run a script that uses python-whois and I'm having an error. This was previously imported locally using "pip3 install python-whois -t ." and then uploaded to the zip file into ...
Andre's user avatar
  • 678
0 votes
1 answer
100 views

determine availability (and price?) of 50k domains

I have a list of 50k possible domain names. I'd like to find out which ones are available and if possible how much they cost. the list looks like this presumptuous.ly principaliti.es procrastinat.es ...
gnarbarian's user avatar
  • 2,729
0 votes
0 answers
93 views

Difficulty Extracting Nameservers from WHOIS Response in Laravel

I am facing a challenge with extracting nameserver information from a WHOIS response in a Laravel application. I have tried using regular expressions, but I encountered a compilation error related to ...
Peter Amo's user avatar
  • 171
0 votes
1 answer
48 views

What is the purpose of the TIdWhoIsServer component from Indy?

I saw Indy has a TIdWhoIsServer component. What is it used for? Can it be used to do WhoIs lookups? Or what's the purpose of this component? I tried to find documentation on it, but I couldn't really ...
Shaun Roselt's user avatar
  • 3,047
0 votes
0 answers
47 views

I want to get the site information of tk domain in python-whois

I want to get the site information of gg domain in python-whois.However, it is not possible to obtain information about a domain in a particular TLD(e.g. example.tk for the tk domain). import whois ...
yushi's user avatar
  • 83
1 vote
1 answer
55 views

Are EPP status codes case-sensitive?

When I reviewed the relevant RFC documents, I couldn't find anything about the case sensitivity of the status codes. Therefore, I wanted to ask this question here. I have encountered the following EPP ...
Ceylan B.'s user avatar
  • 562
1 vote
1 answer
93 views

Trying to create a whois in python but it doesn't run

For some reason, the output returns like this instead of how it should be: Listed; one under the other; organized. Reference: consulta.py from socket import socket, AF_INET, SOCK_STREAM from sys ...
Gustang's user avatar
  • 21
0 votes
1 answer
47 views

Why am I getting 'TypeError: a bytes-like object is required, not 'str'' when running my WHOIS script in the Linux terminal?

I am creating a basic "whois" script, but it is not working. When I try to run it in the Linux terminal, it returns the error: "TypeError: a bytes-like object is required, not 'str'&...
Gustang's user avatar
  • 21
0 votes
1 answer
32 views

Getting question marks instead of domain information when using WHOIS command in terminal for google.com - Why is this happening?

I'm trying to learn how to use whois, and when I type whois google.com in terminal, it doesn't show up the information about the domain but some question marks. Does anyone know why this happened? ...
Wen Sun's user avatar
  • 35

15 30 50 per page
1
2 3 4 5
28