Detection rules › Sigma

Register new Logon Process by Rubeus

Status
test
Severity
high
Log source
product windows, service security
Author
Roberto Rodriguez (source), Ilyas Ochkov (rule), oscd.community
Source
github.com/SigmaHQ/sigma

Detects potential use of Rubeus via registered new trusted logon process

MITRE ATT&CK coverage

Telemetry coverage

Rule body

title: Register new Logon Process by Rubeus
id: 12e6d621-194f-4f59-90cc-1959e21e69f7
status: test
description: Detects potential use of Rubeus via registered new trusted logon process
references:
    - https://posts.specterops.io/hunting-in-active-directory-unconstrained-delegation-forests-trusts-71f2b33688e1
author: Roberto Rodriguez (source), Ilyas Ochkov (rule), oscd.community
date: 2019-10-24
modified: 2022-10-09
tags:
    - attack.lateral-movement
    - attack.privilege-escalation
    - attack.credential-access
    - attack.t1558.003
logsource:
    product: windows
    service: security
detection:
    selection:
        EventID: 4611
        LogonProcessName: 'User32LogonProcesss'
    condition: selection
falsepositives:
    - Unknown
level: high

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    EventID: 4611
    LogonProcessName: 'User32LogonProcesss'

Indicators

These rows show field, operator, and value matches.