mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
28 lines
647 B
YAML
28 lines
647 B
YAML
title: Suspicious PowerShell Invocations - Generic
|
|
status: experimental
|
|
description: Detects suspicious PowerShell invocation command parameters
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1086
|
|
author: Florian Roth (rule)
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
detection:
|
|
encoded:
|
|
- ' -enc '
|
|
- ' -EncodedCommand '
|
|
hidden:
|
|
- ' -w hidden '
|
|
- ' -window hidden '
|
|
- ' - windowstyle hidden '
|
|
noninteractive:
|
|
- ' -noni '
|
|
- ' -noninteractive '
|
|
condition: all of them
|
|
falsepositives:
|
|
- Penetration tests
|
|
- Very special / sneaky PowerShell scripts
|
|
level: high
|
|
|