mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
26 lines
663 B
YAML
26 lines
663 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
|