Static Analysis

 Static analysis is the technique of analyzing the suspect file without executing it. It is an initial analysis method that involves extracting useful information from the suspect binary to make an informed decision on how to classify or analyze it and where to focus your subsequent analysis efforts. This chapter covers various tools and techniques to extract valuable information from the suspect binary.

In this chapter, you will learn the following:

  • Identifying the malware's target architecture
  • Fingerprinting the malware
  • Scanning the suspect binary with anti-virus engines
  • Extracting strings, functions, and metadata associated with the file
  • Identifying the obfuscation techniques used to thwart analysis
  • Classifying and comparing ...

Get Learning Malware Analysis now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.