Files
blue-team-tools/deprecated/windows/proc_creation_win_sysinternals_psexec_service_execution.yml
2023-04-23 15:42:01 +02:00

39 lines
942 B
YAML

title: PsExec Tool Execution
id: fa91cc36-24c9-41ce-b3c8-3bbc3f2f67ba
related:
- id: 42c575ea-e41e-41f1-b248-8093c3e82a28
type: derived
status: deprecated
description: Detects PsExec service execution via default service image name
references:
- https://www.jpcert.or.jp/english/pub/sr/ir_research.html
- https://jpcertcc.github.io/ToolAnalysisResultSheet
author: Thomas Patzke
date: 2017/06/12
modified: 2023/02/28
tags:
- attack.execution
- attack.t1569.002
- attack.s0029
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\PSEXESVC.exe'
User|contains: # covers many language settings
- 'AUTHORI'
- 'AUTORI'
condition: selection
fields:
- EventID
- CommandLine
- ParentCommandLine
- ServiceName
- ServiceFileName
- TargetFilename
- PipeName
falsepositives:
- Unknown
level: low