SigmaHQ/rules/windows/process_creation/win_susp_service_path_modification.yml
Thomas Patzke 373424f145 Rule fixes
Made tests pass the new CI tests. Added further allowed lower case words
in rule test.
2020-02-20 23:00:16 +01:00

33 lines
835 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
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