title: Access to ADMIN$ Share description: Detects access to $ADMIN share tags: - attack.lateral_movement - attack.t1077 status: experimental author: Florian Roth logsource: product: windows service: security definition: 'The advanced audit policy setting "Object Access > Audit File Share" must be configured for Success/Failure' detection: selection: EventID: 5140 ShareName: Admin$ filter: SubjectUserName: '*$' condition: selection and not filter falsepositives: - Legitimate administrative activity level: low