Merge pull request #3281 from nasbench/nasbench-rule-dev

Fix typos
This commit is contained in:
Florian Roth
2022-07-27 14:56:04 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -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