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

New Cisco AnyConnect/DHCP, updated PrintService maps #158

Merged
merged 17 commits into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
@@ -0,0 +1,36 @@

Author: esecrpm
Description: Cisco AnyConnect VPN Connection Established
EventId: 2039
Channel: "Cisco AnyConnect Secure Mobility Client"
Provider: acvpnagent
Maps:
-
Property: PayloadData1
PropertyValue: "%PayloadData1%"
Values:
-
Name: PayloadData1
Value: "/Event/EventData/Data"
Refine: "(?<=, )[^,\\d]+(?=,)"

# Documentation
# N/A
#
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="acvpnagent" />
# <EventID Qualifiers="25600">2039</EventID>
# <Level>4</Level>
# <Task>0</Task>
# <Keywords>0x80000000000000</Keywords>
# <TimeCreated SystemTime="2020-10-08T15:58:49.2901037Z" />
# <EventRecordID>7188</EventRecordID>
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel>
# <Computer>foobar</Computer>
# <Security />
# </System>
# <EventData>
# <Data>The VPN connection has been established and can now pass data.</Data>
# </EventData>
# </Event>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Author: esecrpm
Description: Cisco AnyConnect VPN Active Interface Addresses
EventId: 2072
Channel: "Cisco AnyConnect Secure Mobility Client"
Provider: acvpnagent
Maps:
-
Property: PayloadData1
PropertyValue: "%PayloadData1%"
Values:
-
Name: PayloadData1
Value: "/Event/EventData/Data"
Refine: "(?<=, )[^,\\d]+(?=,)"

# Documentation
# N/A
#
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="acvpnagent" />
# <EventID Qualifiers="25600">2072</EventID>
# <Level>4</Level>
# <Task>0</Task>
# <Keywords>0x80000000000000</Keywords>
# <TimeCreated SystemTime="2020-10-09T11:59:43.2405786Z" />
# <EventRecordID>7519</EventRecordID>
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel>
# <Computer>foobar</Computer>
# <Security />
# </System>
# <EventData>
# <Data>IP addresses from active interfaces: Ethernet: 10.1.1.1, FE80::1234</Data>
# </EventData>
# </Event>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Author: esecrpm
Description: Cisco AnyConnect VPN Host Configuration
EventId: 2079
Channel: "Cisco AnyConnect Secure Mobility Client"
Provider: acvpnagent
Maps:
-
Property: PayloadData1
PropertyValue: "%PayloadData1%"
Values:
-
Name: PayloadData1
Value: "/Event/EventData/Data"
Refine: "(?<=, )[^,\\d]+(?=,)"

# Documentation
# N/A
#
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="acvpnagent" />
# <EventID Qualifiers="25600">2079</EventID>
# <Level>4</Level>
# <Task>0</Task>
# <Keywords>0x80000000000000</Keywords>
# <TimeCreated SystemTime="2020-10-08T21:36:58.4956470Z" />
# <EventRecordID>7373</EventRecordID>
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel>
# <Computer>foobar</Computer>
# <Security />
# </System>
# <EventData>
# <Data>Host Configuration: Public address: N/A Potential public addresses: Private Address: 10.1.1.1/8 Private IPv6 Address: FE80::1234/126 (auto-generated) Remote Peers: 2.1.1.1 (TCP port 443, UDP port 443), 2.1.1.1 (TCP port 80) Private Networks: none Private IPv6 Networks: none Public Networks: none Public IPv6 Networks: none Tunnel Mode: no Tunnel all DNS: no</Data>
# </EventData>
# </Event>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Author: esecrpm
Description: Cisco AnyConnect VPN client's public address
EventId: 2085
Channel: "Cisco AnyConnect Secure Mobility Client"
Provider: acvpnagent
Maps:
-
Property: PayloadData1
PropertyValue: "%PayloadData1%"
Values:
-
Name: PayloadData1
Value: "/Event/EventData/Data"
Refine: "(?<=, )[^,\\d]+(?=,)"

