Rule: User account added to local Administrators

This commit is contained in:
Florian Roth
2017-03-14 12:51:50 +01:00
parent cb683a6b56
commit 2e32e1bb43
@@ -0,0 +1,17 @@
title: User Added to Local Administrators
description: This rule triggers on user accounts that are added to the local Administrators group, which could be legitimate activity or a sign of privilege escalation activity
status: stable
author: Florian Roth
logsource:
product: windows
service: system
detection:
selection:
EventID: 4732
GroupName: Administrators
filter:
SubjectAccountName: '*$'
condition: selection and not filter
falsepositives:
- Legitimate administrative activity
level: low