CompTIA CySA+ CS0-003 Practice Question
A cybersecurity analyst is investigating a suspected malware incident on a Windows server. Which of the following commands would be MOST effective for extracting ASCII strings from a suspicious binary file to identify potential malware indicators?
grep 'http' suspiciousfile.exe
strings -u suspiciousfile.exe
file suspiciousfile.exe
strings -a suspiciousfile.exe