300-215 exam dumps

300-215 practice question 195 of 229

Conducting Forensic Analysis and Incident Response Using Cisco Technologies for Cybersecurity. Professional level, Cisco. Free question with the correct answer and a full explanation.

300-215 Question 195

Select 4

During a forensic investigation, you are tasked with analyzing a suspicious binary file to identify malicious behavior. Using objdump and other CLI tools such as Linux utilities, Python, or Bash scripts, which of the following actions would help you extract executable instructions and identify potential indicators of compromise?

  1. A

    Use objdump -d to disassemble the binary and analyze its assembly code.

  2. B

    Leverage a Python script to calculate the hash of the binary for comparison with known malware signatures.

  3. C

    Run the binary directly in the terminal to observe its behavior.

  4. D

    Use strings command to extract printable text from the binary.

  5. E

    Analyze the binary's file header using objdump -x to gather metadata, such as entry point and section details.

Show answer and explanation

Correct answers: A, B, D, E

Explanation

During forensic analysis, safe and effective methods such as disassembling the binary, calculating its hash, extracting readable strings, and inspecting its metadata are essential for identifying malicious behavior. Running the binary directly is unsafe and should be avoided as it could execute harmful operations.

  • A. Correct.

    Correct: objdump -d disassembles the binary, allowing you to inspect its assembly instructions and potentially identify malicious code patterns.

  • B. Correct.

    Correct: Calculating the binary's hash using a Python script helps compare it against known malware databases or verify its integrity.

  • C. Incorrect.

    Incorrect: Running the binary directly can execute malicious code, posing a security risk and contaminating the investigation environment.

  • D. Correct.

    Correct: The strings command extracts readable text from the binary, which can reveal clues like URLs, file paths, or commands used by the malware.

  • E. Correct.

    Correct: Using objdump -x provides detailed metadata about the binary, such as the entry point and section table, which are critical for understanding its structure and behavior.

Timed practice exam

Take a 300-215 practice test under exam conditions

75 questions in 120 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam