Files
blue-team-tools/deprecated/windows/powershell_suspicious_invocation_generic.yml
2023-04-23 15:42:01 +02:00

29 lines
749 B
YAML

title: Suspicious PowerShell Invocations - Generic
id: 3d304fda-78aa-43ed-975c-d740798a49c1
status: deprecated
description: Detects suspicious PowerShell invocation command parameters
tags:
- attack.execution
- attack.t1059.001
author: Florian Roth (Nextron Systems)
date: 2017/03/12
modified: 2022/04/11
logsource:
product: windows
service: powershell
detection:
selection_encoded:
- ' -enc '
- ' -EncodedCommand '
selection_hidden:
- ' -w hidden '
- ' -window hidden '
- ' -windowstyle hidden '
selection_noninteractive:
- ' -noni '
- ' -noninteractive '
condition: all of selection*
falsepositives:
- Very special / sneaky PowerShell scripts
level: high