-
Notifications
You must be signed in to change notification settings - Fork 60
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 #51 from rathbuna/master
Standardization of Map Naming Convention, Update README
- Loading branch information
Showing
196 changed files
with
233 additions
and
120 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,66 @@ | ||
Author: Hyun Yi @hyuunnn | ||
Description: Terminated due to non-response | ||
EventId: 10002 | ||
Channel: "Application" | ||
Provider: "Microsoft-Windows-RestartManager" | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "FullPath: %FullPath%" | ||
Values: | ||
- | ||
Name: FullPath | ||
Value: "/Event/UserData/RmApplicationEvent/FullPath" | ||
- | ||
Property: PayloadData2 | ||
PropertyValue: "DisplayName: %DisplayName%" | ||
Values: | ||
- | ||
Name: DisplayName | ||
Value: "/Event/UserData/RmApplicationEvent/DisplayName" | ||
- | ||
Property: PayloadData3 | ||
PropertyValue: "Files: %Files%" | ||
Values: | ||
- | ||
Name: Files | ||
Value: "/Event/UserData/RmApplicationEvent/Files/File[text()]" | ||
|
||
# Valid properties include: | ||
|
||
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> | ||
# <System> | ||
# <Provider Name="Microsoft-Windows-RestartManager" Guid="{GUID}" /> | ||
# <EventID>10002</EventID> | ||
# <Version>0</Version> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Opcode>0</Opcode> | ||
# <Keywords>0x8000000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-12-06T08:21:49.5722615Z" /> | ||
# <EventRecordID>21064</EventRecordID> | ||
# <Correlation /> | ||
# <Execution ProcessID="8860" ThreadID="17736" /> | ||
# <Channel>Application</Channel> | ||
# <Computer>ComputerName</Computer> | ||
# <Security UserID="{UserID}" /> | ||
# </System> | ||
# <UserData> | ||
# <RmApplicationEvent xmlns="http://www.microsoft.com/2005/08/Windows/Reliability/RestartManager/"> | ||
# <RmSessionId>0</RmSessionId> | ||
# <FullPath>RealPlayerUpdateSvc.exe</FullPath> | ||
# <DisplayName>RealPlayer Update Service</DisplayName> | ||
# <AppVersion>0</AppVersion> | ||
# <AppType>3</AppType> | ||
# <TSSessionId>0</TSSessionId> | ||
# <Status>262146</Status> | ||
# <Pid>4220</Pid> | ||
# <nFiles>3</nFiles> | ||
# <Files> | ||
# <File>C:\Program Files (x86)\Real\UpdateService\RealPlayerUpdateSvc.exe</File> | ||
# <File>C:\Program Files (x86)\Real\UpdateService\RealDownloaderUpdatePlugin.dll</File> | ||
# <File>C:\Program Files (x86)\Real\UpdateService\VideoDLUpdatePlugin.dll</File> | ||
# </Files> | ||
# </RmApplicationEvent> | ||
# </UserData> | ||
# </Event> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
74 changes: 37 additions & 37 deletions
74
...nyConnect-Secure-Mobility-Client-2048.map → ...ecure-Mobility-Client_acvpnagent_2048.map
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
Author: Mike Brewer | ||
Description: Cisco AnyConnect VPN encrypted connection type | ||
EventId: 2048 | ||
Channel: "Cisco AnyConnect Secure Mobility Client" | ||
Provider: acvpnagent | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, )[^,\\d]+(?=,)" | ||
# Valid properties include: | ||
# | ||
# PayloadData1 | ||
# <Event> | ||
# <System> | ||
# <Provider Name="acvpnagent" /> | ||
# <EventID Qualifiers="25600">2048</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-04-14 15:35:05.9153410" /> | ||
# <EventRecordID>32685</EventRecordID> | ||
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel> | ||
# <Computer>My-Laptop123.domain.local</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
#<Data>A SSL connection has been established using cipher AES256-SHA256</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> | ||
Author: Mike Brewer | ||
Description: Cisco AnyConnect VPN encrypted connection type | ||
EventId: 2048 | ||
Channel: "Cisco AnyConnect Secure Mobility Client" | ||
Provider: acvpnagent | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, )[^,\\d]+(?=,)" | ||
|
||
# Valid properties include: | ||
# | ||
# PayloadData1 | ||
|
||
# <Event> | ||
# <System> | ||
# <Provider Name="acvpnagent" /> | ||
# <EventID Qualifiers="25600">2048</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-04-14 15:35:05.9153410" /> | ||
# <EventRecordID>32685</EventRecordID> | ||
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel> | ||
# <Computer>My-Laptop123.domain.local</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
#<Data>A SSL connection has been established using cipher AES256-SHA256</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> |
74 changes: 37 additions & 37 deletions
74
...nyConnect-Secure-Mobility-Client-2086.map → ...ecure-Mobility-Client_acvpnagent_2086.map
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
Author: Mike Brewer | ||
Description: Cisco AnyConnect VPN reading host's IP | ||
EventId: 2085 | ||
Channel: "Cisco AnyConnect Secure Mobility Client" | ||
Provider: acvpnagent | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, )[^,\\d]+(?=,)" | ||
# Valid properties include: | ||
# | ||
# PayloadData1 | ||
# <Event> | ||
# <System> | ||
# <Provider Name="acvpnagent" /> | ||
# <EventID Qualifiers="25600">2085</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-04-14 15:35:05.9153410" /> | ||
# <EventRecordID>32628</EventRecordID> | ||
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel> | ||
# <Computer>My-Laptop123.domain.local</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
#<Data>The client's public address is now set to 192.168.1.235</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> | ||
Author: Mike Brewer | ||
Description: Cisco AnyConnect VPN reading host's IP | ||
EventId: 2085 | ||
Channel: "Cisco AnyConnect Secure Mobility Client" | ||
Provider: acvpnagent | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, )[^,\\d]+(?=,)" | ||
|
||
# Valid properties include: | ||
# | ||
# PayloadData1 | ||
|
||
# <Event> | ||
# <System> | ||
# <Provider Name="acvpnagent" /> | ||
# <EventID Qualifiers="25600">2085</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-04-14 15:35:05.9153410" /> | ||
# <EventRecordID>32628</EventRecordID> | ||
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel> | ||
# <Computer>My-Laptop123.domain.local</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
#<Data>The client's public address is now set to 192.168.1.235</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> |
File renamed without changes.
72 changes: 36 additions & 36 deletions
72
...nyConnect-Secure-Mobility-Client-5005.map → ...-Mobility-Client_acvpndownloader_5005.map
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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
Author: Mike Brewer | ||
Description: Cisco AnyConnect VPN connecting to target gateway X | ||
EventId: 5005 | ||
Channel: "Cisco AnyConnect Secure Mobility Client" | ||
Provider: acvpndownloader | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, )[^,\\d]+(?=,)" | ||
# Valid properties include: | ||
# | ||
# PayloadData1 | ||
# <Event> | ||
# <System> | ||
# <Provider Name="acvpndownloader" /> | ||
# <EventID Qualifiers="25600">5005</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-04-14 15:35:05.9153410" /> | ||
# <EventRecordID>32628</EventRecordID> | ||
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel> | ||
# <Computer>My-Laptop123.domain.local</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
#<Data>Connecting to mdgegtwy1.acme.com.</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
Author: Mike Brewer | ||
Description: Cisco AnyConnect VPN connecting to target gateway X | ||
EventId: 5005 | ||
Channel: "Cisco AnyConnect Secure Mobility Client" | ||
Provider: acvpndownloader | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "%PayloadData1%" | ||
Values: | ||
- | ||
Name: PayloadData1 | ||
Value: "/Event/EventData/Data" | ||
Refine: "(?<=, )[^,\\d]+(?=,)" | ||
|
||
# Valid properties include: | ||
# | ||
# PayloadData1 | ||
|
||
# <Event> | ||
# <System> | ||
# <Provider Name="acvpndownloader" /> | ||
# <EventID Qualifiers="25600">5005</EventID> | ||
# <Level>4</Level> | ||
# <Task>0</Task> | ||
# <Keywords>0x80000000000000</Keywords> | ||
# <TimeCreated SystemTime="2020-04-14 15:35:05.9153410" /> | ||
# <EventRecordID>32628</EventRecordID> | ||
# <Channel>Cisco AnyConnect Secure Mobility Client</Channel> | ||
# <Computer>My-Laptop123.domain.local</Computer> | ||
# <Security /> | ||
# </System> | ||
# <EventData> | ||
#<Data>Connecting to mdgegtwy1.acme.com.</Data> | ||
# <Binary></Binary> | ||
# </EventData> | ||
# </Event> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 46 additions & 0 deletions
46
evtx/Maps/Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_28115.map
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: Hyun Yi @hyuunnn | ||
Description: Shortcut creation log after program installation | ||
EventId: 28115 | ||
Channel: "Microsoft-Windows-Shell-Core/Operational" | ||
Provider: "Microsoft-Windows-Shell-Core" | ||
Maps: | ||
- | ||
Property: PayloadData1 | ||
PropertyValue: "Name: %Name%" | ||
Values: | ||
- | ||
Name: Name | ||
Value: "/Event/EventData/Data[@Name=\"Name\"]" | ||
- | ||
Property: PayloadData2 | ||
PropertyValue: "AppID: %AppID%" | ||
Values: | ||
- | ||
Name: AppID | ||
Value: "/Event/EventData/Data[@Name=\"AppID\"]" | ||
|
||
# Valid properties include: | ||
|
||
# <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> | ||
# <System> | ||
# <Provider Name="Microsoft-Windows-Shell-Core" Guid="{GUID}" /> | ||
# <EventID>28115</EventID> | ||
# <Version>0</Version> | ||
# <Level>4</Level> | ||
# <Task>28141</Task> | ||
# <Opcode>0</Opcode> | ||
# <Keywords>0x2000000000010000</Keywords> | ||
# <TimeCreated SystemTime="2020-11-29T17:03:44.1365879Z" /> | ||
# <EventRecordID>10313</EventRecordID> | ||
# <Correlation /> | ||
# <Execution ProcessID="8472" ThreadID="7628" /> | ||
# <Channel>Microsoft-Windows-Shell-Core/Operational</Channel> | ||
# <Computer>ComputerName</Computer> | ||
# <Security UserID="{UserID}" /> | ||
# </System> | ||
# <EventData> | ||
# <Data Name="Name">Neo4j Desktop</Data> | ||
# <Data Name="AppID">com.neo4j.neo4j-desktop</Data> | ||
# <Data Name="Flags">17</Data> | ||
# </EventData> | ||
# </Event> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
evtx/Maps/Security_4799.map → ...rosoft-Windows-Security-Auditing_4799.map
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.