nerdexam
CompTIA

SY0-501 · Question #290

A website administrator has received an alert from an application designed to check the integrity of the company's website. The alert indicated that the hash value for a particular MPEG file has…

The correct answer is E. Steganography. The administrator found that an MPEG file's hash changed while its content appeared the same, which is a characteristic outcome of steganography.

Submitted by carlos_mx· Mar 4, 2026Threats, vulnerabilities, and mitigations

Question

A website administrator has received an alert from an application designed to check the integrity of the company's website. The alert indicated that the hash value for a particular MPEG file has changed. Upon further investigation, the media appears to be the same as it was before the alert. Which of the following methods has MOST likely been used?

Options

  • ACryptography
  • BTime of check/time of use
  • CMan in the middle
  • DCovert timing
  • ESteganography

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    7% (2)
  • C
    3% (1)
  • E
    77% (23)

Why each option

The administrator found that an MPEG file's hash changed while its content appeared the same, which is a characteristic outcome of steganography.

ACryptography

Cryptography is a broad field encompassing secure communication, including encryption and hashing, but doesn't specifically describe the method of altering a file's hash while maintaining its perceived content.

BTime of check/time of use

Time of check/time of use (TOCTOU) describes a race condition vulnerability, which is unrelated to hidden data within a file altering its hash.

CMan in the middle

Man in the middle (MITM) describes an attack where an attacker intercepts communication, not the specific method of embedding data invisibly within a file's content.

DCovert timing

Covert timing channels are methods of transmitting information by manipulating the timing of system events or processes, which is not applicable to a file's content and hash changing.

ESteganographyCorrect

Steganography is the practice of concealing a file, message, image, or video within another file, making the changes imperceptible to human senses but altering the underlying binary data. This alteration would cause the file's hash value to change, even if the visible media appears identical.

Concept tested: Steganography and data hiding principles

Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/steganography

Topics

#steganography#file integrity#covert channels#data hiding

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice