Skip to content

Commit

Permalink
Merge pull request #177 from CluelessAtCoding/master
Browse files Browse the repository at this point in the history
Create Microsoft-Windows-SmbClient-Security_Microsoft-Windows-SMBClie…
  • Loading branch information
AndrewRathbun authored Nov 25, 2021
2 parents e07daf9 + a1f072c commit c0e7533
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
Author: Paul Elliott
Description: The SMB client failed to connect to the share
EventId: 31010
Channel: "Microsoft-Windows-SmbClient/Security"
Provider: Microsoft-Windows-SMBClient
Maps:
-
Property: PayloadData1
PropertyValue: "Share Name: %ShareName%"
Values:
-
Name: ShareName
Value: "/Event/EventData/Data[@Name=\"ShareName\"]"
-
Property: PayloadData2
PropertyValue: "Reason: %Reason%"
Values:
-
Name: Reason
Value: "/Event/EventData/Data[@Name=\"Reason\"]"

Lookups:
-
Name: Reason
Default: Unknown code
Values:
12: Access Denied.

# Documentation:
#
#
# Example Event Data:
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="Microsoft-Windows-SMBClient" Guid="{988c59c5-0a1c-45b6-a555-0c62276e327d}" />
# <EventID>31010</EventID>
# <Version>0</Version>
# <Level>2</Level>
# <Task>0</Task>
# <Opcode>0</Opcode>
# <Keywords>0x200000000000100</Keywords>
# <TimeCreated SystemTime="1999-12-31T23:59:59.6168183Z" />
# <EventRecordID>123456</EventRecordID>
# <Correlation />
# <Execution ProcessID="0" ThreadID="0" />
# <Channel>Microsoft-Windows-SmbClient/Security</Channel>
# <Computer>machine.domain.tld</Computer>
# <Security />
# </System>
# <EventData>
# <Data Name="Reason">12</Data>
# <Data Name="Status">3221225506</Data>
# <Data Name="ShareNameLength">17</Data>
# <Data Name="ShareName">\fileserver\share</Data>
# <Data Name="ObjectNameLength">0</Data>
# <Data Name="ObjectName" />
# </EventData>
# </Event>

0 comments on commit c0e7533

Please sign in to comment.