SigmaHQ/rules/windows/builtin/win_admin_share_access.yml

26 lines
707 B
YAML
Raw Normal View History

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
- 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
date: 2017/03/04
modified: 2020/08/23
2017-03-14 13:53:03 +00:00
logsource:
product: windows
service: security
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:
SubjectUserName|endswith: '$'
2017-03-14 13:53:03 +00:00
condition: selection and not filter
falsepositives:
2017-03-14 13:53:03 +00:00
- Legitimate administrative activity
level: low