mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
23 lines
650 B
YAML
23 lines
650 B
YAML
|
title: T1012 SAM Registry Hive Handle Request
|
||
|
description: Detects handles requested to SAM registry hive
|
||
|
status: experimental
|
||
|
date: 2019/08/12
|
||
|
modified: 2019/11/10
|
||
|
author: Roberto Rodriguez @Cyb3rWard0g
|
||
|
references:
|
||
|
- https://github.com/Cyb3rWard0g/ThreatHunter-Playbook/tree/master/playbooks/windows/07_discovery/T1012_query_registry/sam_registry_hive_access.md
|
||
|
tags:
|
||
|
- attack.discovery
|
||
|
- attack.t1012
|
||
|
logsource:
|
||
|
product: windows
|
||
|
service: security
|
||
|
detection:
|
||
|
selection:
|
||
|
EventID: 4656
|
||
|
ObjectType: 'Key'
|
||
|
ObjectName|endswith: '\SAM'
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- Unknown
|
||
|
level: critical
|