SigmaHQ/rules/windows/powershell/powershell_suspicious_invocation_generic.yml

28 lines
647 B
YAML
Raw Normal View History

2017-03-12 16:06:53 +00:00
title: Suspicious PowerShell Invocations - Generic
status: experimental
description: Detects suspicious PowerShell invocation command parameters
tags:
- attack.execution
- attack.t1086
2017-03-12 16:06:53 +00:00
author: Florian Roth (rule)
logsource:
product: windows
service: powershell
2017-03-12 16:06:53 +00:00
detection:
encoded:
- ' -enc '
- ' -EncodedCommand '
hidden:
- ' -w hidden '
- ' -window hidden '
- ' - windowstyle hidden '
noninteractive:
- ' -noni '
- ' -noninteractive '
condition: all of them
2017-03-12 16:06:53 +00:00
falsepositives:
- Penetration tests
2018-03-06 22:19:11 +00:00
- Very special / sneaky PowerShell scripts
2017-03-12 16:06:53 +00:00
level: high