Detectionlowtest

Steganography Hide Files with Steghide

Detects embedding of files with usage of steghide binary, the adversaries may use this technique to prevent the detection of hidden information.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Pawel MazurCreated Sat Sep 11Updated Sun Oct 09ce446a9e-30b9-4483-8e38-d2c9ad0a2280linux
Log Source
Linuxauditd
ProductLinux← raw: linux
Serviceauditd← raw: auditd
Detection Logic
Detection Logic1 selector
detection:
    selection:
        type: EXECVE
        a0: steghide
        a1: embed
        a2:
            - '-cf'
            - '-ef'
        a4:
            - '-cf'
            - '-ef'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
ce446a9e-30b9-4483-8e38-d2c9ad0a2280
Status
test
Level
low
Type
Detection
Created
Sat Sep 11
Modified
Sun Oct 09
Path
rules/linux/auditd/execve/lnx_auditd_steghide_embed_steganography.yml
Raw Tags
attack.defense-evasionattack.t1027.003
View on GitHub