Skip to content

Commit

Permalink
Merge pull request #75 from hyuunnn/master
Browse files Browse the repository at this point in the history
fix maps
  • Loading branch information
AndrewRathbun authored Dec 27, 2020
2 parents 922c5d9 + c425d3f commit 24bf675
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion evtx/Maps/Application_Application-Hang_1002.map
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Maps:
Values:
-
Name: Data
Value: "/Event/EventData/Data[text()]"
Value: "/Event/EventData/Data"

# Documentation:
# https://www.manageengine.com/products/eventlog/kb/event-1002-application-hang-error-help.html
Expand Down
2 changes: 1 addition & 1 deletion evtx/Maps/Application_MsiInstaller_10002.map
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Maps:
Values:
-
Name: Files
Value: "/Event/UserData/RmApplicationEvent/Files/File[text()]"
Value: "/Event/UserData/RmApplicationEvent/Files/File"

# Documentation:
# https://kb.eventtracker.com/evtpass/evtpages/EventId_10002_Microsoft-Windows-RestartManager_62090.asp
Expand Down
2 changes: 1 addition & 1 deletion evtx/Maps/Application_MsiInstaller_1033.map
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Maps:
Values:
-
Name: Data
Value: "/Event/EventData/Data[text()]"
Value: "/Event/EventData/Data"

# Documentation:
# https://kb.eventtracker.com/evtpass/evtpages/EventId_1033_MsiInstaller_63308.asp
Expand Down
2 changes: 1 addition & 1 deletion evtx/Maps/Application_MsiInstaller_1034.map
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Maps:
Values:
-
Name: Data
Value: "/Event/EventData/Data[text()]"
Value: "/Event/EventData/Data"

# Documentation:
# https://kb.eventtracker.com/evtpass/evtpages/EventId_1034_MsiInstaller_63315.asp
Expand Down
4 changes: 2 additions & 2 deletions evtx/Maps/Application_MsiInstaller_11707.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Provider: "MsiInstaller"
Maps:
-
Property: PayloadData1
PropertyValue: "Data: %Data%"
PropertyValue: "%Data%"
Values:
-
Name: Data
Value: "/Event/EventData/Data[1]"
Value: "/Event/EventData/Data"

# Documentation:
# https://kb.eventtracker.com/evtpass/evtpages/EventId_11707_MsiInstaller_47299.asp
Expand Down
4 changes: 2 additions & 2 deletions evtx/Maps/Application_MsiInstaller_11708.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Provider: "MsiInstaller"
Maps:
-
Property: PayloadData1
PropertyValue: "Data: %Data%"
PropertyValue: "%Data%"
Values:
-
Name: Data
Value: "/Event/EventData/Data[1]"
Value: "/Event/EventData/Data"

# Documentation:
# https://kb.eventtracker.com/evtpass/evtpages/EventId_11708_MsiInstaller_46225.asp
Expand Down
4 changes: 2 additions & 2 deletions evtx/Maps/Application_MsiInstaller_11724.map
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Provider: "MsiInstaller"
Maps:
-
Property: PayloadData1
PropertyValue: "Data: %Data%"
PropertyValue: "%Data%"
Values:
-
Name: Data
Value: "/Event/EventData/Data[1]"
Value: "/Event/EventData/Data"

# Documentation:
# https://kb.eventtracker.com/evtpass/evtpages/EventId_11724_Msiinstaller_52366.asp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Channel: "Microsoft-Windows-Shell-Core/Operational"
Provider: "Microsoft-Windows-Shell-Core"
Maps:
-
Property: PayloadData1
PropertyValue: "Name: %Name%"
Property: ExecutableInfo
PropertyValue: "%Name%"
Values:
-
Name: Name
Value: "/Event/EventData/Data[@Name=\"Name\"]"
-
Property: PayloadData2
Property: PayloadData1
PropertyValue: "AppID: %AppID%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ Channel: "Microsoft-Windows-User Profile Service/Operational"
Provider: "Microsoft-Windows-User Profiles Service"
Maps:
-
Property: PayloadData1
PropertyValue: "LocalPath: %LocalPath%"
Property: UserName
PropertyValue: "%LocalPath%"
Values:
-
Name: LocalPath
Value: "/Event/EventData/Data[@Name=\"LocalPath\"]"
Refine: "(?<=Users\\\\).*"

# Documentation:
# N/A
Expand Down

0 comments on commit 24bf675

Please sign in to comment.