Getting Started with Strings Analysis - Linux Architecture

Read Lab Instruction

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

Tool: strings – Linux 

Question 1: Is there any modules that is related to files? 

Question 2: Is there any modules that is related to registries?

Question 3: Are there any strings that indicates how this sample execute its commands?

Question 4: Does the sample has the ability to connect to the internet?

Question 5: Can you identify what type of malware? Can you provide clues?

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