Skip to content

Commit b837f96

Browse files
committed
Create Microsoft-DriverFrameworks-UserMode_2100.map
1 parent da22bd0 commit b837f96

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Author: Hyun Yi @hyuunnn
2+
Description: USB Connection
3+
EventId: 2100
4+
Channel: "Microsoft-Windows-DriverFrameworks-UserMode/Operational"
5+
Provider: Microsoft-Windows-DriverFrameworks-UserMode
6+
Maps:
7+
-
8+
Property: PayloadData1
9+
PropertyValue: "InstanceId: %InstanceId%"
10+
Values:
11+
-
12+
Name: InstanceId
13+
Value: "/Event/UserData/UMDFHostDeviceRequest/InstanceId"
14+
-
15+
Property: PayloadData2
16+
PropertyValue: "LifetimeId: %LifetimeId%"
17+
Values:
18+
-
19+
Name: LifetimeId
20+
Value: "/Event/UserData/UMDFHostDeviceRequest/LifetimeId"
21+
22+
# Valid properties include:
23+
24+
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
25+
# <System>
26+
# <Provider Name="Microsoft-Windows-DriverFrameworks-UserMode" Guid="{GUID}" />
27+
# <EventID>2100</EventID>
28+
# <Version>1</Version>
29+
# <Level>4</Level>
30+
# <Task>37</Task>
31+
# <Opcode>1</Opcode>
32+
# <Keywords>0x8000000000000000</Keywords>
33+
# <TimeCreated SystemTime="2020-12-06T08:47:21.6579567Z" />
34+
# <EventRecordID>27</EventRecordID>
35+
# <Correlation />
36+
# <Execution ProcessID="2184" ThreadID="8936" />
37+
# <Channel>Microsoft-Windows-DriverFrameworks-UserMode/Operational</Channel>
38+
# <Computer>ComputerName</Computer>
39+
# <Security UserID="S-1-5-19" />
40+
# </System>
41+
# <UserData>
42+
# <UMDFHostDeviceRequest xmlns="http://www.microsoft.com/DriverFrameworks/UserMode/Event">
43+
# <LifetimeId>{Value}</LifetimeId>
44+
# <InstanceId>SWD\WPDBUSENUM\_??_USBSTOR#DISK&VEN_SANDISK&PROD_CRUZER_BLADE&REV_1.27#{Value}&0#{Value}</InstanceId>
45+
# <RequestMajorCode>27</RequestMajorCode>
46+
# <RequestMinorCode>0</RequestMinorCode>
47+
# <Argument1>0x0</Argument1>
48+
# <Argument2>0x0</Argument2>
49+
# <Argument3>0x0</Argument3>
50+
# <Argument4>0x0</Argument4>
51+
# <Status>3221225659</Status>
52+
# </UMDFHostDeviceRequest>
53+
# </UserData>
54+
# </Event>
55+
#
56+
# Windows Vista, 7 : enable (default)
57+
# Windows 8~ : disable (default)
58+
# https://nxlog.co/documentation/nxlog-user-guide/windows-usb-auditing.html
59+
# https://www.reddit.com/r/sysadmin/comments/4dr2t2/security_guy_wants_to_log_usb_storage_devices_on/

0 commit comments

Comments
 (0)