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

16 lines
392 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: null
mitre:
tactic: Privilege Escalation
technique: T1543
subtechnique: 003
operating_system: windows
query: TgtProcName = "sc.exe" AND TgtProcCmdLine Contains "binPath="
false_positives: null
tags: null