IT Toolbox

Event ID 5140 — Access to network sharing

View my favorites

A network sharing was accessed.

Source of event

Microsoft-Windows-Security-Auditing — Security category.

Possible causes

  • Normal access to SMB sharing
  • Script or network application
  • Recognition of sharing

Verifications to be carried out

  1. Read Share Name
  2. Identify Source Address
  3. Correlate with Account and Detailed Access 5145

Useful orders….

Get-WinEvent -FilterHashtable @{LogName='Security'; Id=5140} -MaxEvents 50

To be retained….

An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.

♡ 0