I've started working with LogParser and agree it's a cool tool. However, I find I want to translate the IP addresses into unique visitors according to their domain name. Is there any way to do that without doing it one by one via an online tool? I don't have to look up many so I don't mind if the solution is to create a batch file that uses some type of command line interface.
What I don't want is a response that includes all of the WhoIs information for a site; I really just want the domain or host or company name associated with the IP address.
Thanks in advance.