Files
blue-team-tools/rules/windows/sysmon/sysmon_susp_service_modify.yml
T
2019-08-28 17:13:54 +07:00

32 lines
684 B
YAML

---
action: global
title: Modify Existing Service
description: Detect persistence technique by modifying existing services
author: Lep
date: 2019/08/17
tags:
- attack.persistence
- attack.t1031
- attack.g0050
logsource:
category: process_creation
product: windows
detection:
sc:
Image_lc:
-'*\sc.exe'
CommandLine_lc: '*config*'
reg:
Image_lc:
-'*\reg.exe'
CommandLine_lc: '*hklm\system\currentcontrolset\services*'
condition: 1 of them
---
detection:
registry_edit:
EventID: 12
TargetObject: 'HKLM\SYSTEM\CurrentControlSet\Services*'
falsepositives:
- Real service edit
level: low