Skip to content

Commit 67701f7

Browse files
Merge pull request #172 from AndrewRathbun/master
Update Security_Microsoft-Windows-Security-Auditing_4688.map
2 parents 3159737 + 7619c84 commit 67701f7

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

evtx/Maps/Security_Microsoft-Windows-Security-Auditing_4688.map

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Author: Eric Zimmerman saericzimmerman@gmail.com and Andrew Rathbun
2-
Description: Process tracking
2+
Description: A new process has been created
33
EventId: 4688
44
Channel: Security
55
Provider: Microsoft-Windows-Security-Auditing
@@ -30,11 +30,28 @@ Maps:
3030
Value: "/Event/EventData/Data[@Name=\"ProcessId\"]"
3131
-
3232
Property: PayloadData3
33+
PropertyValue: "Parent PID: %ProcessId%"
34+
Values:
35+
-
36+
Name: ProcessId
37+
Value: "/Event/EventData/Data[@Name=\"NewProcessId\"]"
38+
-
39+
Property: PayloadData4
3340
PropertyValue: "Mandatory label: %MandatoryLabel%"
3441
Values:
3542
-
3643
Name: MandatoryLabel
3744
Value: "/Event/EventData/Data[@Name=\"MandatoryLabel\"]"
45+
-
46+
Property: PayloadData5
47+
PropertyValue: "Target User: %targetDomain%\\%targetUser%"
48+
Values:
49+
-
50+
Name: targetDomain
51+
Value: "/Event/EventData/Data[@Name=\"TargetDomainName\"]"
52+
-
53+
Name: targetUser
54+
Value: "/Event/EventData/Data[@Name=\"TargetUserName\"]"
3855
-
3956
Property: ExecutableInfo
4057
PropertyValue: "%NewProcessName% %CommandLine%"

0 commit comments

Comments
 (0)