Basic Static Analysis (Part 1)

TStillz
11 min readNov 19, 2018

As mentioned in my prior post, I’ve found that malware analysis can be grouped into four categories:

  • Basic Static (what this post will cover)
  • Basic Dynamic
  • Advanced Static
  • Advanced Dynamic

Basic Static

When performing basic static analysis, we don’t execute the code or dig into disassembly. The idea is to obtain a quick overview of the structure of the sample and identify any low-hanging fruit. These items can be IP’s, domains, hash lookups or even…

--

--

TStillz

Posting on various topics including incident response, malware analysis, development and finance/investing automation.