diff --git a/rules/windows/builtin/win_admin_share_access.yml b/rules/windows/builtin/win_admin_share_access.yml new file mode 100644 index 000000000..8c1ec3dc9 --- /dev/null +++ b/rules/windows/builtin/win_admin_share_access.yml @@ -0,0 +1,17 @@ +title: Access to ADMIN$ Share +description: +status: experimental +author: Florian Roth +logsource: + product: windows + service: security +detection: + selection: + EventID: 4732 + GroupName: Administrators + filter: + SubjectAccountName: '*$' + condition: selection and not filter +falsepositives: + - Legitimate administrative activity +level: low