Files
blue-team-tools/rules-emerging-threats/2014/TA/Axiom/proc_creation_win_apt_zxshell.yml
T

32 lines
970 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
references:
2022-10-28 15:06:36 +02:00
- https://www.hybrid-analysis.com/sample/5d2a4cde9fa7c2fdbf39b2e2ffd23378d0c50701a3095d1e91e3cf922d7b0b16?environmentId=100
2023-05-02 23:17:57 +02:00
- https://pub-7cb8ac806c1b4c4383e585c474a24719.r2.dev/116309e7121bc8b0e66e4166c06f7b818e1d3629.pdf
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems), oscd.community, Jonhnathan Ribeiro
date: 2017-07-20
modified: 2021-11-27
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.stealth
2022-10-28 15:06:36 +02:00
- attack.t1059.003
- attack.t1218.011
- attack.s0412
- attack.g0001
- detection.emerging-threats
2017-07-20 12:36:24 -06:00
logsource:
2022-10-28 15:06:36 +02:00
category: process_creation
product: windows
2017-07-20 12:36:24 -06:00
detection:
2022-10-28 15:06:36 +02:00
selection:
Image|endswith: '\rundll32.exe'
CommandLine|contains:
- 'zxFunction'
- 'RemoteDiskXXXXX'
condition: selection
2017-07-20 12:36:24 -06:00
falsepositives:
2022-10-28 15:06:36 +02:00
- Unlikely
2017-07-20 12:36:24 -06:00
level: critical