nerdexam
CompTIA

CS0-003 · Question #50

A security analyst received a malicious binary file to analyze. Which of the following is the best technique to perform the analysis?

The correct answer is C. Reverse engineering. Reverse engineering is the process of decompiling a program to its source code, or of analyzing a binary file to understand its function. This is the best technique to perform the analysis of a malicious binary file, as it allows the analyst to see the code that the malware is…

Submitted by kevin_r· Mar 6, 2026Security operations

Question

A security analyst received a malicious binary file to analyze. Which of the following is the best technique to perform the analysis?

Options

  • ACode analysis
  • BStatic analysis
  • CReverse engineering
  • DFuzzing

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    81% (35)
  • D
    9% (4)

Explanation

Reverse engineering is the process of decompiling a program to its source code, or of analyzing a binary file to understand its function. This is the best technique to perform the analysis of a malicious binary file, as it allows the analyst to see the code that the malware is actually running. This can help the analyst to identify the malware's purpose, its capabilities, and how it spreads.

Topics

#malware analysis#reverse engineering#binary analysis#threat intelligence

Community Discussion

No community discussion yet for this question.

Full CS0-003 Practice