COMMANDS : get-filehash -algorithm md5 <exe file>

get-filehash -algorithm sha1 <exe file>

get-filehash <exe file> ( Because in powershell the default algorithm we get is SHA256 , so no need to specify keyword here )

PS_Script.PNG

  1. Now open sysinternals and run the autorun application as admin. Wait for sometime to let it collect the informations and display it on the screen.
  2. You can save the autorun output to an “.arn” file which can be reviewed later , also you can collect some values like registry , path , time stamp , etc.. and capture it on your evidence excel sheet.

LINK : https://mh-nexus.de/en/hxd/

NOTE :