SigmaHQ/rules/apt/apt_zxshell.yml

27 lines
701 B
YAML
Raw Normal View History

2017-07-20 18:36:24 +00:00
title: ZxShell Malware
description: Detects a ZxShell start by the called and well-known function name
author: Florian Roth
references:
- https://www.hybrid-analysis.com/sample/5d2a4cde9fa7c2fdbf39b2e2ffd23378d0c50701a3095d1e91e3cf922d7b0b16?environmentId=100
2018-07-25 07:50:01 +00:00
tags:
- attack.g0001
2019-03-13 10:09:05 +00:00
- attack.execution
- attack.t1059
2019-03-13 10:22:38 +00:00
- attack.defense_evasion
2019-03-13 10:09:05 +00:00
- attack.t1085
2017-07-20 18:36:24 +00:00
logsource:
category: process_creation
2017-07-20 18:36:24 +00:00
product: windows
detection:
selection:
Command:
- 'rundll32.exe *,zxFunction*'
- 'rundll32.exe *,RemoteDiskXXXXX'
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