Files
blue-team-tools/rules/windows/process_creation/win_susp_service_path_modification.yml
T

35 lines
915 B
YAML
Raw Normal View History

2020-02-20 23:00:16 +01:00
title: Suspicious Service Path Modification
2019-12-19 23:56:36 +01:00
id: 138d3531-8793-4f50-a2cd-f291b2863d78
2019-10-25 15:38:47 +04:00
description: Detects service path modification to powershell/cmd
status: experimental
2019-10-25 15:38:47 +04:00
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1031/T1031.yaml
tags:
- attack.persistence
- attack.privilege_escalation
2020-06-16 14:46:08 -06:00
- attack.t1543.003
- attack.t1031 # an old one
2019-10-25 15:38:47 +04:00
date: 2019/10/21
modified: 2020/08/28
2019-10-25 15:38:47 +04:00
author: Victor Sergeev, oscd.community
logsource:
category: process_creation
product: windows
2019-10-25 15:38:47 +04:00
detection:
selection_1:
Image|endswith: '\sc.exe'
CommandLine|contains|all:
- 'config'
- 'binpath'
selection_2:
CommandLine|contains:
- 'powershell'
- 'cmd'
condition: selection_1 and selection_2
2019-10-25 15:38:47 +04:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Unknown
level: high