|
Posted by dave on October 22, 2006, 11:02 pm
If you were Registered and logged in, you could reply and use other advanced thread options Jim Watt wrote:
>
>> Sebastian Gottschalk wrote:
>>> dave wrote:
>>>
>>>> My question is: Can I identify the processes on my win2k box
>>>> which are generating these attempts to communicate.
>>> netstat -ano
>> Thanks for the reply. I had already looked at netstat on my win2k box
>> but it does not identify the process which is associated with the port
>> being open. This netstat does not seem to accept the "o" option.
>> netstat -ano just displays the help screen and netsat -an
>> only displays
>>
>> TCP 0.0.0.0:49038 0.0.0.0:0 LISTENING
>> UDP 0.0.0.0:49038 *:*
>>
>> for example which was associated with my iptables log for that port.
>>
>>
>> Oct 22 13:09:34 IN=eth1 OUT=eth0 SRC=192.168.1.13 DST=81.105.6.18
>> LEN=142 TOS=0x00 PREC=0x00 TTL=127 ID=38884 PROTO=UDP SPT=49038
>> DPT=43184 LEN=122
>
>
> Get process monitor from sysinternals (freeware)
>
> www.sysinternals.com/Utilities/ProcessExplorer.html
>
> It will tell.
>
> --
> Jim Watt
> http://www.gibnet.com
Thanks,
I installed it and it is a good beginning.
Dave
|