2023-02-24 19:33:24 +01:00
|
|
|
title: Sysinternals PsService Execution
|
2022-06-16 23:37:50 +01:00
|
|
|
id: 3371f518-5fe3-4cf6-a14b-2a0ae3fd8a4f
|
|
|
|
|
status: experimental
|
2023-02-24 19:33:24 +01:00
|
|
|
description: Detects usage of Sysinternals PsService which can be abused for service reconnaissance and tampering
|
2022-06-16 23:37:50 +01:00
|
|
|
references:
|
|
|
|
|
- https://docs.microsoft.com/en-us/sysinternals/downloads/psservice
|
2023-02-01 11:14:59 +01:00
|
|
|
author: Nasreddine Bencherchali (Nextron Systems)
|
2022-06-16 23:37:50 +01:00
|
|
|
date: 2022/06/16
|
2023-02-24 19:33:24 +01:00
|
|
|
modified: 2023/02/24
|
2022-06-16 23:37:50 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.discovery
|
|
|
|
|
- attack.persistence
|
|
|
|
|
- attack.t1543.003
|
|
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
- OriginalFileName: 'psservice.exe'
|
|
|
|
|
- Image|endswith:
|
2022-10-28 15:06:36 +02:00
|
|
|
- '\PsService.exe'
|
|
|
|
|
- '\PsService64.exe'
|
2022-06-16 23:37:50 +01:00
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Legitimate use of PsService by an administrator
|
|
|
|
|
level: medium
|