But, sometimes even the antivirus makes mistakes. For example, Avast (which is my personal worst AV, although it's free) didn't pick up a direct connection from USA botnet to my friends PC, which was installed from a Google Chrome extension.
How did I stop that connection? Here are the steps:
- Start "Command Prompt" (Win+R -> type "cmd" without the quotes)
- Type "netstat -a" (without the quotes)
- If you like the IPs exported to a file, type "netstat -a -> file.txt". A "file.txt" file will be created in the directory you are in.
- If you notice some suspicious IPs there, you can Google them, and if they lead to nowhere, or they lead to some site that you do not recognize, it's best to add them to the "hosts" file (next step).
- Open Windows Explorer, and go to "C:\Windows\System32\drivers\etc\". You will find a "hosts" file without any extension.
- Double-click the file, and open it with Notepad.
- Below the lines which have "#" add "127.0.0.1" followed by space, and then the IP you want to block.
- Save the file, restart the PC, and all the IPs(and addresses) you added will be blocked next time your PC starts.
Good luck!
0 comments:
Post a Comment