Steganalisis
Steganalysis is the field concerned with detecting the presence of steganography, the practice of embedding hidden information within ordinary media such as digital images, audio, video, or network traffic. The goal is to determine whether a payload exists, identify the type of steganography used when possible, and, in some cases, recover or extract the hidden data without damaging the cover medium.
Steganalysis distinguishes between targeted (or dedicated) analysis, which looks for specific known embedding methods, and blind
Techniques rely on statistical, structural, or perceptual inconsistencies introduced by embedding. Common approaches include feature-based analyses,
Practical steganalysis follows a workflow: collect suspect media, preprocess, extract features, apply classifiers, and validate decisions.