Possible Steganography Hide Files with Steghide (via auditd)

This rule detects embedding of files with use of steghide binary, the threat actors may use this method to prevent the detection of hidden information.

SigmalowLinuxv1
sigma
title: Possible Steganography Hide Files with Steghide (via auditd)
id: b7193257-c43e-5068-9f10-ee6131ea4e08
status: stable
description: This rule detects embedding of files with use of steghide binary, the threat actors may use this method to prevent the detection of hidden information.
references:
    - https://attack.mitre.org/techniques/T1027/003/
    - https://vitux.com/how-to-hide-confidential-files-in-images-on-debian-using-steganography/
author: 'Huntrule Team'
date: 2026-07-24
tags:
    - attack.stealth
    - attack.t1027.003
logsource:
    product: linux
    service: auditd
detection:
    selection:
        type: EXECVE
        a0: steghide
        a1: embed
        a2:
            - '-cf'
            - '-ef'
        a4:
            - '-cf'
            - '-ef'
    condition: selection
falsepositives:
    - Unknown
level: low

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.