Register new Logon Process by Rubeus

Detects potential use of Rubeus via registered new trusted logon process

Sigma rule (View on GitHub)

 1title: Register new Logon Process by Rubeus
 2id: 12e6d621-194f-4f59-90cc-1959e21e69f7
 3status: test
 4description: Detects potential use of Rubeus via registered new trusted logon process
 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-10-09
10tags:
11    - attack.lateral-movement
12    - attack.privilege-escalation
13    - attack.credential-access
14    - attack.t1558.003
15logsource:
16    product: windows
17    service: security
18detection:
19    selection:
20        EventID: 4611
21        LogonProcessName: 'User32LogonProcesss'
22    condition: selection
23falsepositives:
24    - Unknown
25level: high

References

Related rules

to-top