jpegadv_outguess_detect
Detect OutGuess steganography in JPEG files by analyzing second-order statistics and inter-block DCT coefficient correlations to uncover hidden data.
Instructions
OutGuess steganography detection. OutGuess embeds data in DCT coefficients and adjusts unused coefficients to preserve first-order statistics. Detects by analyzing second-order statistics (inter-block coefficient correlations) that OutGuess disrupts, and checks for preserved histogram with disrupted spatial correlations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the JPEG file to analyze for OutGuess steganography |