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

Update mapping on various Maps for better readability during analysis #102

Merged
merged 5 commits into from
Jan 20, 2021
Merged
Show file tree
Hide file tree
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
Expand Up @@ -6,14 +6,11 @@ Provider: Microsoft-Windows-Bits-Client
Maps:
-
Property: UserName
PropertyValue: "jobOwner: %jobOwner%%string2%"
PropertyValue: "%jobOwner%"
Values:
-
Name: jobOwner
Value: "/Event/EventData/Data[@Name=\"jobOwner\"]"
-
Name: string2
Value: "/Event/EventData/Data[@Name=\"string2\"]"
-
Property: ExecutableInfo
PropertyValue: "%processPath%"
Expand All @@ -23,14 +20,11 @@ Maps:
Value: "/Event/EventData/Data[@Name=\"processPath\"]"
-
Property: PayloadData1
PropertyValue: "jobTitle: %jobTitle%%string%"
PropertyValue: "jobTitle: %jobTitle%"
Values:
-
Name: jobTitle
Value: "/Event/EventData/Data[@Name=\"jobTitle\"]"
-
Name: string
Value: "/Event/EventData/Data[@Name=\"string\"]"
-
Property: PayloadData2
PropertyValue: "jobId: %jobId%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ EventId: 100
Channel: "Microsoft-Windows-TaskScheduler/Operational"
Provider: Microsoft-Windows-TaskScheduler
Maps:
-
Property: UserName
PropertyValue: "Context: %UserContext%"
Values:
-
Name: UserContext
Value: "/Event/EventData/Data[@Name=\"UserContext\"]"
-
Property: PayloadData1
PropertyValue: "Task: %TaskName%"
Values:
-
Name: TaskName
Value: "/Event/EventData/Data[@Name=\"TaskName\"]"
-
Property: PayloadData2
PropertyValue: "Context: %UserContext%"
Values:
-
Name: UserContext
Value: "/Event/EventData/Data[@Name=\"UserContext\"]"
-
Property: PayloadData3
Property: PayloadData2
PropertyValue: "Instance Id: %InstanceId%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ EventId: 102
Channel: "Microsoft-Windows-TaskScheduler/Operational"
Provider: Microsoft-Windows-TaskScheduler
Maps:
-
Property: UserName
PropertyValue: "Context: %UserContext%"
Values:
-
Name: UserContext
Value: "/Event/EventData/Data[@Name=\"UserContext\"]"
-
Property: PayloadData1
PropertyValue: "Task: %TaskName%"
Values:
-
Name: TaskName
Value: "/Event/EventData/Data[@Name=\"TaskName\"]"
-
Property: PayloadData2
PropertyValue: "Context: %UserContext%"
Values:
-
Name: UserContext
Value: "/Event/EventData/Data[@Name=\"UserContext\"]"
-
Property: PayloadData3
Property: PayloadData2
PropertyValue: "Instance Id: %InstanceId%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maps:
Name: UserName
Value: "/Event/EventData/Data[@Name=\"UserName\"]"
-
Property: PayloadData3
Property: PayloadData2
PropertyValue: "Instance Id: %InstanceId%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maps:
Name: Path
Value: "/Event/EventData/Data[@Name=\"Path\"]"
-
Property: PayloadData3
Property: PayloadData2
PropertyValue: "ProcessID: %ProcessID%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maps:
Name: ActionName
Value: "/Event/EventData/Data[@Name=\"ActionName\"]"
-
Property: PayloadData3
Property: PayloadData2
PropertyValue: "Instance Id: %TaskInstanceId%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maps:
Name: ActionName
Value: "/Event/EventData/Data[@Name=\"ActionName\"]"
-
Property: PayloadData3
Property: PayloadData2
PropertyValue: "Instance Id: %TaskInstanceId%"
Values:
-
Expand Down