Files
blue-team-tools/rules/apt/apt_zxshell.yml
T

28 lines
739 B
YAML
Raw Normal View History

2017-07-20 12:36:24 -06:00
title: ZxShell Malware
2019-11-12 23:12:27 +01:00
id: f0b70adb-0075-43b0-9745-e82a1c608fcc
description: Detects a ZxShell start by the called and well-known function name
2017-07-20 12:36:24 -06:00
author: Florian Roth
references:
- https://www.hybrid-analysis.com/sample/5d2a4cde9fa7c2fdbf39b2e2ffd23378d0c50701a3095d1e91e3cf922d7b0b16?environmentId=100
2018-07-25 09:50:01 +02: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 12:36:24 -06:00
logsource:
category: process_creation
2017-07-20 12:36:24 -06:00
product: windows
detection:
selection:
Command:
- 'rundll32.exe *,zxFunction*'
- 'rundll32.exe *,RemoteDiskXXXXX'
condition: selection
2017-09-12 23:54:04 +02:00
fields:
- CommandLine
- ParentCommandLine
2017-07-20 12:36:24 -06:00
falsepositives:
- Unlikely
level: critical