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
|
2021-10-28 20:08:27 +02:00
|
|
|
status: deprecated
|
2017-03-12 17:06:53 +01:00
|
|
|
description: Detects suspicious PowerShell invocation command parameters
|
2018-07-24 10:56:41 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
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
|
2021-12-02 14:30:09 +01:00
|
|
|
modified: 2021/12/02
|
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:
|
2021-12-02 14:30:09 +01:00
|
|
|
selection_encoded:
|
2017-03-12 17:06:53 +01:00
|
|
|
- ' -enc '
|
|
|
|
|
- ' -EncodedCommand '
|
2021-12-02 14:30:09 +01:00
|
|
|
selection_hidden:
|
2017-03-12 17:06:53 +01:00
|
|
|
- ' -w hidden '
|
|
|
|
|
- ' -window hidden '
|
2020-03-29 04:16:15 -06:00
|
|
|
- ' -windowstyle hidden '
|
2021-12-02 14:30:09 +01:00
|
|
|
selection_noninteractive:
|
2017-03-12 17:06:53 +01:00
|
|
|
- ' -noni '
|
|
|
|
|
- ' -noninteractive '
|
2021-12-02 14:30:09 +01:00
|
|
|
condition: all of selection*
|
2017-03-12 17:06:53 +01:00
|
|
|
falsepositives:
|
2018-03-06 23:19:11 +01:00
|
|
|
- Very special / sneaky PowerShell scripts
|
2017-03-12 17:06:53 +01:00
|
|
|
level: high
|