@@ -1,7 +1,7 @@
|
||||
title: Non-privileged Usage of Reg or Powershell
|
||||
id: 8f02c935-effe-45b3-8fc9-ef8696a9e41d
|
||||
status: test
|
||||
description: Search for usage of reg or Powershell by non-priveleged users to modify service configuration in registry
|
||||
description: Search for usage of reg or Powershell by non-privileged users to modify service configuration in registry
|
||||
author: Teymur Kheirkhabarov (idea), Ryan Plas (rule), oscd.community
|
||||
references:
|
||||
- https://image.slidesharecdn.com/kheirkhabarovoffzonefinal-181117201458/95/hunting-for-privilege-escalation-in-windows-environment-20-638.jpg
|
||||
|
||||
@@ -6,8 +6,8 @@ references:
|
||||
- https://persistence-info.github.io/Data/windowsterminalprofile.html
|
||||
- https://twitter.com/nas_bench/status/1550836225652686848
|
||||
author: Nasreddine Bencherchali
|
||||
date: 2019/04/03
|
||||
modified: 2022/07/14
|
||||
date: 2022/07/25
|
||||
modified: 2022/07/27
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
@@ -38,7 +38,7 @@ detection:
|
||||
- 'DownloadString('
|
||||
- ' /c '
|
||||
- ' /k '
|
||||
filter_builtin_vscode_shell:
|
||||
filter_builtin_visual_studio_shell:
|
||||
CommandLine|contains|all:
|
||||
- 'Import-Module'
|
||||
- 'Microsoft.VisualStudio.DevShell.dll'
|
||||
@@ -49,7 +49,7 @@ detection:
|
||||
- '\LocalState\settings.json'
|
||||
condition: all of selection_* and not 1 of filter_*
|
||||
falsepositives:
|
||||
- Legitimate "Windows Terminal" profiles
|
||||
- Other legitimate "Windows Terminal" profiles
|
||||
level: medium
|
||||
tags:
|
||||
- attack.execution
|
||||
|
||||
Reference in New Issue
Block a user