How to find application that opened port

D

Durango2008

Hi I am analyzing my network activity and I have found a port that opened up
for UDP connection. I am trying to figure out what has opened up this port
and I cannot.
I installed FPort and it did not list the port being mapped to an
application running on my machine.
Anyway, I am wondering what I should do at this point? are there any other
tools that may help find the culprit program?
I appreciate any info. thank you.
 
E

Ed Metcalfe

Durango2008 said:
Hi I am analyzing my network activity and I have found a port that opened
up for UDP connection. I am trying to figure out what has opened up this
port and I cannot.
I installed FPort and it did not list the port being mapped to an
application running on my machine.
Anyway, I am wondering what I should do at this point? are there any other
tools that may help find the culprit program?
I appreciate any info. thank you.

From the command line you can enter "netstat /a /o".

This will list all active and listening ports and the associated process ID.
Once you have the process ID you can find the process name in Task Manager.

I use TCPView from sysinternals as a more visually appealing way of
monitoring ports:

http://www.microsoft.com/technet/sysinternals/Utilities/TcpView.mspx

Ed Metcalfe
 

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