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
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: selectionFalse Positives
Unknown
False positive likelihood has not been assessed. Additional context may be needed during triage.
References
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
ce446a9e-30b9-4483-8e38-d2c9ad0a2280
Status
test
Level
low
Type
Detection
Created
Sat Sep 11
Modified
Sun Oct 09
Author
Path
rules/linux/auditd/execve/lnx_auditd_steghide_embed_steganography.yml
Raw Tags
attack.defense-evasionattack.t1027.003