Renamed PsExec Service Execution
Detects suspicious launch of a renamed version of the PSEXESVC service with, which is not often used by legitimate administrators
Detection logic
selection
OriginalFileName: psexesvc.exefilter
Image: C:\Windows\PSEXESVC.exeCondition
selection and not filterRaw YAML
title: Renamed PsExec Service Execution
id: 51ae86a2-e2e1-4097-ad85-c46cb6851de4
status: test
description: Detects suspicious launch of a renamed version of the PSEXESVC service with, which is not often used by legitimate administrators
references:
- https://learn.microsoft.com/en-us/sysinternals/downloads/psexec
- https://www.youtube.com/watch?v=ro2QuZTIMBM
author: Florian Roth (Nextron Systems)
date: 2022-07-21
tags:
- attack.execution
logsource:
category: process_creation
product: windows
detection:
selection:
OriginalFileName: 'psexesvc.exe'
filter:
Image: 'C:\Windows\PSEXESVC.exe'
condition: selection and not filter
falsepositives:
- Legitimate administrative tasks
level: highFalse positives
- Legitimate administrative tasks
References
Similar rules
AADInternals PowerShell Cmdlets Execution - ProccessCreation
highwindows · Same logsource category (process_creation)
Abuse of Service Permissions to Hide Services Via Set-Service
highwindows · Same logsource category (process_creation)
Add Insecure Download Source To Winget
highwindows · Same logsource category (process_creation)
Add New Download Source To Winget
mediumwindows · Same logsource category (process_creation)