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
|
2020-01-30 15:32:39 +01:00
|
|
|
date: 2017/07/20
|
2020-08-29 04:39:30 +00:00
|
|
|
modified: 2020/08/26
|
2018-01-28 02:24:16 +03:00
|
|
|
references:
|
|
|
|
|
- https://www.hybrid-analysis.com/sample/5d2a4cde9fa7c2fdbf39b2e2ffd23378d0c50701a3095d1e91e3cf922d7b0b16?environmentId=100
|
2018-07-25 09:50:01 +02:00
|
|
|
tags:
|
2019-03-13 10:09:05 +00:00
|
|
|
- attack.execution
|
2020-08-29 04:39:30 +00:00
|
|
|
- attack.t1059.003
|
|
|
|
|
- attack.t1059 # an old one
|
2019-03-13 10:22:38 +00:00
|
|
|
- attack.defense_evasion
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1218.011
|
2020-08-29 04:39:30 +00:00
|
|
|
- attack.t1085 # an old one
|
|
|
|
|
- attack.s0412
|
|
|
|
|
- attack.g0001
|
2017-07-20 12:36:24 -06:00
|
|
|
logsource:
|
2019-03-09 20:57:59 +03:00
|
|
|
category: process_creation
|
2017-07-20 12:36:24 -06:00
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2020-07-16 08:47:24 +02:00
|
|
|
CommandLine|contains:
|
2017-07-20 12:36:24 -06:00
|
|
|
- '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
|