SigmaHQ/rules/windows/process_creation/win_apt_emissarypanda_sep19.yml
2020-10-15 17:28:33 -03:00

26 lines
751 B
YAML

title: Emissary Panda Malware SLLauncher
id: 9aa01d62-7667-4d3b-acb8-8cb5103e2014
status: experimental
description: Detects the execution of DLL side-loading malware used by threat group Emissary Panda aka APT27
references:
- https://app.any.run/tasks/579e7587-f09d-4aae-8b07-472833262965
- https://twitter.com/cyb3rops/status/1168863899531132929
tags:
- attack.defense_evasion
- attack.t1073 # an old one
- attack.t1574.002
author: Florian Roth
date: 2018/09/03
modified: 2020/08/27
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\sllauncher.exe'
Image|endswith: '\svchost.exe'
condition: selection
falsepositives:
- Unknown
level: critical