In the detection of image-based steganography, the "RS steganalysis" technique…
2026
In the detection of image-based steganography, the "RS steganalysis" technique is primarily used to identify which of the following?
- A.
Hidden audio content
- B.
Modified EXIF metadata
- C.
Pixel relationship irregularities
- D.
None of these
Show answer & explanation
Correct answer: C
Concept
Steganalysis is the set of techniques used to detect the presence of hidden data embedded via steganography, without necessarily extracting the message itself. Many image-steganography methods embed data by replacing the least-significant bit (LSB) of pixel values; statistical steganalysis techniques exploit the fact that natural, unaltered images have characteristic correlations among neighbouring pixel values, and LSB embedding perturbs those correlations in a measurable, systematic way.
Application
RS (Regular-Singular) steganalysis, introduced by Fridrich, Goljan and Du, formalises this idea: it partitions the image into small groups of adjacent pixels, applies a fixed flipping mask to the LSBs within each group, and uses a discrimination (smoothness) function to classify every group as “regular” or “singular” depending on how that flip changes the function's value. In an unaltered image, the regular/singular group counts follow a predictable statistical pattern; LSB-embedded data skews that pattern in a way the flipping procedure exposes. Measuring this skew — i.e., the irregularities in the relationships among grouped pixel values that the flip-and-classify procedure reveals — is exactly what RS steganalysis is built to identify.
Why the other choices don't fit RS analysis's mechanism
Hidden audio content: audio steganalysis works over the sample-domain of a sound file (its waveform/amplitude values), a completely different data structure from the two-dimensional pixel array RS-type analysis operates over.
Modified EXIF metadata: EXIF fields are a separate header block (camera make, timestamp, GPS tags, etc.) stored independently of the pixel array; verifying them means comparing metadata field values or hashes, not computing any statistic over pixel groups.
None of these: this would only be correct if RS analysis's target lay outside all three specific mechanisms named among the choices — which it does not, since its defining mechanism is precisely a statistical measure computed over grouped pixel values.
Therefore, RS steganalysis is used to identify pixel relationship irregularities — the statistical shifts in regular/singular pixel-group counts caused by LSB-based steganographic embedding.