SigmaHQ/rules/windows/process_creation/win_data_compressed.yml

32 lines
966 B
YAML
Raw Normal View History

title: Data Compressed
status: experimental
description: An adversary may compress data (e.g., sensitive documents) that is collected prior to exfiltration in order to make it portable and minimize the amount of data sent over the network
author: Timur Zinniatullin, oscd.community
references:
- https://attack.mitre.org/techniques/T1002/
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1002/T1002.yaml
logsource:
category: process_creation
product: windows
detection:
2019-10-22 11:53:43 +00:00
selection1:
Image:
- '*\rar.exe'
CommandLine:
- '* a -r *'
2019-10-24 12:34:13 +00:00
condition: selection1
fields:
- Image
- CommandLine
- User
- LogonGuid
- Hashes
- ParentProcessGuid
- ParentCommandLine
falsepositives:
- highly likely if default archivator in the monitored environment is rar, and even if not
level: low
tags:
- attack.exfiltration
- attack.t1002