SigmaHQ/rules/windows/builtin/win_net_use_admin_share.yml

28 lines
878 B
YAML

title: Mounted Windows Admin Shares with net.exe
id: 3abd6094-7027-475f-9630-8ab9be7b9725
status: experimental
description: Detects when an admin share is mounted using net.exe
references:
- https://drive.google.com/file/d/1lKya3_mLnR3UQuCoiYruO3qgu052_iS_/view
author: 'oscd.community, Teymur Kheirkhabarov @HeirhabarovT, Zach Stanford @svch0st, wagga'
date: 2020/10/05
modified: 2021/06/27
tags:
- attack.lateral_movement
- attack.t1021.002
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\net.exe'
- '\net1.exe'
CommandLine|contains|all:
- ' use '
- '\\\*\\*$' # (Specs) If some wildcard after a backslash should be searched, the backslash has to be escaped: \\*
condition: selection
falsepositives:
- Administrators
level: medium