Attack SteganographyPartOne
Attack SteganographyPartOne
INFORMATION SECURITY
ASSIGNMENT
----------------------------------------------------------
--------------------------------------------------------------
STEGANOGRAPHY:
The practice of hiding a secret message inside of something that is not secret to avoid detection.
Some examples of steganography involve embedding a secret piece of text inside of a picture, or in
other cases, audio files.
5) Type in the following command: To hide the secret message in secret.txt into our
image.JPG file. “Hidden.txt” is the alternate hidden stream attached to “image.JPG” file.
6) Type in the “/r” command: To view all streams, including the hidden stream. There are
three streams visible here. The “image”, the “secret” file, and the “hidden” data stream.
7) Type in the “/r image.jpg” command: To view ADS attached to image.jpg file.
8) “image.JPG” file AFTER hiding secret message: Visually there is no change in
resolution or size of this image. Since the hidden data is stored as a separate stream in the file system.
Detecting Hidden Data
9) Type in the “more < image.jpg:hidden.txt” command: To view hidden
secret in “hidden.txt” alternate stream file.