Protection from RATs / Keyloggers :

Keyloggers are the commonly used tool for hacking or stealing your personal data like passwords , IDs and even your ATM pin during online transcations...
So I am providing you a tutorial to detect these keyloggers and and how to protect from them..


Step 1 :- Open task manager (Ctrl+shift+esc) -> Processess -> View -> select columns -> Tick PID

Note :- You can click on "processess" tab to arrange the list in ascending or descending order, just for your convenience in searching the items for the next steps.

Step 2 :- Open command prompt and type "netstat -ano"
Now you have to look for only Established PID

Step 3 :- Again go back to processess and match the PID of established connection with the PID in processess

Step 4 :- Look at its image name. If you found name of trusted applications like "explorer.exe" or "firefox.exe" there's nothing to worry..You are safe
But If you found any suspicious name like "svchost.exe" or anyother which you haven't saw earlier you have chances of keyloggers installed in your system.

Step 5 :- Right click the suspicious file -> Open file locations and upload that file to any online scanners
If you have any keylogger installed it will detect it easily, For your satisfaction check that file in atleast 2-3 online scanners

That's all for today
Hope you find it useful :)