TO KNOW SITES YOUR COMPUTER SECRETLY CONNECTING TO


SUBMITTED BY: Chamoworld

DATE: Nov. 20, 2017, 5:45 p.m.

FORMAT: Text only

SIZE: 2.8 kB

HITS: 398

  1. Has your Internet connection become slower than it should be?
  2. There may be a chance that you have some malware, spyware,
  3. or adware that is using your Internet connection in the
  4. background without your knowledge. Here’s how to see what’s
  5. going on under the hood.
  6. It’s worth noting that most third-party firewalls will probably give you
  7. this same type of information as well as block things that are trying to
  8. connect… unless the applications managed to add an exclusion already.
  9. Better check anyway.
  10. So, how do you find out what the problem is? There is an easy method using the netstat
  11. command from a command prompt window. This works with Windows 10, 8, 7, Vista, and XP.
  12. If you’re still using XP, make sure you are running at least Service Pack 2,
  13. and just assume that somebody already hacked your computer because your operating
  14. system is now a teenager.
  15. We will use the netstat command to generate a list of everything that has made an
  16. Internet connection in a specified amount of time. To use the netstat command,
  17. you must run the command prompt window as administrator.
  18. press windows key plus r and type cmd. press enter.(make sure you run it as admin)
  19. At the command prompt, type the following command and press Enter.
  20. netstat -abf 5 > activity.txt
  21. The –a option shows all connections and listening ports, the –b option
  22. shows you what application is making the connection, and the –f option
  23. displays the full DNS name for each connection option for easier
  24. understanding of where the connections are being made to.
  25. You can also use the –n option if you wish to only display the IP address.
  26. The 5 option will poll every 5 seconds for connections to make it more easy to track
  27. what is going on, and the results are then piped into the activity.txt file.
  28. Wait about two minutes and then press Ctrl + C to stop the recording of data.
  29. Once you’ve finished recording data, you can simply open the activity.txt file in your
  30. favorite editor to see the results, or you can type activity.txt at the command line to
  31. open it in Notepad.
  32. The resulting file will list all processes on your computer (browsers, IM clients,
  33. email programs, etc.) that have made an internet connection in the last two minutes,
  34. or however long you waited before pressing Ctrl + C. It also lists which processes
  35. connected to which websites.
  36. If you see process names or website addresses with which you are not familiar, you
  37. can search for “what is (name of unknown process)” in Google and see what it is.
  38. It may be a system function you don’t know about or a function of one of your running
  39. programs. However, if it seems like a bad site, you can use Google again to
  40. find out how to get rid of it.

comments powered by Disqus