SigmaHQ/rules/windows/process_creation/win_apt_mustangpanda.yml

35 lines
1.1 KiB
YAML
Raw Normal View History

2019-10-30 17:22:40 +00:00
title: Mustang Panda Dropper
2019-11-12 22:12:27 +00:00
id: 2d87d610-d760-45ee-a7e6-7a6f2a65de00
2019-10-30 17:22:40 +00:00
status: experimental
description: Detects specific process parameters as used by Mustang Panda droppers
2020-11-27 02:16:03 +00:00
author: Florian Roth, oscd.community
2019-10-30 17:22:40 +00:00
date: 2019/10/30
references:
- https://app.any.run/tasks/7ca5661d-a67b-43ec-98c1-dd7a8103c256/
- https://app.any.run/tasks/b12cccf3-1c22-4e28-9d3e-c7a6062f3914/
- https://www.anomali.com/blog/china-based-apt-mustang-panda-targets-minority-groups-public-and-private-sector-organizations
logsource:
category: process_creation
product: windows
detection:
selection1:
2020-11-27 02:16:03 +00:00
- CommandLine|contains:
2020-10-15 20:33:44 +00:00
- 'Temp\wtask.exe /create'
- '%windir:~-3,1%%PUBLIC:~-9,1%'
- '/tn "Security Script '
- '%windir:~-1,1%'
2020-11-27 02:16:03 +00:00
- CommandLine|contains|all:
- '/E:vbscript'
- 'C:\Users\'
- '.txt'
- '/F'
2019-10-30 17:22:40 +00:00
selection2:
2020-11-27 02:16:03 +00:00
Image|endswith: 'Temp\winwsh.exe'
2019-10-30 17:22:40 +00:00
condition: 1 of them
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unlikely
level: high