2019-01-16 22:36:31 +00:00
|
|
|
title: Suspicious PowerShell Parameter Substring
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 36210e0d-5b19-485d-a087-c096088885f0
|
2019-01-16 22:36:31 +00:00
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious PowerShell invocation with a parameter substring
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- http://www.danielbohannon.com/blog-1/2017/3/12/powershell-execution-argument-obfuscation-how-it-can-make-detection-easier
|
2019-01-16 22:36:31 +00:00
|
|
|
tags:
|
2019-03-01 23:14:20 +00:00
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2019-01-16 22:36:31 +00:00
|
|
|
author: Florian Roth (rule), Daniel Bohannon (idea), Roberto Rodriguez (Fix)
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2020-07-14 15:59:59 +00:00
|
|
|
modified: 2020/07/14
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
2020-07-14 15:59:59 +00:00
|
|
|
Image|endswith:
|
|
|
|
- '\Powershell.exe'
|
|
|
|
CommandLine|contains:
|
2019-03-01 23:14:20 +00:00
|
|
|
- ' -windowstyle h '
|
|
|
|
- ' -windowstyl h'
|
|
|
|
- ' -windowsty h'
|
|
|
|
- ' -windowst h'
|
|
|
|
- ' -windows h'
|
|
|
|
- ' -windo h'
|
|
|
|
- ' -wind h'
|
|
|
|
- ' -win h'
|
|
|
|
- ' -wi h'
|
|
|
|
- ' -win h '
|
|
|
|
- ' -win hi '
|
|
|
|
- ' -win hid '
|
|
|
|
- ' -win hidd '
|
|
|
|
- ' -win hidde '
|
|
|
|
- ' -NoPr '
|
|
|
|
- ' -NoPro '
|
|
|
|
- ' -NoProf '
|
|
|
|
- ' -NoProfi '
|
|
|
|
- ' -NoProfil '
|
|
|
|
- ' -nonin '
|
|
|
|
- ' -nonint '
|
|
|
|
- ' -noninte '
|
|
|
|
- ' -noninter '
|
|
|
|
- ' -nonintera '
|
|
|
|
- ' -noninterac '
|
|
|
|
- ' -noninteract '
|
|
|
|
- ' -noninteracti '
|
|
|
|
- ' -noninteractiv '
|
|
|
|
- ' -ec '
|
|
|
|
- ' -encodedComman '
|
|
|
|
- ' -encodedComma '
|
|
|
|
- ' -encodedComm '
|
|
|
|
- ' -encodedCom '
|
|
|
|
- ' -encodedCo '
|
|
|
|
- ' -encodedC '
|
|
|
|
- ' -encoded '
|
|
|
|
- ' -encode '
|
|
|
|
- ' -encod '
|
|
|
|
- ' -enco '
|
|
|
|
- ' -en '
|
|
|
|
condition: selection
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Penetration tests
|
2019-01-16 22:36:31 +00:00
|
|
|
level: high
|