Files
keyboardcrunch-sentinelone-…/queries/windows/modify_or_create_windows_service.yml
T

16 lines
405 B
YAML

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