Files
blue-team-tools/rules/windows/builtin/security/win_user_creation.yml
T

29 lines
830 B
YAML
Raw Normal View History

2020-01-30 17:26:09 +01:00
title: Local User Creation
2019-11-12 23:12:27 +01:00
id: 66b6be3d-55d0-4f47-9855-d69df21740ea
2021-11-27 11:33:14 +01:00
status: test
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.
author: Patrick Bareiss
2021-11-27 11:33:14 +01:00
references:
- https://patrick-bareiss.com/detecting-local-user-creation-in-ad-with-sigma/
date: 2019/04/18
2022-01-17 14:18:33 +01:00
modified: 2021/01/17
logsource:
2021-11-27 11:33:14 +01:00
product: windows
service: security
detection:
2021-11-27 11:33:14 +01:00
selection:
Provider_Name: Microsoft-Windows-Security-Auditing
2021-11-27 11:33:14 +01:00
EventID: 4720
condition: selection
fields:
2021-11-27 11:33:14 +01:00
- EventCode
- AccountName
- AccountDomain
falsepositives:
2021-11-27 11:33:14 +01:00
- Domain Controller Logs
- Local accounts managed by privileged account management tools
2019-04-21 23:54:18 +02:00
level: low
2021-11-27 11:33:14 +01:00
tags:
- attack.persistence
- attack.t1136.001