Time for some ELForensics
Forensics
Last updated
Was this helpful?
Forensics
Last updated
Was this helpful?
With PowerShell, we can obtain the hash of a file by running the following command: Get-FileHash -Algorithm MD5 file.txt
Another tool you can use to inspect within a binary file (.exe) is Strings.exe
The command to run for the Strings tool to scan the mysterious executable: c:\Tools\strings64.exe -accepteula file.exe
The command to view ADS using Powershell: Get-Item -Path file.exe -Stream *
The command to run to launch the hidden executable hiding within ADS: wmic process call create $(Resolve-Path file.exe:streamname)
596690FFC54AB6101932856E6A78E3A1
5F037501FB542AD2D9B06EB12AED09F0
THM{f6187e6cbeb1214139ef313e108cb6f9}
THM{088731ddc7b9fdeccaed982b07c297c}