2019-04-18 19:59:43 +02:00
title : Detects local user creation
2019-11-12 23:12:27 +01:00
id : 66b6be3d-55d0-4f47-9855-d69df21740ea
description : Detects local user creation on windows servers, which shouldn't happen in an Active Directory environment. Apply this Sigma Use Case on your windows
server logs and not on your DC logs.
2019-04-21 00:14:57 +02:00
status : experimental
2019-04-18 19:59:43 +02:00
tags :
2019-04-21 00:14:57 +02:00
- attack.persistence
- attack.t1136
2019-04-18 19:59:43 +02:00
references :
2019-11-12 23:12:27 +01:00
- https://patrick-bareiss.com/detecting-local-user-creation-in-ad-with-sigma/
2019-04-18 19:59:43 +02:00
author : Patrick Bareiss
logsource :
product : windows
service : security
detection :
selection :
EventID : 4720
condition : selection
fields :
- EventCode
2019-04-21 23:54:18 +02:00
- AccountName
- AccountDomain
2019-04-18 19:59:43 +02:00
falsepositives :
- Domain Controller Logs
2019-04-21 23:54:18 +02:00
- Local accounts managed by privileged account management tools
level : low
2019-04-18 19:59:43 +02:00