SigmaHQ/rules/windows/powershell/powershell_suspicious_invocation_generic.yml
2017-03-13 09:23:08 +01:00

24 lines
579 B
YAML

title: Suspicious PowerShell Invocations - Generic
status: experimental
description: Detects suspicious PowerShell invocation command parameters
author: Florian Roth (rule)
logsource:
platform: windows
product: powershell
detection:
encoded:
- ' -enc '
- ' -EncodedCommand '
hidden:
- ' -w hidden '
- ' -window hidden '
- ' - windowstyle hidden '
noninteractive:
- ' -noni '
- ' -noninteractive '
condition: encoded and hidden and noninteractive
falsepositives:
- Penetration tests
level: high