-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from forensenellanebbia/master
New maps for Citrix events
- Loading branch information
Showing
6 changed files
with
192 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Author: Gabriele Zambelli @gazambelli | ||
Description: Citrix user session started | ||
EventId: 1027 | ||
Channel: Application | ||
Provider: "Citrix Desktop Service" | ||
Maps: | ||
- | ||
Property: Username | ||
PropertyValue: "Target: %user%" | ||
Values: | ||
- | ||
Name: user | ||
Value: "/Event/EventData/Data" | ||
Refine: "^.*(?=, )" | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "SessionID: %SessionID%" | ||
Values: | ||
- | ||
Name: SessionID | ||
Value: "/Event/EventData/Data" | ||
Refine: "[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}" | ||
|
||
# Documentation: | ||
# https://discussions.citrix.com/topic/342198-xendesktop-7-interactive-session-slows-logon/page/9/ | ||
# | ||
# Example Event Data: | ||
# <Event> | ||
# <System> | ||
# <Provider Name="Citrix Desktop Service" /> | ||
# <EventID Qualifiers="16384">1027</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-10-07 08:19:49.0000000" /> | ||
# <EventRecordID>359095</EventRecordID> | ||
# <Channel>Application</Channel> | ||
# <Computer>hostname</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
# <Data>remoteuser, 1234abcd-12ab-12ab-12ab-123456abcdef</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Author: Gabriele Zambelli @gazambelli | ||
Description: Citrix user session disconnected | ||
EventId: 1049 | ||
Channel: Application | ||
Provider: "Citrix Desktop Service" | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "SessionID: %SessionID%" | ||
Values: | ||
- | ||
Name: SessionID | ||
Value: "/Event/EventData/Data" | ||
|
||
# Documentation: | ||
# https://computergarage.org/citrix-desktop-service-eventid-1049-the-session-was-disconnected.html | ||
# | ||
# Example Event Data: | ||
# <Event> | ||
# <System> | ||
# <Provider Name="Citrix Desktop Service" /> | ||
# <EventID Qualifiers="16384">1049</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-10-26 17:22:45.0000000" /> | ||
# <EventRecordID>3590389</EventRecordID> | ||
# <Channel>Application</Channel> | ||
# <Computer>hostname</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
# <Data>1234abcd-12ab-12ab-12ab-123456abcdef</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Author: Gabriele Zambelli @gazambelli | ||
Description: Citrix client printer auto-creation failed | ||
EventId: 1106 | ||
Channel: Application | ||
Provider: MetaFrameEvents | ||
Maps: | ||
- | ||
Property: RemoteHost | ||
PropertyValue: "%ClientName%" | ||
Values: | ||
- | ||
Name: ClientName | ||
Value: "/Event/EventData/Data" | ||
Refine: "^[a-z0-9-]*" | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "Printer: %Printer%" | ||
Values: | ||
- | ||
Name: Printer | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, ).*" | ||
|
||
# Documentation: | ||
# https://support.citrix.com/article/CTX137114 | ||
# | ||
# Example Event Data: | ||
# <Event> | ||
# <System> | ||
# <Provider Name="MetaFrameEvents" /> | ||
# <EventID Qualifiers="49152">1106</EventID> | ||
# <Level>3</Level> | ||
# <Task>2</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-10-24 14:50:50.0000000" /> | ||
# <EventRecordID>3587921</EventRecordID> | ||
# <Channel>Application</Channel> | ||
# <Computer>hostname</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
# <Data>NOTEBOOK, Brother PC-FAX v.3.2 #2 (from NOTEBOOK) in session 2, Brother PC-FAX v.3.2</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Author: Gabriele Zambelli @gazambelli | ||
Description: Windows Script Host (WSH) | ||
EventId: 0 | ||
Channel: Application | ||
Provider: WSH | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
|
||
# Documentation: | ||
# http://www.eventid.net/display-eventid-0-source-WSH-eventno-3533-phase-1.htm | ||
# | ||
# Example Event Data: | ||
# <Event> | ||
# <System> | ||
# <Provider Name="WSH" /> | ||
# <EventID Qualifiers="0">0</EventID> | ||
# <Level>0</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-10-03 15:26:28.0000000" /> | ||
# <EventRecordID>359861</EventRecordID> | ||
# <Channel>Application</Channel> | ||
# <Computer>hostname</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
# <Data></Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters