Detection rules › Sigma

Hidden Local User Creation

Status
test
Severity
high
Log source
product windows, service security
Author
Christian Burkard (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects the creation of a local hidden user account which should not happen for event ID 4720.

MITRE ATT&CK coverage

TacticTechniques
PersistenceT1136.001 Create Account: Local Account

Event coverage

ProviderEventTitle
Security-AuditingEvent ID 4720A user account was created.

Rule body yaml

title: Hidden Local User Creation
id: 7b449a5e-1db5-4dd0-a2dc-4e3a67282538
status: test
description: Detects the creation of a local hidden user account which should not happen for event ID 4720.
references:
    - https://twitter.com/SBousseaden/status/1387743867663958021
author: Christian Burkard (Nextron Systems)
date: 2021-05-03
modified: 2024-01-16
tags:
    - attack.persistence
    - attack.t1136.001
logsource:
    product: windows
    service: security
detection:
    selection:
        EventID: 4720
        TargetUserName|endswith: '$'
    filter_main_homegroup:
        TargetUserName: 'HomeGroupUser$'
    condition: selection and not 1 of filter_main_*
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection and not 1 of filter_main_*

Stage 1: selection

selection:
    EventID: 4720
    TargetUserName|endswith: '$'

Stage 2: not filter_main_homegroup

filter_main_homegroup:
    TargetUserName: 'HomeGroupUser$'

Exclusions

Top-level NOT(...) conjuncts: predicates this rule actively suppresses.

FieldKindExcluded values
TargetUserNameeqHomeGroupUser$

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
TargetUserNameends_with
  • $ corpus 7 (sigma 5, kusto 2)