Skip to content

Commit

Permalink
Create Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-D…
Browse files Browse the repository at this point in the history
…eviceSetupManager_101.map
  • Loading branch information
AndrewRathbun committed Jan 10, 2021
1 parent 7b606d0 commit d12e3ff
Showing 1 changed file with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Author: Andrew Rathbun
Description: Microsoft-Windows-DeviceSetupManager service shutting down
EventId: 101
Channel: "Microsoft-Windows-DeviceSetupManager/Admin"
Provider: "Microsoft-Windows-DeviceSetupManager"
Maps:
-
Property: PayloadData1
PropertyValue: "Prop_UpTime_Seconds: %Prop_UpTime_Seconds%"
Values:
-
Name: Prop_UpTime_Seconds
Value: "/Event/EventData/Data[@Name=\"Prop_UpTime_Seconds\"]"
-
Property: PayloadData2
PropertyValue: "Prop_WorkTime_MilliSeconds: %Prop_WorkTime_MilliSeconds%"
Values:
-
Name: Prop_WorkTime_MilliSeconds
Value: "/Event/EventData/Data[@Name=\"Prop_WorkTime_MilliSeconds\"]"

# Documentation:
# https://cyberforensicator.com/wp-content/uploads/2017/09/USB-Storage-Device-Forensics-for-Windows-10.pdf
# https://forensixchange.com/posts/19_08_03_usb_storage_forensics_1/
# https://www.swiftforensics.com/2013/11/event-log-entries-for-devices-in.html
# This event directly follows a 112 event.
#
# <Event>
# <System>
# <Provider Name="Microsoft-Windows-DeviceSetupManager" Guid="fcbb06bb-6a2a-46e3-abaa-246cb4e508b2" />
# <EventID>101</EventID>
# <Version>0</Version>
# <Level>4</Level>
# <Task>0</Task>
# <Opcode>0</Opcode>
# <Keywords>0x4000000000500000</Keywords>
# <TimeCreated SystemTime="2019-12-03 13:59:06.8134010" />
# <EventRecordID>1234</EventRecordID>
# <Correlation />
# <Execution ProcessID="908" ThreadID="13176" />
# <Channel>Microsoft-Windows-DeviceSetupManager/Admin</Channel>
# <Computer>HOSTNAME.domain.com</Computer>
# <Security UserID="S-1-5-18" />
# </System>
# <EventData>
# <Data Name="Prop_UpTime_Seconds">172</Data>
# <Data Name="Prop_WorkTime_MilliSeconds">51849</Data>
# </EventData>
# </Event>

0 comments on commit d12e3ff

Please sign in to comment.