Home All Groups Group Topic Archive Search About

find what software is bind to a port

Author
7 Apr 2005 10:21 AM
Nick
Hi

I am looking for a way to find out what application is bind to what port on
my server. I am in a situation where i know somthing is bind to a port but
dont know what it is. Is there a way to do this.

Thanks
--
Nick

Author
7 Apr 2005 11:15 AM
Daniel
this is what i use.  works great.

http://www.download.com/3000-2085-10062969.html?part=65960&subj=dlpage&tag=button

--

Daniel
MCSE, MCP+I, MCP in Windows 2000/NT

--------------------------------------
remove the 2nd madrid from my mail address to contact me.

Show quoteHide quote
"Nick" <andyn***@hotmail.com> wrote in message
news:ehtiUu1OFHA.1564@TK2MSFTNGP14.phx.gbl...
>
> Hi
>
> I am looking for a way to find out what application is bind to what port
> on my server. I am in a situation where i know somthing is bind to a port
> but dont know what it is. Is there a way to do this.
>
> Thanks
> --
> Nick
>
Are all your drivers up to date? click for free checkup

Author
7 Apr 2005 11:16 AM
Arek Iskra [MVP]
Not sure if that's what you're looking for:
http://www.microsoft.com/downloads/details.aspx?familyid=89811747-c74b-4638-a2d5-ac828bdc6983&displaylang=en

--
Arek Iskra
MVP for Windows Server - Software Distribution


Show quoteHide quote
"Nick" <andyn***@hotmail.com> wrote in message
news:ehtiUu1OFHA.1564@TK2MSFTNGP14.phx.gbl...
>
> Hi
>
> I am looking for a way to find out what application is bind to what port
> on my server. I am in a situation where i know somthing is bind to a port
> but dont know what it is. Is there a way to do this.
>
> Thanks
> --
> Nick
>
Author
7 Apr 2005 11:31 AM
Ion
tcpview from www.sysinternals.com

Show quoteHide quote
"Nick" <andyn***@hotmail.com> wrote in message
news:ehtiUu1OFHA.1564@TK2MSFTNGP14.phx.gbl...
>
> Hi
>
> I am looking for a way to find out what application is bind to what port
> on my server. I am in a situation where i know somthing is bind to a port
> but dont know what it is. Is there a way to do this.
>
> Thanks
> --
> Nick
>
Author
7 Apr 2005 11:35 AM
Todd J Heron
The "Fport" tool from
http://www.foundstone.com/knowledge/intrusion_detection.html will show every
listening port along with the process (PID) on which it is listening .

The command "Netstat -ano"  will show what connections are being made over
what ports but you'll have to cross-reference the asscoiated PID with Task
Manager to see the actual process (image) name.

--
Todd J Heron, MCSE
Windows Server 2003/2000/NT; CCA
----------------------------------------------------------------------------
This posting is provided "as is" with no warranties and confers no rights
Author
7 Apr 2005 11:58 AM
Arek Iskra [MVP]
Spot on! Sometimes it is easy to overlook a tool which is already provided
Show quoteHide quote
:)

--
Arek Iskra
MVP for Windows Server - Software Distribution


Show quoteHide quote
"Todd J Heron" <todd_heron_no_spam@hotmail.com> wrote in message
news:eFXhxX2OFHA.3076@TK2MSFTNGP12.phx.gbl...
> The "Fport" tool from
> http://www.foundstone.com/knowledge/intrusion_detection.html will show
> every
> listening port along with the process (PID) on which it is listening .
>
> The command "Netstat -ano"  will show what connections are being made over
> what ports but you'll have to cross-reference the asscoiated PID with Task
> Manager to see the actual process (image) name.
>
> --
> Todd J Heron, MCSE
> Windows Server 2003/2000/NT; CCA
> ----------------------------------------------------------------------------
> This posting is provided "as is" with no warranties and confers no rights
>

Bookmark and Share