performing-steganography-detection

Featured

Detect and extract hidden data embedded in images, audio, and other media files using steganalysis tools to uncover covert communication channels.

AI & Automation 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing Steganography Detection ## When to Use - When suspecting covert data hiding in images, audio, or video files - During investigations involving suspected data exfiltration via media files - For analyzing files in espionage or insider threat investigations - When standard file analysis reveals anomalies in media file properties - For detecting communication channels using steganographic techniques ## Prerequisites - StegDetect, zsteg, stegsolve, binwalk for analysis - steghide, OpenStego for extraction attempts - ExifTool for metadata analysis - Python with Pillow, numpy for custom analysis - Understanding of common steganographic techniques (LSB, DCT, spread spectrum) - Sample files for comparison and statistical analysis ## Workflow ### Step 1: Initial File Assessment and Metadata Analysis ```bash # Install steganography detection tools sudo apt-get install steghide stegsnow pip install zsteg pip install stegoveritas gem install zsteg # Ruby-based tool for PNG/BMP # Examine file metadata for anomalies exiftool /cases/case-2024-001/media/suspect_image.jpg | tee /cases/case-2024-001/analysis/metadata.txt # Check for unusual file size (larger than expected for resolution/format) identify -verbose /cases/case-2024-001/media/suspect_image.jpg | head -30 # Verify file type matches extension file /cases/case-2024-001/media/suspect_image.jpg # Confirm JPEG signature vs actual content # Check for appended data after file footer python3 << 'PYEOF' import os file...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

ctf-stego

Use when solving steganography CTF challenges — hidden data in images (PNG/JPG/BMP), audio (WAV/MP3), video, or text. Triggers on "ctf stego", "steganography", "hidden in image", "audio stego", "lsb".

6 Updated today
26zl
AI & Automation Featured

hunting-for-data-staging-before-exfiltration

Detect data staging activity before exfiltration by monitoring for archive creation with 7-Zip/RAR, unusual temp folder access, large file consolidation, and staging directory patterns via EDR and process telemetry

12,642 Updated today
mukul975
Data & Documents Solid

ctf-forensics

Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, Volatility, PCAP, Docker images, coredumps, side-channel power traces, DTMF audio spectrograms, packet timing analysis, CD audio disc images, or recovering deleted files and credentials.

2,227 Updated 4 weeks ago
ljagiello
AI & Automation Featured

detecting-deepfake-audio-in-vishing-attacks

Detects AI-generated deepfake audio used in voice phishing (vishing) attacks by extracting spectral features (MFCC, spectral centroid, spectral contrast, zero-crossing rate) and classifying samples with machine learning models. Supports batch analysis of audio files, generates confidence scores, and produces forensic reports. Activates for requests involving deepfake voice detection, vishing investigation, AI-generated speech analysis, voice cloning detection, or audio authenticity verification.

12,642 Updated today
mukul975
AI & Automation Featured

hunting-for-data-exfiltration-indicators

Hunt for data exfiltration through network traffic analysis, detecting unusual data flows, DNS tunneling, cloud storage uploads, and encrypted channel abuse.

12,642 Updated today
mukul975