2

I want to Monitor websites getting connected by exes installed on my system. I suspect one of the exes I've installed is remotely connecting to some spammy website to send information secretly. Rather I wish to find any hidden exe which is trying to connect to particular site.

Can I use fiddler to check this? Also, I would love to have any logging mechanism to log exe name, Location and websites requested.

I am using Windows 7.

1

1 Answer 1

2

I want to Monitor websites getting connected by exes installed on my system

You can use TcpLogView from Nirsoft:

TcpLogView is a simple utility that monitors the opened TCP connections on your system, and adds a new log line every time that a TCP connection is opened or closed.

For every log line, the following information is displayed: Even Time, Event Type (Open, Close, Listen), Local Address, Remote Address, Remote Host Name, Local Port, Remote Port, Process ID, Process Name, and the country information of the Remote IP (Requires to download IP to country file separately.)

This utility works on any version of Windows, starting from Windows 2000 and up to Windows 10. On 64-bit systems, you should use the x64 build of TcpLogView.

Example output:

enter image description here


I would love to have a log mechanism to log exe name, Location and websites

TcpLogView can save the output to a log file:

enter image description here


Disclaimer

I am not affiliated with Nirsoft in any way, I am just an end user of their software.

1
  • Thanks David for your Prompt response. I'll check this out.
    – Sangram
    Commented Apr 11, 2016 at 13:55

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .