mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
19 lines
495 B
YAML
19 lines
495 B
YAML
title: Access to ADMIN$ Share
|
|
description:
|
|
status: experimental
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
description: 'The advanced audit policy setting "Object Access > Audit File Share" must be configured for Success/Failure'
|
|
detection:
|
|
selection:
|
|
EventID: 5140
|
|
ShareName: Admin$
|
|
filter:
|
|
SubjectAccountName: '*$'
|
|
condition: selection and not filter
|
|
falsepositives:
|
|
- Legitimate administrative activity
|
|
level: low
|