High

Steganographic Data Hiding

This rule looks for the use of steganography and file-carving tools, plus metadata editors, to conceal data inside media files like images. Attackers do this to smuggle stolen data past network monitoring, since the payload is buried inside what looks like an ordinary picture or its EXIF tags.

How the attack works

An attacker (or an AI agent tool being misused) writes or edits code containing steganography patterns such as least-significant-bit (LSB) manipulation, or invokes tools like binwalk or exiftool to embed or extract hidden content. Metadata fields such as EXIF are rewritten to carry payload data instead of legitimate image information. This concealment step happens before any data leaves the network, so it can be caught earlier than rules that watch for actual exfiltration traffic. The rule only sees the concealment activity itself, not proof that data was later exfiltrated.

Netzilo detection

Netzilo can block this behaviour when it is observed.

Signature ID
083d7427-a932-5e34-85b8-0867ad7eb18c
Severity
High

Why it matters

An organisation can lose sensitive data smuggled out inside seemingly harmless image or media files, bypassing content and network filters that don't inspect file internals. Because this rule only covers the concealment step and not size-growth in image writes, some hiding techniques may go undetected.

What you can do

  • Restrict or monitor use of steganography and carving tools (binwalk, exiftool, custom LSB scripts) in production and agent environments.
  • Flag or review use of exiftool with -overwrite_original outside known, authorised imaging pipelines.
  • Establish an allowlist for legitimate steganography/forensics tool use (CTF, security research) so genuine investigations aren't repeatedly flagged.
  • Pair this detection with network-layer egress monitoring, since this rule does not confirm whether hidden data actually left the network.

Known benign look-alikes

  • Security researchers and CTF participants using steganography tools deliberately
  • exiftool -overwrite_original in a legitimate photo-processing pipeline
  • binwalk -e used for authorised firmware analysis
  • Image-processing code performing genuine bit-depth or channel manipulation

References

Related threats