2017-03-12 17:06:53 +01:00
|
|
|
title: Suspicious PowerShell Invocations - Generic
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 3d304fda-78aa-43ed-975c-d740798a49c1
|
2017-03-12 17:06:53 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects suspicious PowerShell invocation command parameters
|
2018-07-24 10:56:41 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1086
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1059.001
|
2017-03-12 17:06:53 +01:00
|
|
|
author: Florian Roth (rule)
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2017/03/12
|
2017-03-12 17:06:53 +01:00
|
|
|
logsource:
|
2017-03-21 10:22:13 +01:00
|
|
|
product: windows
|
|
|
|
|
service: powershell
|
2017-03-12 17:06:53 +01:00
|
|
|
detection:
|
|
|
|
|
encoded:
|
|
|
|
|
- ' -enc '
|
|
|
|
|
- ' -EncodedCommand '
|
|
|
|
|
hidden:
|
|
|
|
|
- ' -w hidden '
|
|
|
|
|
- ' -window hidden '
|
2020-03-29 04:16:15 -06:00
|
|
|
- ' -windowstyle hidden '
|
2017-03-12 17:06:53 +01:00
|
|
|
noninteractive:
|
|
|
|
|
- ' -noni '
|
|
|
|
|
- ' -noninteractive '
|
2018-03-06 23:14:43 +01:00
|
|
|
condition: all of them
|
2017-03-12 17:06:53 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- Penetration tests
|
2018-03-06 23:19:11 +01:00
|
|
|
- Very special / sneaky PowerShell scripts
|
2017-03-12 17:06:53 +01:00
|
|
|
level: high
|