Identifying IP addresses

S

Sue

My firewall alerts me when something wants to either
access the web in a different way or enter my domain; it
identifies it with an IP address.
How can I "translate" that string of numbers into an
address I might recognize (or not)?
Even if it's a Windows svchost.exe item, might it not
contain a virus?
I'm new to the stuff behind the scenes (as you can
probably tell from the way I explain things). Help! Or
should I contact my antivirus people for help?
 
D

Doug Knox MS-MVP

Open a command prompt window and use either of the following commands:

PING -A <IP Address>
TRACERT <IP Address>

Either of these commands will resolve the IP address to a host name if one exists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top