nerdexam
(ISC)2

CISSP · Question #23

A software scanner identifies a region within a binary image having high entropy. What does this MOST likely indicate?

The correct answer is C. Obfuscated code. Obfuscated code is a type of code that is deliberately written or modified to make it difficult to understand or reverse engineer. Obfuscation techniques can include changing variable names, removing comments, adding irrelevant code, or encrypting parts of the code. Obfuscated co

Submitted by fatema_kw· Mar 5, 2026Software Development Security

Question

A software scanner identifies a region within a binary image having high entropy. What does this MOST likely indicate?

Options

  • AEncryption routines
  • BRandom number generator
  • CObfuscated code
  • DBotnet command and control

How the community answered

(53 responses)
  • A
    13% (7)
  • B
    6% (3)
  • C
    77% (41)
  • D
    4% (2)

Explanation

Obfuscated code is a type of code that is deliberately written or modified to make it difficult to understand or reverse engineer. Obfuscation techniques can include changing variable names, removing comments, adding irrelevant code, or encrypting parts of the code. Obfuscated code can have high entropy, which means that it has a high degree of randomness or unpredictability. A software scanner can identify a region within a binary image having high entropy as a possible indication of obfuscated code. Encryption routines, random number generators, and botnet command and control are not necessarily related to obfuscated code, and may not have high

Topics

#binary analysis#code obfuscation#entropy analysis#malware analysis

Community Discussion

No community discussion yet for this question.

Full CISSP Practice