mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
19 lines
465 B
YAML
19 lines
465 B
YAML
title: Suspicious PowerShell Parameter Combination
|
|
status: experimental
|
|
description: Detects suspicious PowerShell invocation command parameters
|
|
author: Florian Roth
|
|
logsource:
|
|
product: sysmon
|
|
detection:
|
|
keywords:
|
|
- 'powershell'
|
|
- ' -nop '
|
|
- ' -w hidden '
|
|
- ' -exec bypass '
|
|
- ' -enc '
|
|
condition: all of keywords
|
|
falsepositives:
|
|
- Penetration tests
|
|
- Very special / sneaky PowerShell scripts
|
|
level: high
|