strings Command
The strings command extracts and displays viewable characters stored within a binary.
- helps to reveal different characteristics of a binary, including how it operates
- useful for locating unique sequences of characters for custom malware signature detection and how a binary is designed to work
- Strings analysis can often reveal URLs and IP addresses used by the binary