2019-10-22 11:00:52 +00:00
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 :
2019-10-22 11:00:52 +00:00
Image :
- '*\rar.exe'
CommandLine :
- '* a -r *'
2019-10-24 12:34:13 +00:00
condition : selection1
2019-10-22 11:00:52 +00:00
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