SigmaHQ/rules/windows/builtin/win_admin_share_access.yml

22 lines
576 B
YAML
Raw Normal View History

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
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: '*$'
2017-03-14 13:53:03 +00:00
condition: selection and not filter
falsepositives:
- Legitimate administrative activity
level: low