mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
26 lines
623 B
YAML
26 lines
623 B
YAML
title: Hidden Local User Creation
|
|
id: 7b449a5e-1db5-4dd0-a2dc-4e3a67282538
|
|
description: Detects the creation of a local hidden user account which should not happen for event ID 4720.
|
|
status: experimental
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1136.001
|
|
references:
|
|
- https://twitter.com/SBousseaden/status/1387743867663958021
|
|
author: Christian Burkard
|
|
date: 2021/05/03
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID: 4720
|
|
TargetUserName|endswith: '$'
|
|
condition: selection
|
|
fields:
|
|
- EventCode
|
|
- AccountName
|
|
falsepositives:
|
|
- unkown
|
|
level: high
|