Files
blue-team-tools/rules-deprecated/windows/registry_set_add_hidden_user.yml
T
Nasreddine Bencherchali c538550b03 feat: updates and fixes
2023-01-26 22:42:56 +01:00

26 lines
831 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/01/26
tags:
- attack.defense_evasion
- attack.t1564.002
logsource:
product: windows
category: registry_set
detection:
selection:
EventType: SetValue
TargetObject|contains: '\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist\'
TargetObject|endswith: '$'
Details: DWORD (0x00000000)
condition: selection
falsepositives:
- Unknown
level: high