File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Author: Eric Zimmerman saericzimmerman@gmail.com and Andrew Rathbun
2
- Description: Process tracking
2
+ Description: A new process has been created
3
3
EventId: 4688
4
4
Channel: Security
5
5
Provider: Microsoft-Windows-Security-Auditing
@@ -30,11 +30,28 @@ Maps:
30
30
Value: "/Event/EventData/Data[@Name=\"ProcessId\"]"
31
31
-
32
32
Property: PayloadData3
33
+ PropertyValue: "Parent PID: %ProcessId%"
34
+ Values:
35
+ -
36
+ Name: ProcessId
37
+ Value: "/Event/EventData/Data[@Name=\"NewProcessId\"]"
38
+ -
39
+ Property: PayloadData4
33
40
PropertyValue: "Mandatory label: %MandatoryLabel%"
34
41
Values:
35
42
-
36
43
Name: MandatoryLabel
37
44
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\"]"
38
55
-
39
56
Property: ExecutableInfo
40
57
PropertyValue: "%NewProcessName% %CommandLine%"
You can’t perform that action at this time.
0 commit comments