title: Network Share Discovery (T1135)
id: df00tech-t1135
status: experimental
description: "Adversaries may look for folders and drives shared on remote systems as a means of identifying sources of information to gather as a precursor for Collection and to identify potential systems of interest for Lateral Movement. Networks often contain shared network drives and folders that enable users to access file directories on various systems across a network. File sharing over a Windows network occurs over the SMB protocol. Net can be used to query a remote system for available shared drives using the net view \\\\remotesystem command. It can also be used to query shared drives on the local system using net share. For macOS, the sharing -l command lists all shared points used for SMB services. Adversaries including Conti, BlackByte, Medusa, Latrodectus, QakBot, and Cuba have all leveraged network share discovery as a precursor to lateral movement, ransomware staging, and data collection operations, frequently calling NetShareEnum() directly or through net.exe wrappers."
references:
  - https://attack.mitre.org/techniques/T1135/
  - https://df00tech.com/detections/T1135
author: df00tech
date: 2026/04/18
tags:
  - attack.t1135
# NOTE: logsource is auto-derived and may need adjustment for your environment
logsource:
  category: process_creation
  product: windows
detection:
  # This detection logic could not be auto-translated; see the KQL/SPL query on df00tech.
  selection:
    EventID: '*'
  condition: selection
falsepositives:
  - "IT administrators running net view or net share during legitimate network inventory, troubleshooting, or helpdesk work"
  - "Backup agents and monitoring tools querying local or remote shares on a scheduled basis (e.g., Veeam, Backup Exec, SolarWinds Network Performance Monitor)"
  - "Vulnerability scanners and asset management platforms (Nessus, Qualys, Lansweeper) performing scheduled share enumeration as part of network discovery scans"
  - SCCM distribution point or DFS replication health checks that enumerate available shares on managed servers
  - "Developers or DevOps engineers using PowerShell Get-SmbShare or WMI to configure, validate, or document share permissions"
level: medium
