SigmaHQ/rules/windows/process_creation/win_psexesvc_start.yml
Thomas Patzke 7602309138 Increased indentation to 4
* Converted (to generic sigma) rules
* Converter outputs by default with indentation 4
2019-03-02 00:14:20 +01:00

20 lines
421 B
YAML

title: PsExec Service Start
description: Detects a PsExec service start
author: Florian Roth
date: 2018/03/13
modified: 2012/12/11
tags:
- attack.execution
- attack.t1035
- attack.s0029
logsource:
category: process_creation
product: windows
detection:
selection:
ProcessCommandLine: C:\Windows\PSEXESVC.exe
condition: selection
falsepositives:
- Administrative activity
level: low