SigmaHQ/rules/windows/process_creation/win_apt_zxshell.yml

35 lines
941 B
YAML
Raw Normal View History

2017-07-20 18:36:24 +00:00
title: ZxShell Malware
2019-11-12 22:12:27 +00:00
id: f0b70adb-0075-43b0-9745-e82a1c608fcc
description: Detects a ZxShell start by the called and well-known function name
2020-11-27 02:31:10 +00:00
author: Florian Roth, oscd.community, Jonhnathan Ribeiro
date: 2017/07/20
modified: 2020/08/26
references:
- https://www.hybrid-analysis.com/sample/5d2a4cde9fa7c2fdbf39b2e2ffd23378d0c50701a3095d1e91e3cf922d7b0b16?environmentId=100
2018-07-25 07:50:01 +00:00
tags:
2019-03-13 10:09:05 +00:00
- attack.execution
- attack.t1059.003
- attack.t1059 # an old one
2019-03-13 10:22:38 +00:00
- attack.defense_evasion
2020-06-16 20:46:08 +00:00
- attack.t1218.011
- attack.t1085 # an old one
- attack.s0412
- attack.g0001
2017-07-20 18:36:24 +00:00
logsource:
category: process_creation
2017-07-20 18:36:24 +00:00
product: windows
detection:
selection:
2021-04-02 22:00:43 +00:00
Image|endswith:
- '\rundll32.exe'
2020-10-15 20:40:07 +00:00
CommandLine|contains:
- 'zxFunction'
- 'RemoteDiskXXXXX'
2020-11-27 02:31:10 +00:00
condition: selection
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
2017-07-20 18:36:24 +00:00
falsepositives:
- Unlikely
level: critical