Basic file information
file <file.exe>
strings <file.exe> | less
exiftool <file.exe>
Identify packer
die <file.exe>
Hash for reputation check
Search the Hash in Virus total
sha256sum <file.exe>
md5sum <file.exe>
PE metadata
exiftool <file.exe> | grep -i "original\|internal\|company"
Unpacking
upx -d <file.exe> -o unpacked.exe
Last updated 4 days ago