Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Microsoft-Windows-SmbClient-Security_Microsoft-Windows-SMBClie… #177

Merged
merged 2 commits into from
Nov 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>