mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
16 lines
405 B
YAML
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
|
|
|