Steganography
There are many ways to embed data into different file formats. Common file formats are often used by hackers to hide data in them. By doing so, exfiltration time is often longer but stealthier.
Identification
$ file file.ext
$ strings file.extExtract & Embed data - JPG, PNG, GIF, TIFF, BMP
$ pip3 install stegoveritas
$ stegoveritas_install_deps
$ stegoveritas file.extExtract & Embed data - JPEG, BMP, WAV, AU
$ steghide extract -sf image.jpeg
$ steghide extract -sf image.jpeg -p PASSWORD_TO_DECRYPTExtract & Embed data - PNG, BMP
StegSeek - Steganography passphrase cracking
Unicode - Homoglyphs & Homographs
Exiftool - Metadata
Audio - Spectrograph analysis


Last updated