-->

Monday, April 23, 2018

Steganalysis is the study of detecting messages hidden using steganography; this is analogous to cryptanalysis applied to cryptography.

Overview




Steganography Detection - HPR:108 Computer Forensics Instructor : Dr.Victor Fay-Wolfe Africa Smith.

The goal of steganalysis is to identify suspected packages, determine whether or not they have a payload encoded into them, and, if possible, recover that payload.

Unlike cryptanalysis, where it is obvious that intercepted data contains a message (though that message is encrypted), steganalysis generally starts with a pile of suspect data files, but little information about which of the files, if any, contain a payload. The steganalyst is usually something of a forensic statistician, and must start by reducing this set of data files (which is often quite large; in many cases, it may be the entire set of files on a computer) to the subset most likely to have been altered.

Basic techniques


Steganalysis algorithms for detecting the... (PDF Download Available)
Steganalysis algorithms for detecting the... (PDF Download Available). Source : www.researchgate.net

The problem is generally handled with statistical analysis. A set of unmodified files of the same type, and ideally from the same source (for example, the same model of digital camera, or if possible, the same digital camera; digital audio from a CD MP3 files have been "ripped" from; etc.) as the set being inspected, are analyzed for various statistics. Some of these are as simple as spectrum analysis, but since most image and audio files these days are compressed with lossy compression algorithms, such as JPEG and MP3, they also attempt to look for inconsistencies in the way this data has been compressed. For example, a common artifact in JPEG compression is "edge ringing", where high-frequency components (such as the high-contrast edges of black text on a white background) distort neighboring pixels. This distortion is predictable, and simple steganographic encoding algorithms will produce artifacts that are detectably unlikely.

One case where detection of suspect files is straightforward is when the original, unmodified carrier is available for comparison. Comparing the package against the original file will yield the differences caused by encoding the payloadâ€"and, thus, the payload can be extracted.

Advanced techniques


Steganography Greg Mitchell COS413 Computer Forensics Professor ...
Steganography Greg Mitchell COS413 Computer Forensics Professor .... Source : slideplayer.com

Noise floor consistency analysis

In some cases, such as when only a single image is available, more complicated analysis techniques may be required. In general, steganography attempts to make distortion to the carrier indistinguishable from the carrier's noise floor. In practice, however, this is often improperly simplified to deciding to make the modifications to the carrier resemble white noise as closely as possible, rather than analyzing, modeling, and then consistently emulating the actual noise characteristics of the carrier. In particular, many simple steganographic systems simply modify the least-significant bit (LSB) of a sample; this causes the modified samples to have not only different noise profiles than unmodified samples, but also for their LSBs to have different noise profiles than could be expected from analysis of their higher-order bits, which will still show some amount of noise. Such LSB-only modification can be detected with appropriate algorithms, in some cases detecting encoding densities as low as 1% with reasonable reliability.

Further complications


Figure 5 from StegExpose - A Tool for Detecting LSB Steganography ...
Figure 5 from StegExpose - A Tool for Detecting LSB Steganography .... Source : www.semanticscholar.org

Encrypted payloads

Detecting a probable steganographic payload is often only part of the problem, as the payload may have been encrypted first. Encrypting the payload is not always done solely to make recovery of the payload more difficult. Most strong ciphers have the desirable property of making the payload appear indistinguishable from uniformly-distributed noise, which can make detection efforts more difficult, and save the steganographic encoding technique the trouble of having to distribute the signal energy evenly (but see above concerning errors emulating the native noise of the carrier).

Barrage noise

If inspection of a storage device is considered very likely, the steganographer may attempt to barrage a potential analyst with, effectively, misinformation. This may be a large set of files encoded with anything from random data, to white noise, to meaningless drivel, to deliberately misleading information. The encoding density on these files may be slightly higher than the "real" ones; likewise, the possible use of multiple algorithms of varying detectability should be considered. The steganalyst may be forced into checking these decoys first, potentially wasting significant time and computing resources. The downside to this technique is it makes it much more obvious that steganographic software was available, and was used.

Conclusions and further action


Steganography Part 2 â€
Steganography Part 2 â€" Detection and Research. Introduction to .... Source : slideplayer.com

Obtaining a warrant or taking other action based solely on steganalytic evidence is a very dicey proposition unless a payload has been completely recovered and decrypted, because otherwise all the analyst has is a statistic indicating that a file may have been modified, and that modification may have been the result of steganographic encoding. Because this is likely to frequently be the case, steganalytic suspicions will often have to be backed up with other investigative techniques.

See also


Performance Study of Steganalysis Techniques (PDF Download Available)
Performance Study of Steganalysis Techniques (PDF Download Available). Source : www.researchgate.net

References


Steganography Part 2 â€
Steganography Part 2 â€" Detection and Research. Introduction to .... Source : slideplayer.com

Bibliography


A Better Detection of 2LSB Steganography... (PDF Download Available)
A Better Detection of 2LSB Steganography... (PDF Download Available). Source : www.researchgate.net

  • Geetha, S; Siva S.Sivatha Sindhu (October 2009). "Blind image steganalysis based on content independent statistical measures maximizing the specificity and sensitivity of the system". Computers and Security. Elsevier, Science Direct. 28 (7): 683â€"697. doi:10.1016/j.cose.2009.03.006. Retrieved 9 December 2009. 
  • Geetha, S; Dr. N. Kamaraj (July 2010). "Evolving decision tree rule based system for audio stego anomalies detection based on Hausdorff distance statistics". Information Sciences. Elsevier, Science Direct. 180 (13): 2540â€"2559. doi:10.1016/j.ins.2010.02.024. Retrieved September 9, 2011. 

External links


Steganography Part 2 â€
Steganography Part 2 â€" Detection and Research. Introduction to .... Source : slideplayer.com

  • Steganalysis research and papers by Neil F. Johnson addressing attacks against Steganography and Watermarking, and Countermeasures to these attacks.
  • Research Group. Ongoing research in Steganalysis.
  • Digital Invisible Ink Toolkit An open-source image steganography suite that includes both steganography and steganalysis implementations.
  • Steganography - Implementation and detection Short introduction on steganography, discussing several information sources in which information can be stored
  • StegSecret. StegSecret is a java-based multiplatform steganalysis tool. This tool allows the detection of hidden information by using the most known steganographic methods. It detects EOF, LSB, DCTs and other techniques. (steganography - stegoanalysis).
  • Virtual Steganographic Laboratory (VSL). Contains LSB RS-Analysis and blind (universal) BSM-SVM steganalysis. Application is free, platform-independent graphical block diagramming tool that allows complex using, testing and adjusting of methods both for image steganography and steganalysis. Provides modular, plug-in architecture along with simple GUI.

Image steganography and steganalysis - Semantic Scholar
Image steganography and steganalysis - Semantic Scholar. Source : www.semanticscholar.org

 
Sponsored Links