2017-03-14 13:53:03 +00:00
|
|
|
title: Access to ADMIN$ Share
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 098d7118-55bc-4912-a836-dc6483a8d150
|
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
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1077 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1021.002
|
2017-03-14 13:53:03 +00:00
|
|
|
status: experimental
|
|
|
|
author: Florian Roth
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2017/03/04
|
2020-08-24 23:09:17 +00:00
|
|
|
modified: 2020/08/23
|
2017-03-14 13:53:03 +00:00
|
|
|
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:
|
2020-10-15 18:03:31 +00:00
|
|
|
SubjectUserName|endswith: '$'
|
2017-03-14 13:53:03 +00:00
|
|
|
condition: selection and not filter
|
2020-01-30 15:07:37 +00:00
|
|
|
falsepositives:
|
2017-03-14 13:53:03 +00:00
|
|
|
- Legitimate administrative activity
|
|
|
|
level: low
|