User Couldn't Call a Privileged Service 'LsaRegisterLogonProcess'

The 'LsaRegisterLogonProcess' function verifies that the application making the function call is a logon process by checking that it has the SeTcbPrivilege privilege set. Possible Rubeus tries to get a handle to LSA.

Sigma rule (View on GitHub)

 1title: User Couldn't Call a Privileged Service 'LsaRegisterLogonProcess'
 2id: 6daac7fc-77d1-449a-a71a-e6b4d59a0e54
 3status: test
 4description: The 'LsaRegisterLogonProcess' function verifies that the application making the function call is a logon process by checking that it has the SeTcbPrivilege privilege set. Possible Rubeus tries to get a handle to LSA.
 5references:
 6    - https://posts.specterops.io/hunting-in-active-directory-unconstrained-delegation-forests-trusts-71f2b33688e1
 7author: Roberto Rodriguez (source), Ilyas Ochkov (rule), oscd.community
 8date: 2019/10/24
 9modified: 2022/12/25
10tags:
11    - attack.lateral_movement
12    - attack.privilege_escalation
13    - attack.t1558.003
14logsource:
15    product: windows
16    service: security
17detection:
18    selection:
19        EventID: 4673
20        Service: 'LsaRegisterLogonProcess()'
21        Keywords: '0x8010000000000000'     # failure
22    condition: selection
23falsepositives:
24    - Unknown
25level: high

References

Related rules

to-top