There are several online services that you can use to discover the owner of an IP Address. IP-Lookup is one popular example, and works by checking the database of registered IP addresses and domain names to check for details relating to the owner of the IP.

click to enlarge
Visit
http://ip-lookup.net/ to use this service, and enter the IP address in question into the
Lookup an IP address: field.
Finding an IP address is simple – on a Windows computer, open the command line (WINKEY + R > type “cmd” and click OK) and then use the ping command. For instance finding the IP address of www.brighthub.com can be achieved with the command:
ping www.brighthub.com
Meanwhile on a Mac you can ping a URL using Applications > Utilities > Network Utility > Ping – just enter the URL and click the Ping button.
Linux users can ping a URL using the Terminal:
ping –c 4 www.brighthub.com
(The –c 4 setting determines how many packets are sent, in this case four.)
One thing that you might find useful with IP-Lookup is that it will accept traditional IPv4 (123.456.789.123 format) IP addresses as well as the IPv6 format addresses (2001:0db8:85a3:0000:0000:8a2e:0370:7334). This should enable you to find out as much information as possible regardless of the IP address information you have found so far.