Malware Minute – Strings #forensics #malwareanalysis #strings #malware
In this short, we take a look at using strings for malware analysis against a windows binary.
Linux Commands:
strings -n 10 file.ext (strings with a length of 10 against file.ext)
strings -n 10 file.ext | egrep « exp1|exp2|exp3 » ( string length 10, using egrep to find three expressions in an or statement)
#forensics #socanalyst #malwareanalysis #incidentresponse #dfir #linux #terminal
Views : 442
linux