Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_apt_zxshell.yml
T

34 lines
834 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
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects a ZxShell start by the called and well-known function name
2020-11-26 23:31:10 -03:00
author: Florian Roth, oscd.community, Jonhnathan Ribeiro
references:
2021-11-27 11:33:14 +01:00
- https://www.hybrid-analysis.com/sample/5d2a4cde9fa7c2fdbf39b2e2ffd23378d0c50701a3095d1e91e3cf922d7b0b16?environmentId=100
date: 2017/07/20
modified: 2021/11/27
2017-07-20 12:36:24 -06:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2017-07-20 12:36:24 -06:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith:
- '\rundll32.exe'
CommandLine|contains:
- 'zxFunction'
- 'RemoteDiskXXXXX'
condition: selection
2017-09-12 23:54:04 +02:00
fields:
2021-11-27 11:33:14 +01:00
- CommandLine
- ParentCommandLine
2017-07-20 12:36:24 -06:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unlikely
2017-07-20 12:36:24 -06:00
level: critical
2021-11-27 11:33:14 +01:00
tags:
- attack.execution
- attack.t1059.003
- attack.defense_evasion
- attack.t1218.011
- attack.s0412
- attack.g0001