I apologize for the broad question. But I have a list of IP addresses, and would like to connect them to the companies they came from.
I'm not interested in identifying personal IP address information (probably not even possible) but I figure there must be a way to identify if the IP address is associated with a large corporation.
Whois.net usually only gives the ISP name, not the company name.
Thank you
The http://ipinfo.io API (my own service) returns the company name as the org field:
You can get just that field by adding /org to the URL:
You can combine this with some other commands to do a bulk lookup of all of your IPs and see what company they belong to:
You can find out more details about the API at http://ipinfo.io/developers.
I suggest trying out Ipregistry (disclaimer: I run the service).
Ipregistry returns company data along with the company domain name when available. You also get IP type classification, many more data such as threat data that allows detecting and preventing fraud.
For a quick try, just open the next link in your browser:
https://api.ipregistry.co/198.252.206.16?key=tryout&pretty=true
ipdata.co provides an API endpoint (https://api.ipdata.co) that provides such information (I run this service)
Ipdata has 10 endpoints around the world each able to handle >800M calls daily!
Gives
If you have the IP address you can go to who.is and enter the IP. If you then scroll down you will find a feild where it says "OrgName:" and there you got it :)
Here is a image of when I did a search on 74.125.228.72 (youtube.com owned by Google):