2017-03-14 13:53:03 +00:00
|
|
|
title: Access to ADMIN$ Share
|
2018-06-08 09:38:27 +00:00
|
|
|
description: Detects access to $ADMIN share
|
2018-07-24 05:50:32 +00:00
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1077
|
2017-03-14 13:53:03 +00:00
|
|
|
status: experimental
|
|
|
|
author: Florian Roth
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2018-11-15 06:00:06 +00:00
|
|
|
definition: 'The advanced audit policy setting "Object Access > Audit File Share" must be configured for Success/Failure'
|
2017-03-14 13:53:03 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-03-21 09:24:20 +00:00
|
|
|
EventID: 5140
|
|
|
|
ShareName: Admin$
|
2017-03-14 13:53:03 +00:00
|
|
|
filter:
|
2018-03-26 20:53:38 +00:00
|
|
|
SubjectUserName: '*$'
|
2017-03-14 13:53:03 +00:00
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate administrative activity
|
|
|
|
level: low
|