Files
hayabusa/rules/Sigma/win_scm_database_handle_failure.yml
2021-11-14 11:00:56 +09:00

31 lines
896 B
YAML

title: SCM Database Handle Failure
author: Roberto Rodriguez @Cyb3rWard0g
date: 2019/08/12
description: Detects non-system users failing to get a handle of the SCM database.
detection:
SELECTION_1:
EventID: 4656
SELECTION_2:
ObjectType: SC_MANAGER OBJECT
SELECTION_3:
ObjectName: ServicesActive
SELECTION_4:
SubjectLogonId: '0x3e4'
condition: ((SELECTION_1 and SELECTION_2 and SELECTION_3) and not (SELECTION_4))
falsepositives:
- Unknown
id: 13addce7-47b2-4ca0-a98f-1de964d1d669
level: critical
logsource:
product: windows
service: security
modified: 2021/11/12
references:
- https://threathunterplaybook.com/notebooks/windows/07_discovery/WIN-190826010110.html
status: experimental
tags:
- attack.discovery
yml_filename: win_scm_database_handle_failure.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/builtin