2017-03-14 14:53:03 +01:00
|
|
|
title: Access to ADMIN$ Share
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 098d7118-55bc-4912-a836-dc6483a8d150
|
2021-11-27 11:33:14 +01:00
|
|
|
status: test
|
2018-06-08 11:38:27 +02:00
|
|
|
description: Detects access to $ADMIN share
|
2017-03-14 14:53:03 +01:00
|
|
|
author: Florian Roth
|
2020-01-30 16:07:37 +01:00
|
|
|
date: 2017/03/04
|
2021-11-27 11:33:14 +01:00
|
|
|
modified: 2021/11/27
|
2017-03-14 14:53:03 +01:00
|
|
|
logsource:
|
2021-11-27 11:33:14 +01:00
|
|
|
product: windows
|
|
|
|
|
service: security
|
|
|
|
|
definition: 'The advanced audit policy setting "Object Access > Audit File Share" must be configured for Success/Failure'
|
2017-03-14 14:53:03 +01:00
|
|
|
detection:
|
2021-11-27 11:33:14 +01:00
|
|
|
selection:
|
|
|
|
|
EventID: 5140
|
|
|
|
|
ShareName: Admin$
|
|
|
|
|
filter:
|
|
|
|
|
SubjectUserName|endswith: '$'
|
|
|
|
|
condition: selection and not filter
|
2020-01-30 16:07:37 +01:00
|
|
|
falsepositives:
|
2021-11-27 11:33:14 +01:00
|
|
|
- Legitimate administrative activity
|
2017-03-14 14:53:03 +01:00
|
|
|
level: low
|
2021-11-27 11:33:14 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.lateral_movement
|
|
|
|
|
- attack.t1021.002
|