Files
keyboardcrunch-sentinelone-…/queries/windows/windows_service_creation.yml
T
2020-12-05 21:45:38 -06:00

16 lines
390 B
YAML

title: Service Created
description: Detects creation and modification of windows services through binPath
argument to sc.exe.
author: keyboardcrunch
date: 10/10/2020
modified: 05/12/2020
mitre:
tactic: Privilege Escalation
technique: T1543
subtechnique: 003
operating_system: windows
query: TgtProcName = "sc.exe" AND TgtProcCmdLine Contains "binPath="
false_positives:
tags: