I'm trying to identify an IP address that my workstations are trying to communicate with during the middle of the night. Is there a ping command that would tell me who the IP address belongs to?
i.e.: ping www.google.com will give me googles ip address.
What syntax gives me the site associated with an ip address?
- Follow via:
- RSS
- Email Alert
Question
0
Votes
Answers (3)
0
Votes
try
'pong'.This usually works for me
21st Mar 2007
0
Votes
A few ways to go
http://www.dnstools.com will let you scan who it is, provided it is a legit site. If it isn't, it will be running in stealth and you won't get anything on it.
You can also download netinfo or LANguard and run scans from that.
If it comes back a site, not biggie. If it doesn't, worry.
Also, install ZoneAlarm. It will control what can and can't access the internet.
Most likely it is one of your apps updating normally.
You can also download netinfo or LANguard and run scans from that.
If it comes back a site, not biggie. If it doesn't, worry.
Also, install ZoneAlarm. It will control what can and can't access the internet.
Most likely it is one of your apps updating normally.
21st Mar 2007
0
Votes
ping -a ipaddress
will resolve the address if it's in the ARP cache and is a local host.
If it's an internet host, I agree with jdclyde, go to the site he listed or http://www.demon.net/toolkit/internettools/ and type the ip address in the tracert, DNS or Whois boxes and see what comes up. It's a UK site but we let foreigners use it...
If it's an internet host, I agree with jdclyde, go to the site he listed or http://www.demon.net/toolkit/internettools/ and type the ip address in the tracert, DNS or Whois boxes and see what comes up. It's a UK site but we let foreigners use it...
Updated - 21st Mar 2007

































