SigmaHQ/rules/windows/sysmon/sysmon_powershell_suspicious_parameter_combo.yml
2017-03-13 15:09:48 +01:00

26 lines
662 B
YAML

title: Suspicious PowerShell Parameter Combination
status: experimental
description: Detects suspicious PowerShell invocation command parameters
author: Florian Roth
logsource:
product: windows
service: sysmon
detection:
keywords:
- 'powershell'
encoded:
- ' -enc '
- ' -EncodedCommand '
hidden:
- ' -w hidden '
- ' -window hidden '
- ' -windowstyle hidden '
noninteractive:
- ' -noni '
- ' -noninteractive '
condition: keywords and encoded and hidden and noninteractive
falsepositives:
- Penetration tests
- Very special / sneaky PowerShell scripts
level: high