Skip to content

How To Blog

  • How To Rip a Music CD Using iTunes iTunes
  • Use an Old Web Cam To Monitor Your Property for Free Tools Review
  • 5 Ways To Force Quit Apps On Your Mac OS X
  • How to Open an HTML File in Google Chrome How-To
  • adobe premiere pro split clip 2021 Computer Tips
  • How to Configure a Router for Remote Desktop Networking
  • How to Create and Use a Password Reset Disk in Windows 10 How-To
  • Differences Between Microsoft Excel Online And Excel For Desktop Office Tips

Monitor Hidden Website and Internet Connections

Posted on October 6, 2020 By blog_786 No Comments on Monitor Hidden Website and Internet Connections

You can be sure that your computer is connected to the server that hosts my website while you read this article, but in addition to the obvious connections to the sites open in your web browser, your computer can connect to a variety of other servers. which are not visible.

In most cases, you really won’t want to do anything written in this article as it requires a lot of technical things to consider, but if you think that there is a program on your computer that should not be there to communicate secretly on the Internet described below methods will help you discover something unusual.

It’s worth noting that a computer running an operating system like Windows with multiple programs installed will by default establish many connections to external servers. For example, on my Windows 10 PC, after a restart and no programs running, multiple connections are made by Windows itself, including OneDrive, Cortana, and even desktop search. Read my article on securing Windows 10 to find out how you can prevent Windows 10 from communicating with Microsoft servers too often.

There are three ways to monitor your computer’s Internet connections: via the command line, using the resource monitor, or using third-party programs. I will mention the command line last because it is the most technical and the most difficult to decipher.

Supplier Monitor

The easiest way to check all of your computer’s connections is to use Resource Monitor. To open it, you have to click “Start” and then enter “Resource Monitor”. You will see several tabs at the top and we want to click on Network.

Monitor Hidden Website and Internet Connections

On this tab, you will see several sections with different types of data: processes with network activity, network activity, TCP connections and listening ports.

Monitor Hidden Website and Internet Connections

All data listed on these screens is updated in real time. You can click the header in any column to sort the data in ascending or descending order. In the “Processes with network activity” section, the list includes all processes that have some kind of network activity. You will also be able to see the total amount of data sent and received in bytes per second for each process. You will notice that there is an empty checkbox next to each process that can be used as a filter for all other sections.

For example, I didn’t know what nvstreamsvc.exe was, so I checked it and then looked at the data in other sections. In the “Network Activity” section, you want to view the “Address” field, which should contain the IP address or DNS name of the remote server.

Monitor Hidden Website and Internet Connections

By itself, the information here does not necessarily help you understand whether this is a good or bad thing. You should use some third party websites to help you identify the process. First, if you don’t know the name of the process, google it using the full name, for example nvstreamsvc.exe.

Monitor Hidden Website and Internet Connections

Always click at least the first four or five links, and you will immediately know if the program is safe. In my case it was due to NVIDIA streaming service, which is safe but I don’t need to. Specifically, this process is for streaming games from your PC to NVIDIA Shield, which I don’t have. Unfortunately, when you install the NVIDIA driver, it installs many other features that you don’t need.

Since this service runs in the background, I never knew it existed. It wasn’t showing up on the GeForce panel, so I assumed I just had the driver installed. Once I realized that I didn’t need this service, I was able to uninstall some NVIDIA software and get rid of the service that was constantly communicating over the network, although I never used it. This is one example of how examining each process can help you not only identify possible malware, but also remove unnecessary services that could be exploited by hackers.

Second, you must find the IP address or DNS name specified in the Address field. You can use a tool like DomainTools to provide you with the information you need. For example, in the “Network Activity” section, I noticed that the steam.exe process is connecting to the IP address 208.78.164.10. When I hooked it up to the tool mentioned above, I was delighted to know that the domain is controlled by Valve, the company that owns Steam.

Monitor Hidden Website and Internet Connections

If you see an IP address connecting to a server in China, Russia, or some other strange place, you might have a problem. A Google search usually brings you to articles on how to remove malware.

Third-party software

