Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_winrar_dmp.yml
T
Nasreddine Bencherchali 991c824f9a feat: more updates
2023-03-10 23:32:32 +01:00

33 lines
1.0 KiB
YAML

title: Winrar Compressing Dump Files
id: 1ac14d38-3dfc-4635-92c7-e3fd1c5f5bfc
related:
- id: ec570e53-4c76-45a9-804d-dc3f355ff7a7
type: similar
status: experimental
description: Detects a suspicious winrar execution that involves a file with a ".dmp"/".dump" extension, which could be a step in a process of dump file exfiltration
references:
- https://www.crowdstrike.com/blog/overwatch-exposes-aquatic-panda-in-possession-of-log-4-shell-exploit-tools/
author: Florian Roth (Nextron Systems)
date: 2022/01/04
modified: 2023/03/10
tags:
- attack.collection
- attack.t1560.001
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith:
- '\rar.exe'
- '\winrar.exe'
- Description: 'Command line RAR'
selection_extension:
CommandLine|contains:
- '.dmp'
- '.dump'
condition: all of selection_*
falsepositives:
- Legitimate use of WinRAR with a command line in which .dmp appears accidentally
level: high