2019-10-15 14:38:53 +00:00
|
|
|
title: Suspicious Compression Tool Parameters
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 27a72a60-7e5e-47b1-9d17-909c9abafdcd
|
2019-10-15 14:38:53 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious command line arguments of common data compression tools
|
|
|
|
references:
|
|
|
|
- https://twitter.com/SBousseaden/status/1184067445612535811
|
|
|
|
tags:
|
2020-09-05 17:35:21 +00:00
|
|
|
- attack.collection
|
|
|
|
- attack.t1560.001
|
|
|
|
- attack.exfiltration # an old one
|
|
|
|
- attack.t1020 # an old one
|
|
|
|
- attack.t1002 # an old one
|
2019-10-15 14:38:53 +00:00
|
|
|
author: Florian Roth, Samir Bousseaden
|
|
|
|
date: 2019/10/15
|
2020-09-05 17:35:21 +00:00
|
|
|
modified: 2020/09/05
|
2019-10-15 14:38:53 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
OriginalFileName:
|
|
|
|
- '7z*.exe'
|
|
|
|
- '*rar.exe'
|
|
|
|
- '*Command*Line*RAR*'
|
2020-10-15 22:19:48 +00:00
|
|
|
CommandLine|contains:
|
|
|
|
- ' -p'
|
|
|
|
- ' -ta'
|
|
|
|
- ' -tb'
|
|
|
|
- ' -sdel'
|
|
|
|
- ' -dw'
|
|
|
|
- ' -hp'
|
2019-10-15 14:38:53 +00:00
|
|
|
falsepositive:
|
2020-11-20 05:29:41 +00:00
|
|
|
ParentImage|startswith: 'C:\Program'
|
2019-10-15 14:38:53 +00:00
|
|
|
condition: selection and not falsepositive
|
|
|
|
falsepositives:
|
|
|
|
- unknown
|
|
|
|
level: high
|