A command in a few different langauges (i.e. Python, PHP) to perform a Reverse-DNS lookup
gethostbyaddr is a built in command to the Python programming language. It resides in the socket module. Taking an IP address as an input, it performs a reverse-DNS lookup to retrieve a list of strings. Among the outputs is the host name corresponding to that IP address.