LSB Substitution
Definition
Least-significant-bit substitution: the lowest-order bit of each sample value (pixel colour channel or audio sample) is overwritten with one bit of the secret message. Changes are perceptually invisible but create detectable statistical regularities in bit-value distributions.
Related terms
- Adaptive Embedding
- A steganographic strategy that concentrates embedding changes in high-texture or high-noise image regions where they are perceptually and statistically harder to detect....
- Calibration
- A steganalysis technique that estimates the cover image statistics by cropping or decompressing and re-compressing the test image to produce a reference....
- Carrier (Cover Object)
- The original file, image, audio recording, or video clip used to conceal the hidden message. The modified version containing the hidden data...
- Chi-Square Attack
- A specific steganalysis test for LSB substitution in images. It tests whether pairs of pixel values that are related by flipping the...
- Convolutional Steganalysis Network
- A deep neural network trained end-to-end to classify cover versus stego images. Architectures such as XuNet, SRNet, and Yedroudj-Net use learned high-pass...
- Cover Medium
- The original, unmodified carrier file (image, audio, video, or document) into which secret data will be embedded. The cover medium is chosen...
- Covert Channel
- Any communication path that was not intended by the system designer and that bypasses access-control or monitoring policies. Network covert channels are...
- DCT Coefficient Embedding
- A steganographic technique that hides data in the quantised discrete cosine transform coefficients of a JPEG image after compression. Because the embedding...
- DCT Coefficient Manipulation
- A transform-domain technique that embeds data in the discrete cosine transform coefficients of a JPEG block, operating within the compressed representation rather...
- Payload
- The action the malware performs once active: data encryption (ransomware), credential theft (banking trojan), resource hijacking (cryptominer), or system destruction (wiper). The...
- Rich Model (SRM)
- A high-dimensional feature set for steganalysis constructed from joint statistics of pixel prediction residuals computed with many different filter kernels and quantisation...
- Spread-Spectrum Embedding
- A technique that distributes the energy of the hidden message across many frequency components at very low amplitude, similar to a wideband...
Explained in these topics
- Steganalysis: Statistical and Machine Learning Detection MethodsThe simplest steganographic technique: the least-significant bit of each pixel value or sample is overwritten with one bit of the secret message. Payload capac...
- Steganography Methods in Images, Audio, and VideoA spatial-domain technique that replaces the least-significant bit of each pixel's colour channel with one bit of the payload. Cheap to implement, high capacit...
- Steganography Principles and Common Carrier FormatsLeast-significant-bit substitution: the lowest-order bit of each sample value (pixel colour channel or audio sample) is overwritten with one bit of the secret...