The Resource Monitor is great and provides a lot of information, but there are other tools that can give you a little more information. I recommend two tools – TCPView and CurrPorts Both look pretty much the same, except that CurrPorts provides a lot more data. Here is a screenshot of TCPView:

Monitor Hidden Website and Internet Connections

The most interesting are the lines with the ESTABLISHED state. You can right-click any line to end the process or close the connection. Here is a screenshot of CurrPorts:

Look at the ESTABLISHED connections again when viewing the list. As you can see from the scrollbar at the bottom, CurrPorts has a lot more columns for each process. You can actually get a lot of information with these programs.

Command line

Finally, there is the command line. We will use the netstat command to provide us with detailed information about all current network connections being output to the TXT file. Information is essentially a subset of what you get from Resource Monitor or third-party programs, so it is really only useful for technicians.

Here’s a small example. First, open an administrator command prompt and enter the following command:

netstat -abfot 5> c: activity.txt

Monitor Hidden Website and Internet Connections

Wait a minute or two and then press CTRL + C on your keyboard to stop capturing. The above netstat command will collect all network connection data every five seconds and save it to a text file. The –abfot part is a set of parameters with which we can get additional information in the file. Here’s what each parameter means, in case you’re wondering.

Monitor Hidden Website and Internet Connections

When you open the file, you will see almost the same information we got from the other two methods above: process name, protocol, local and remote port numbers, remote IP / DNS name, connection status, process ID, etc.

Monitor Hidden Website and Internet Connections

Again, all this data is the first step towards determining if something suspicious is happening or not. You will have to google a lot, but this is the best way to find out if someone is spying on you or if malware is sending data from your computer to some remote server. If you have any questions, do not hesitate to comment. Enjoy!

–

Share this:

  • Twitter
  • Facebook
Computer Tips Tags:Command line

Post navigation

Previous Post: The Best Utilities to Customize Windows 10
Next Post: How to Copy/Transfer Files to iPad

Related Posts

  • Fix Windows Live Mail Error 0x800CCC0B Computer Tips
  • How to Create Your Own Fonts and Edit TrueType Fonts Computer Tips
  • 8 Ways to Fix “Failed to Send” Error in Snapchat Computer Tips
  • How to Create, Mount, and Burn ISO Image Files for Free Computer Tips
  • How to find backed up photos on google Computer Tips
  • How to Reset or Unfreeze an iPod Nano, iPod Touch, iPod Classic, or iPod Shuffle Computer Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • Linux
  • Linux Tips
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • Reset method for PS4 controller
  • 7 Best Machine Translation Software or AI Translators to Try in 2023
  • How To Set Android Screen Time Run
  • How To Set Android Screen Time Run
  • How to set your own routes in Google Maps
DMCA.com Protection Status

Recent Posts

  • Reset method for PS4 controller
  • 7 Best Machine Translation Software or AI Translators to Try in 2023
  • PopuPiano: The Smart Portable Piano Review
  • Ugreen 65W USB-C Charger vs. VOLTME Revo 140 PD3.1
  • How to Use Array Formulas in Google Sheets

Recent Comments

  1. How To Set Android Screen Time Run - How To Blog on 13 Typing Games for Kids to Learn How To Type Faster
  2. How To Set Android Screen Time Run - How To Blog on The Best Apps To Monitor Internet Usage
  3. Easy Ways to Change Fonts in WordPress - How To Blog on How to Speed Up a WordPress Site in 11 Steps
  4. Easy Ways to Change Fonts in WordPress - How To Blog on How to Install a Theme on WordPress
  5. How to set your own routes in Google Maps - How To Blog on Add Google Maps Driving Directions to Your Website
  • Best calculator tape roll 2 1/4 2020

    Best calculator tape roll 2 1/4 2020

  • Fix “Windows is unable to install to the selected location” in Windows 7 or Vista Windows 7
  • Stop Windows 7 from Automatically Installing Device Drivers Windows 7
  • A Beginner’s Guide To Bitcoin & Bitcoin Wallets Computer Tips
  • Should you charge your phone overnight Smartphones
  • How to Optimize Windows 10 for Gaming Windows 10
  • Best cfa calculator 2020

    Best cfa calculator 2020

  • Hide Text and Show Hidden Text in Word MS Office Tips

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version