[SOLVED] CPE457-Lab 13 DETECTING PACKING AND OBFUSCATION

20.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

The goal of this lab is to analyze executable files in the PE file format to detect packing and code obfuscation techniques. Perform analysis on the following samples, ensure that for each question you provide detailed information supporting your conclusion. This may include screenshots, description of your analysis, sections, imports and strings.

Lab Exercise 1:

Analyze Sample “63d3fbc397585a45b01b456aab953abb” and answer the following questions.  Screenshots and explanations should be included with each answer:

  1. Based off just the imports, what can you tell about the sample?
  2. What does dumping strings tell you about the sample?
  3. What do you notice about the sections table?
  4. Is this sample packed or obfuscated? What led to this conclusion?

 

LAB EXERCISE 2:

Analyze Sample “f55663305088f33b013c5a86bc9520a6” and answer the following questions.  Screenshots and explanations should be included with each answer:

  1. Based off just the imports, what can you tell about the sample?
  2. What does dumping strings tell you about the sample?
  3. How does the sections table differ from the first sample?
  4. Is this sample packed or obfuscated? What led to this conclusion?

LAB EXERCISE 3:

Analyze Sample “69f27b07404cf9c51dd2d2e40fca4d65” and answer the following questions.  Screenshots and explanations should be included with each answer:

  1. Is this program packed or obfuscated? What can you tell about it?
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.