Detectionmediumtest
Windows Admin Share Mount Via Net.EXE
Detects when an admin share is mounted using net.exe
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
oscd.community, Teymur Kheirkhabarov, Zach Stanford, waggaCreated Mon Oct 05Updated Tue Feb 213abd6094-7027-475f-9630-8ab9be7b9725windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection_img:
- Image|endswith:
- '\net.exe'
- '\net1.exe'
- OriginalFileName:
- 'net.exe'
- 'net1.exe'
selection_cli:
CommandLine|contains|all:
- ' use '
- ' \\\\*\\*$'
condition: all of selection_*False Positives
Administrators
References
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
3abd6094-7027-475f-9630-8ab9be7b9725
Status
test
Level
medium
Type
Detection
Created
Mon Oct 05
Modified
Tue Feb 21
Path
rules/windows/process_creation/proc_creation_win_net_use_mount_admin_share.yml
Raw Tags
attack.lateral-movementattack.t1021.002