# Documentation
# N/A
#
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="acvpnagent" />
# <EventID Qualifiers="25600">2085</EventID>
# <Level>4</Level>
# <Task>0</Task>
# <Keywords>0x80000000000000</Keywords>
# <TimeCreated SystemTime="2021-02-02T13:01:47.262480100Z" />
# <EventRecordID>198651</EventRecordID>
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel>
# <Computer>foobar</Computer>
# <Security />
# </System>
# <EventData>
# <Data>The client's public address is now set to 192.168.1.1</Data>
# </EventData>
# </Event>
35 changes: 35 additions & 0 deletions evtx/Maps/Cisco-AnyConnect-Secure-Mobility-Client_acvpnui_3021.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Author: esecrpm
Description: Cisco AnyConnect VPN message sent to user
EventId: 3021
Channel: "Cisco AnyConnect Secure Mobility Client"
Provider: acvpnui
Maps:
-
Property: PayloadData1
PropertyValue: "%PayloadData1%"
Values:
-
Name: PayloadData1
Value: "/Event/EventData/Data"
Refine: "(?<=, )[^,\\d]+(?=,)"

# Documentation
# N/A
#
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="acvpnui" />
# <EventID Qualifiers="25600">3021</EventID>
# <Level>4</Level>
# <Task>0</Task>
# <Keywords>0x80000000000000</Keywords>
# <TimeCreated SystemTime="2020-10-08T15:58:28.7588300Z" />
# <EventRecordID>7050</EventRecordID>
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel>
# <Computer>foobar</Computer>
# <Security />
# </System>
# <EventData>
# <Data>Message type information sent to the user: Establishing VPN session...</Data>
# </EventData>
# </Event>
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Author: esecrpm
Description: Windows DHCP Client WiFi SSID Received
EventId: 50067
Channel: "Microsoft-Windows-Dhcp-Client/Admin"
Provider: Microsoft-Windows-Dhcp-Client
Maps:
-
Property: PayloadData1
PropertyValue: "SSID: %PayloadData1%"
Values:
-
Name: PayloadData1
Value: "/Event/EventData/Data[@Name=\"NetworkHint\"]"
Refine: "(?<=, )[^,\\d]+(?=,)"
-
Property: PayloadData2
PropertyValue: "MAC Address: %PayloadData2%"
Values:
-
Name: PayloadData2
Value: "/Event/EventData/Data[@Name=\"HWAddress\"]"
Refine: "(?<=, )[^,\\d]+(?=,)"

# Documentation
# N/A
#
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
# <System>
# <Provider Name="Microsoft-Windows-Dhcp-Client" Guid="{15a7a4f8-0072-4eab-abad-f98a4d666aed}" />
# <EventID>50067</EventID>
# <Version>0</Version>
# <Level>4</Level>
# <Task>3</Task>
# <Opcode>57</Opcode>
# <Keywords>0x4000000000000000</Keywords>
# <TimeCreated SystemTime="2020-10-08T22:11:09.9522595Z" />
# <EventRecordID>30</EventRecordID>
# <Correlation />
# <Execution ProcessID="1912" ThreadID="2308" />
# <Channel>Microsoft-Windows-Dhcp-Client/Admin</Channel>
# <Computer>foobar</Computer>
# <Security UserID="S-1-5-19" />
# </System>
# <EventData>
# <Data Name="NetworkHintString">WiFi_SSID</Data>
# <Data Name="NetworkHint">576946695F53534944</Data>
# <Data Name="HWLength">6</Data>
# <Data Name="HWAddress">001122334455</Data>
# </EventData>
# </Event>
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ Maps:
Value: "/Event/UserData/DocumentPrinted/Param3"
-
Property: PayloadData2
PropertyValue: "Print Host: %PrintHost%"
Values:
-
Name: PrintHost
Value: "/Event/UserData/DocumentPrinted/Param4"
-
Property: PayloadData3
PropertyValue: "Printer Name: %PrinterName%"
Values:
-
Name: PrinterName
Value: "/Event/UserData/DocumentPrinted/Param5"
-
Property: PayloadData4
Property: PayloadData3
PropertyValue: "Document Name: %DocumentName%"
Values:
-
Name: DocumentName
Value: "/Event/UserData/DocumentPrinted/Param2"
-
Property: PayloadData4
PropertyValue: "Printer Port: %PrinterPort%"
Values:
-
Name: PrinterPort
Value: "/Event/UserData/DocumentPrinted/Param4"
-
Property: PayloadData5
PropertyValue: "Size in Bytes: %Bytes%"
Expand Down