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

31 lines
806 B
YAML
Raw Normal View History

title: Detection of PowerShell Execution via DLL
2019-11-12 23:12:27 +01:00
id: 6812a10b-60ea-420c-832f-dfcc33b646ba
status: experimental
description: Detects PowerShell Strings applied to rundllas seen in PowerShdll.dll
references:
2019-03-02 00:14:20 +01:00
- https://github.com/p3nt4/PowerShdll/blob/master/README.md
tags:
2019-03-02 00:14:20 +01:00
- attack.execution
- attack.t1086
2019-06-13 23:15:38 -05:00
- car.2014-04-003
author: Markus Neis
date: 2018/08/25
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection1:
Image:
- '*\rundll32.exe'
selection2:
Description:
- '*Windows-Hostprozess (Rundll32)*'
selection3:
CommandLine:
- '*Default.GetString*'
- '*FromBase64String*'
condition: (selection1 or selection2) and selection3
falsepositives:
2019-03-02 00:14:20 +01:00
- Unknown
level: high