SigmaHQ/rules/windows/process_creation/win_powershell_dll_execution.yml
Thomas Patzke 7602309138 Increased indentation to 4
* Converted (to generic sigma) rules
* Converter outputs by default with indentation 4
2019-03-02 00:14:20 +01:00

29 lines
743 B
YAML

title: Detection of PowerShell Execution via DLL
status: experimental
description: Detects PowerShell Strings applied to rundllas seen in PowerShdll.dll
references:
- https://github.com/p3nt4/PowerShdll/blob/master/README.md
tags:
- attack.execution
- attack.t1086
author: Markus Neis
date: 2018/08/25
logsource:
category: process_creation
product: windows
detection:
selection1:
Image:
- '*\rundll32.exe'
selection2:
Description:
- '*Windows-Hostprozess (Rundll32)*'
selection3:
CommandLine:
- '*Default.GetString*'
- '*FromBase64String*'
condition: (selection1 or selection2) and selection3
falsepositives:
- Unknown
level: high