Getting Started with Strings Analysis - Windows

Read Lab Instruction

Scenario: You are tasked with performing static analysis on a flagged sample.

Tool: strings by sysinternals

Question 1: Can you identify all strings that contains “dll” inside the file?

Question 2: Can you pull strings that has get on it?

Question 3: Is there any strings that indicates network connectivity?

Question 4: Is there any indication of file related modules inside the file?

#note: Use a separate isolated machine to perform this task.