nerdexam
GIAC

GSLC · Question #56

Victor works as a professional Ethical Hacker for SecureNet Inc. He wants to use the Steganographic file system method to encrypt and hide some secret information. Which of the following disk spaces w

The correct answer is A. Hidden partition C. Slack space D. Unused sectors. A steganographic file system hides encrypted data in disk regions that are ignored by normal OS operations, including hidden partitions, slack space, and unused sectors.

Security Architecture & Engineering

Question

Victor works as a professional Ethical Hacker for SecureNet Inc. He wants to use the Steganographic file system method to encrypt and hide some secret information. Which of the following disk spaces will he use to store this secret information? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AHidden partition
  • BDumb space
  • CSlack space
  • DUnused sectors

How the community answered

(42 responses)
  • A
    88% (37)
  • B
    12% (5)

Why each option

A steganographic file system hides encrypted data in disk regions that are ignored by normal OS operations, including hidden partitions, slack space, and unused sectors.

AHidden partitionCorrect

A hidden partition is not listed or mounted by the standard operating system filesystem, making it an isolated storage region where steganographic content can reside without appearing in any normal directory or partition table visible to casual inspection.

BDumb space

Dumb space is not a recognized or standardized term in disk forensics, steganography, or file system theory, and does not correspond to any defined disk region used for data storage or concealment.

CSlack spaceCorrect

Slack space is the unused area that exists between the logical end-of-file marker and the physical end of the last allocated cluster on disk, making it an ideal covert channel to embed hidden data that standard file system tools and forensic scans frequently overlook.

DUnused sectorsCorrect

Unused sectors are raw physical sectors on the disk that have not been allocated to any filesystem partition or cluster, providing storage space for hidden data that is completely invisible to the operating system's normal file access and allocation mechanisms.

Concept tested: Steganographic file system hidden data storage locations

Source: https://csrc.nist.gov/publications/detail/sp/800-101/rev-1/final

Topics

#steganography#slack space#hidden partition#data concealment

Community Discussion

No community discussion yet for this question.

Full GSLC Practice