SigmaHQ/rules/windows/process_creation/win_susp_service_path_modification.yml
2020-06-16 14:46:08 -06:00

34 lines
858 B
YAML

title: Suspicious Service Path Modification
id: 138d3531-8793-4f50-a2cd-f291b2863d78
description: Detects service path modification to powershell/cmd
status: experimental
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1031/T1031.yaml
tags:
- attack.persistence
- attack.t1031
- attack.t1543.003
date: 2019/10/21
modified: 2019/11/10
author: Victor Sergeev, oscd.community
logsource:
category: process_creation
product: windows
detection:
selection_1:
Image|endswith: '\sc.exe'
CommandLine|contains|all:
- 'config'
- 'binpath'
selection_2:
CommandLine|contains:
- 'powershell'
- 'cmd'
condition: selection_1 and selection_2
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high