How to know which program is using the WebClient service?

Posted by sork on Super User See other posts from Super User or by sork
Published on 2010-01-16T12:51:51Z Indexed on 2010/04/01 8:03 UTC
Read the original article Hit count: 343

Filed under:
|
|

Hello,

I just found out by using TCPView that one of my svchost.exe had an http connection in "CLOSE_WAIT" to a strange ip address, although no other visible program was running.

With the help of Process Explorer I discovered that this svchost was using the WebClient windows service.

I'm wondering how I can figure out what program used WebClient to connect to this ip, in order to determine if it's malware.

© Super User or respective owner

Related posts about Windows

Related posts about windows-services