Detectionlowtest

Steganography Extract Files with Steghide

Detects extraction 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 09a5a827d9-1bbe-4952-9293-c59d897eb41blinux
Log Source
Linuxauditd
ProductLinux← raw: linux
Serviceauditd← raw: auditd
Detection Logic
Detection Logic1 selector
detection:
    selection:
        type: EXECVE
        a0: steghide
        a1: extract
        a2: '-sf'
        a3|endswith:
            - '.jpg'
            - '.png'
    condition: selection
False Positives
Unknown

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

Rule Metadata
Rule ID
a5a827d9-1bbe-4952-9293-c59d897eb41b
Status
test
Level
low
Type
Detection
Created
Sat Sep 11
Modified
Sun Oct 09
Path
rules/linux/auditd/execve/lnx_auditd_steghide_extract_steganography.yml
Raw Tags
attack.defense-evasionattack.t1027.003
View on GitHub