Top "Gethostbyaddr" questions

A command in a few different langauges (i.e. Python, PHP) to perform a Reverse-DNS lookup

Difficulty using Python's socket.gethostbyaddr()

I am trying to reverse dns a list of IPs using socket.gethostbyaddr() in python, which returns 'Unknown Host' for …

python networking dig python-sockets gethostbyaddr
InetAddress.getCanonicalHostName() returns IP instead of Hostname

I looked for how to do IP lookup in Java on Stack Overflow but the answers match what I am …

java dns gethostbyaddr
Django get client's domain name/host name

What is the easiest way to obtain the user's host/domain name, if available? Or is there a function to …

python django gethostbyaddr
Python Sockets: gethostbyaddr : Reverse DNS Lookup Failure

I've been having a problem with getting the host name while using socket.gethostbyaddr(ip_addr) on specific sites. I …

python sockets reverse-dns gethostbyaddr