2017-03-12 16:06:53 +00:00
|
|
|
title: Suspicious PowerShell Invocations - Generic
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious PowerShell invocation command parameters
|
2018-07-24 08:56:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2017-03-12 16:06:53 +00:00
|
|
|
author: Florian Roth (rule)
|
|
|
|
logsource:
|
2017-03-21 09:22:13 +00:00
|
|
|
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 '
|
2018-03-06 22:14:43 +00:00
|
|
|
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
|
2017-03-13 08:23:08 +00:00
|
|
|
|