Files
blue-team-tools/deprecated/windows/registry_set_add_hidden_user.yml
frack113 bb2aea7c4d Refractor registry_set rules
Signed-off-by: frack113 <magicfrancois@gmail.com>
2023-08-17 08:57:52 +02:00

25 lines
803 B
YAML

title: User Account Hidden By Registry
id: 8a58209c-7ae6-4027-afb0-307a78e4589a
status: deprecated
description: Detect modification for a specific user to prevent that user from being listed on the logon screen
references:
- https://github.com/redcanaryco/atomic-red-team/blob/40b77d63808dd4f4eafb83949805636735a1fd15/atomics/T1564.002/T1564.002.md
author: frack113
date: 2022/08/20
modified: 2023/08/17
tags:
- attack.defense_evasion
- attack.t1564.002
logsource:
product: windows
category: registry_set
detection:
selection:
TargetObject|contains: '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist\'
TargetObject|endswith: '$'
Details: DWORD (0x00000000)
condition: selection
falsepositives:
- Unknown
level: high