2020-10-13 07:33:55 +00:00
|
|
|
title: SMB Create Remote File Admin Share
|
|
|
|
id: b210394c-ba12-4f89-9117-44a2464b9511
|
|
|
|
description: Look for non-system accounts SMB accessing a file with write (0x2) access mask via administrative share (i.e C$).
|
|
|
|
status: experimental
|
|
|
|
date: 2020/08/06
|
|
|
|
author: Jose Rodriguez (@Cyb3rPandaH), OTR (Open Threat Research)
|
|
|
|
tags:
|
|
|
|
- attack.lateral_movement
|
|
|
|
- attack.t1021.002
|
|
|
|
references:
|
|
|
|
- https://github.com/OTRF/ThreatHunter-Playbook/blob/master/playbooks/WIN-201012004336.yaml
|
|
|
|
- https://mordordatasets.com/notebooks/small/windows/08_lateral_movement/SDWIN-200806015757.html?highlight=create%20file
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
detection:
|
2021-04-07 22:32:01 +00:00
|
|
|
selection:
|
2020-10-13 07:33:55 +00:00
|
|
|
EventID: 5145
|
2021-04-07 22:32:01 +00:00
|
|
|
ShareName|endswith: 'C$'
|
2020-10-13 07:33:55 +00:00
|
|
|
AccessMask: '0x2'
|
|
|
|
filter:
|
2021-04-07 22:32:01 +00:00
|
|
|
SubjectUserName|endswith: '$'
|
2020-10-13 07:33:55 +00:00
|
|
|
condition: selection and not filter
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|