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

Added LogonIDs and ActivityIDs #59

Merged
merged 1 commit into from
Dec 24, 2020
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 @@ -11,7 +11,14 @@ Maps:
-
Name: DestServer
Value: "/Event/EventData/Data[@Name=\"Value\"]"

-
Property: PayloadData6
PropertyValue: "ActivityID: %ActivityID%"
Values:
-
Name: ActivityID
Value: "/Event/System/Correlation/@ActivityID"

# Documentation:
# RDP ClientActiveX is trying to connect to the server ([Destination Host Name]).
# https://cyber-tls.blogspot.com/2019/08/rdp.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ Maps:
-
Name: DomainName
Value: "/Event/EventData/Data[@Name=\"DomainName\"]"

-
Property: PayloadData6
PropertyValue: "ActivityID: %ActivityID%"
Values:
-
Name: ActivityID
Value: "/Event/System/Correlation/@ActivityID"

# Documentation:
# https://cyber-tls.blogspot.com/2019/08/rdp.html
# https://social.technet.microsoft.com/wiki/contents/articles/37847.rdp-direct-connection-with-nla-remote-desktop-client-event-logs.aspx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ Maps:
-
Name: LogonType
Value: "/Event/EventData/Data[@Name=\"LogonType\"]"
-
Property: PayloadData3
PropertyValue: "LogonId: %TargetLogonId%"
Values:
-
Name: TargetLogonId
Value: "/Event/EventData/Data[@Name=\"TargetLogonId\"]"
-
Property: ExecutableInfo
PropertyValue: "%ProcessName%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Maps:
-
Name: LogonType
Value: "/Event/EventData/Data[@Name=\"LogonType\"]"
-
Property: PayloadData3
PropertyValue: "LogonId: %TargetLogonId%"
Values:
-
Name: TargetLogonId
Value: "/Event/EventData/Data[@Name=\"TargetLogonId\"]"

# Documentation:
# https://ponderthebits.com/2018/02/windows-rdp-related-event-logs-identification-tracking-and-investigation/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Maps:
-
Name: TargetUserName
Value: "/Event/EventData/Data[@Name=\"TargetUserName\"]"
-
Property: PayloadData3
PropertyValue: "LogonId: %TargetLogonId%"
Values:
-
Name: TargetLogonId
Value: "/Event/EventData/Data[@Name=\"TargetLogonId\"]"

# Documentation:
# https://ponderthebits.com/2018/02/windows-rdp-related-event-logs-identification-tracking-and-investigation/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Maps:
-
Name: PrivilegeList
Value: "/Event/EventData/Data[@Name=\"PrivilegeList\"]"
-
Property: PayloadData3
PropertyValue: "LogonId: %SubjectLogonId%"
Values:
-
Name: SubjectLogonId
Value: "/Event/EventData/Data[@Name=\"SubjectLogonId\"]"

# Documentation:
# https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=4672
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Maps:
Value: "/Event/EventData/Data[@Name=\"ClientName\"]"
-
Property: PayloadData1
PropertyValue: "%SessionName%"
Values:
-
Name: SessionName
Value: "/Event/EventData/Data[@Name=\"SessionName\"]"
-
Property: PayloadData3
PropertyValue: "LogonId: %LogonID%"
Values:
-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Maps:
Value: "/Event/EventData/Data[@Name=\"ClientName\"]"
-
Property: PayloadData1
PropertyValue: "%SessionName%"
Values:
-
Name: SessionName
Value: "/Event/EventData/Data[@Name=\"SessionName\"]"
-
Property: PayloadData3
PropertyValue: "LogonId: %LogonID%"
Values:
-
Expand Down