LINK : https://winpmem.velocidex.com/

COMMAND : winpmem_mini_x64_rc2.exe w10_memimage.raw

that is in general , <exe> <filename.raw>

LINK : https://accessdata.com/

LINK : https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite

LIVE ASSESSMENT :

  1. Run windows command line network commands to gather info, for example

COMMAND : netstat -anb , provides you who is listening , which services are running on what port , foreign IP addresses etc.

  1. Now go to task manager and check for suspicious process and services.
  2. Once finding those basic details , use the autorun tool from sysinternals and open it using admin privilege. You can see more information on services , registries and how the malware is getting persistance access.
  3. Now make a note of suspicious process , services , its path in autorun . Open powershell ISE in admin , copy those details in a new ISE note , comment it out and then run the below command to get the hash value of the malicious exe.

COMMAND : get-filehash <malicious file path> , and run the powershell it will display the corresponding hash value.

  1. Once you get the hash value , copy it in the notepad , paste it in the transfer folder and quickly analyze the value in the virus total in isolated host environment which has internet connection.

LINK : https://www.virustotal.com/gui/home/search