![]() |
|
Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. (/Thread-Detecting-RATs-Keyloggers-installed-on-your-PC-using-CMD-and-TaskManager) |
Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - ArcaneFx - 02-09-2013 ![]() As stated in the title, we'll be using TaskManager and CMD for the purposes of this tutorial. ![]() 2. Once that is done, click the "Processes" tab of your TaskManager and click View -> Select Columns -> Make sure that "Process Identifier(PID)" is ticked. ![]() 3. Now click the PID column to make sure that all the processes are sorted in a specific order. This step is not necessary, but it will make it easier for you to detect processes using their IDs. ![]() ![]() Assuming you know how to open up CMD, I'm just going to rush through step 1. 1. Start -> Run -> CMD OR Just type in cmd in the searchbar if you're running a system powered by Windows7. 2. Once cmd is open, I want you to type in "netstat -ano". Your result should be something like this: ![]() 3. Now what we're interested in are only the connections with the state "ESTABLISHED". Isolate them out and look for the PID right next to them. There will be many connections with "ESTABLISHED" state, you'll have to repeat the following steps for all of them. ![]() This is the fun part. Now go back to the TaskManager and look for the name of the process(es) that has the same PID(s) as the one you found with the ESTABLISHED connection(s). ![]() In the above case, it's a safe and trusted application known as Dropbox, so I'm good. But incase you find a process which you do not know, if it's something like svchost.exe that you're sure is infected, right click the process and select "Open File Location". Now all you have to do is right click the file and scan it using your AV or upload it to an online scanner such as VirusTotal.com and check if it's infected. ![]() It's as easy as that. Hope you find this useful. -Arcane.cfg Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - ArcaneFx - 02-09-2013 ![]() As stated in the title, we'll be using TaskManager and CMD for the purposes of this tutorial. ![]() 2. Once that is done, click the "Processes" tab of your TaskManager and click View -> Select Columns -> Make sure that "Process Identifier(PID)" is ticked. ![]() 3. Now click the PID column to make sure that all the processes are sorted in a specific order. This step is not necessary, but it will make it easier for you to detect processes using their IDs. ![]() ![]() Assuming you know how to open up CMD, I'm just going to rush through step 1. 1. Start -> Run -> CMD OR Just type in cmd in the searchbar if you're running a system powered by Windows7. 2. Once cmd is open, I want you to type in "netstat -ano". Your result should be something like this: ![]() 3. Now what we're interested in are only the connections with the state "ESTABLISHED". Isolate them out and look for the PID right next to them. There will be many connections with "ESTABLISHED" state, you'll have to repeat the following steps for all of them. ![]() This is the fun part. Now go back to the TaskManager and look for the name of the process(es) that has the same PID(s) as the one you found with the ESTABLISHED connection(s). ![]() In the above case, it's a safe and trusted application known as Dropbox, so I'm good. But incase you find a process which you do not know, if it's something like svchost.exe that you're sure is infected, right click the process and select "Open File Location". Now all you have to do is right click the file and scan it using your AV or upload it to an online scanner such as VirusTotal.com and check if it's infected. ![]() It's as easy as that. Hope you find this useful. -Arcane.cfg Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - ArcaneFx - 02-09-2013 ![]() As stated in the title, we'll be using TaskManager and CMD for the purposes of this tutorial. ![]() 2. Once that is done, click the "Processes" tab of your TaskManager and click View -> Select Columns -> Make sure that "Process Identifier(PID)" is ticked. ![]() 3. Now click the PID column to make sure that all the processes are sorted in a specific order. This step is not necessary, but it will make it easier for you to detect processes using their IDs. ![]() ![]() Assuming you know how to open up CMD, I'm just going to rush through step 1. 1. Start -> Run -> CMD OR Just type in cmd in the searchbar if you're running a system powered by Windows7. 2. Once cmd is open, I want you to type in "netstat -ano". Your result should be something like this: ![]() 3. Now what we're interested in are only the connections with the state "ESTABLISHED". Isolate them out and look for the PID right next to them. There will be many connections with "ESTABLISHED" state, you'll have to repeat the following steps for all of them. ![]() This is the fun part. Now go back to the TaskManager and look for the name of the process(es) that has the same PID(s) as the one you found with the ESTABLISHED connection(s). ![]() In the above case, it's a safe and trusted application known as Dropbox, so I'm good. But incase you find a process which you do not know, if it's something like svchost.exe that you're sure is infected, right click the process and select "Open File Location". Now all you have to do is right click the file and scan it using your AV or upload it to an online scanner such as VirusTotal.com and check if it's infected. ![]() It's as easy as that. Hope you find this useful. -Arcane.cfg RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - ArcaneFx - 02-12-2013 (02-10-2013, 01:57 AM)Olao99 Wrote: Wow, great tut, thanks. Depends entirely on the type of keylogger. RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - ArcaneFx - 02-12-2013 (02-10-2013, 01:57 AM)Olao99 Wrote: Wow, great tut, thanks. Depends entirely on the type of keylogger. RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - h4ckcode - 02-13-2013 Thanks nice tuto... I really appreciate that i checked and didnt get any in my Pc RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - h4ckcode - 02-13-2013 Thanks nice tuto... I really appreciate that i checked and didnt get any in my Pc RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - Drunk - 02-16-2013 I just found a RAT in my pc mate's laptop with this guide. well i think it was a RAT. :o Thanks mate
RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - warl0ck08 - 09-07-2013 good tutorial brother.. but what if there is an interval time for keylogger to sends logs in email..? Im just asking thank you very much again big help.
RE: Detecting RATs/Keyloggers installed on your PC using CMD and TaskManager. - Hu3c0 - 09-07-2013 Thanks brother it is very good tutorial |