mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
16 lines
502 B
YAML
16 lines
502 B
YAML
title: PsExec Service Start
|
|
description: Detects a PsExec service start
|
|
author: Florian Roth
|
|
date: 2018/03/13
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
description: 'Requirements: Audit Policy : Detailed Tracking > Audit Process creation, Group Policy : Administrative Templates\System\Audit Process Creation'
|
|
detection:
|
|
selection:
|
|
EventID: 4688
|
|
CommandLine: 'C:\Windows\PSEXESVC.exe'
|
|
condition: 1 of them
|
|
falsepositives:
|
|
- Administrative activity
|
|
level: low |