31 lines
801 B
YAML
31 lines
801 B
YAML
title: Steganography Hide Files with Steghide
|
|
id: ce446a9e-30b9-4483-8e38-d2c9ad0a2280
|
|
description: Detects embeding of files with usage of steghide binary, the adversaries may use this technique to prevent the detection of hidden information.
|
|
author: 'Pawel Mazur'
|
|
status: experimental
|
|
date: 2021/09/11
|
|
references:
|
|
- https://attack.mitre.org/techniques/T1027/003/
|
|
- https://vitux.com/how-to-hide-confidential-files-in-images-on-debian-using-steganography/
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1027.003
|
|
falsepositives:
|
|
- Unknown
|
|
level: low
|
|
logsource:
|
|
product: linux
|
|
service: auditd
|
|
detection:
|
|
Steghide:
|
|
type: EXECVE
|
|
a0: steghide
|
|
a1: embed
|
|
a2:
|
|
- '-cf'
|
|
- '-ef'
|
|
a4:
|
|
- '-cf'
|
|
- '-ef'
|
|
condition: Steghide
|