AndrewRathbun / KAPE-EZToolsAncillaryUpdater

A script that updates KAPE (using Get-KAPEUpdate.ps1) as well as EZ Tools (within .\KAPE\Modules\bin) and the ancillary files that enhance the output of those tools
MIT License
53 stars 5 forks source link

Not checking for and downloading/creating directories/files that might be referenced later #2

Closed Donovoi closed 2 years ago

Donovoi commented 2 years ago

Hi Andrew,

Love your work, keep it up!

At the moment I'm having an issue with the script, I'm using for the first time and getting the below errors:


17/02/2022 5:05:53 PM | Syncing EvtxECmd with GitHub for the latest Maps
&: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:62
Line |
  62 |  & "$currentDirectory\ZimmermanTools\EvtxExplorer\EvtxECmd.exe" --sync
     |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | The term 'J:\Triage\KAPE\ZimmermanTools\EvtxExplorer\EvtxECmd.exe' is not recognized as a name of a
     | cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was
     | included, verify that the path is correct and try again.

17/02/2022 5:05:53 PM | Syncing RECmd with GitHub for the latest Batch files
&: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:68
Line |
  68 |  & "$currentDirectory\ZimmermanTools\RegistryExplorer\RECmd.exe" --syn …
     |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | The term 'J:\Triage\KAPE\ZimmermanTools\RegistryExplorer\RECmd.exe' is not recognized as a name of a
     | cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was
     | included, verify that the path is correct and try again.

17/02/2022 5:05:53 PM | Deleting .\KAPE\ZimmermanTools\SQLECmd\Maps for a fresh start prior to syncing SQLECmd with GitHub

Which also are related to the errors below:


17/02/2022 5:05:56 PM | Copying EvtxECmd, RECmd, and SQLECmd and all associated ancillary files to .\KAPE\Modules\bin
Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:88
Line |
  88 |  & Copy-Item -Path $PSScriptRoot\ZimmermanTools\EvtxExplorer -Destinat …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path 'J:\Triage\KAPE\ZimmermanTools\EvtxExplorer' because it does not exist.

17/02/2022 5:05:58 PM | Copied EvtxECmd, RECmd, and SQLECmd and all associated ancillary files to .\KAPE\Modules\bin successfully
17/02/2022 5:05:58 PM | Copying remaining EZ Tools binaries to .\KAPE\Modules\bin
Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:107
Line |
 107 |  & Copy-Item -Path $PSScriptRoot\ZimmermanTools\ShellBagsExplorer\SBEC …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path 'J:\Triage\KAPE\ZimmermanTools\ShellBagsExplorer\SBECmd.exe' because it does not
     | exist.

17/02/2022 5:06:00 PM | Copied remaining EZ Tools binaries to .\KAPE\Modules\bin successfully

A few things I noticed:

P.S I'm neither programmer nor expert, but if there is something I think I can improve I will let you know.

AndrewRathbun commented 2 years ago

@Donovoi sorry for the delay, I must've accidentally deleted the email notification for this Issue being created. Truly apologize!

I'm working on version 3 of the script right now. Hope to have it up shortly. I will hold off on addressing any of this until that's out as it may solve some of those issues you're seeing!

Donovoi commented 2 years ago

Sounds good thanks @AndrewRathbun!

AndrewRathbun commented 2 years ago

Sounds good thanks @AndrewRathbun!

https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater/releases/tag/3.0

Please provide feedback when able!

Donovoi commented 2 years ago

I'm also sorry for the delay Andrew as I only just saw this one!

amazing work, the script looks well written and organised.

A few things:

  1. When running the script I can choose .net 4 or .net 6 but not both. Is there a reason for this? Because the script calls Get-ZimmermanTools, a message is output to the console which can be a bit confusing: Use -NetVersion to control which version of the software you get (4 or 6). Default is getting both versions

  2. Running the script the first time worked well with no errors. Running it the second time produced errors. Have a look at my Output below:

PowerShell Output ❯ cd J:\Triage\KAPE J:\Triage\KAPE ❯ .\KAPE-EZToolsAncillaryUpdater.ps1 cmdlet KAPE-EZToolsAncillaryUpdater.ps1 at command pipeline position 1 Supply values for the following parameters: (Type !? for Help.) netVersion: !? .NET version of EZ Tools (Options: 4 or 6) netVersion: KAPE-EZToolsAncillaryUpdater.ps1: Cannot validate argument on parameter 'netVersion'. The argument "" does not belong to the set "4,6" specified by the ValidateSet attribute. Supply an argument that is in the set and then try the command again. J:\Triage\KAPE took 27s ❯ .\KAPE-EZToolsAncillaryUpdater.ps1 -netVersion 6 [2022/03/15 05:43:31] | --- Beginning of session --- [2022/03/15 05:43:31] | Running Get-KAPEUpdate.ps1 to update KAPE to the latest binary Ths script will download KAPE and extract it to the current working directory. It is expected this script is run from an existing KAPE directory. * Found kape.exe binary. * Local version is '1.2.0.0' * Checking server for current version... * Server version is '1.2.0.0' * Local and server version are the same. No update available [2022/03/15 05:43:33] | Downloading Get-ZimmermanTools.zip from https://f001.backblazeb2.com/file/EricZimmermanTools/Get-ZimmermanTools.zip to J:\Triage\KAPE\Modules\bin [2022/03/15 05:43:36] | Extracting Get-ZimmermanTools.zip from J:\Triage\KAPE\Modules\bin to J:\Triage\KAPE\Modules\bin [2022/03/15 05:43:36] | Running Get-ZimmermanTools.ps1! Downloading .NET 6 version of EZ Tools to J:\Triage\KAPE\Modules\bin\ZimmermanTools This script will discover and download all available programs from https://ericzimmerman.github.io and download them to J:\Triage\KAPE\Modules\bin\ZimmermanTools A file will also be created in J:\Triage\KAPE\Modules\bin\ZimmermanTools that tracks the SHA-1 of each file, so rerunning the script will only download new versions. To redownload, remove lines from or delete the CSV file created under J:\Triage\KAPE\Modules\bin\ZimmermanTools and rerun. Enjoy! Use -NetVersion to control which version of the software you get (4 or 6). Default is getting both versions * J:\Triage\KAPE\Modules\bin\ZimmermanTools does not exist. Creating... * Getting available programs... * Files to download: 27 * Downloaded Get-ZimmermanTools.zip (Size: 15,158) * J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6 does not exist. Creating... * Downloaded AmcacheParser.zip (Size: 2,096,139) (net 6) * Downloaded AppCompatCacheParser.zip (Size: 2,127,928) (net 6) * Downloaded bstrings.zip (Size: 1,469,844) (net 6) * Downloaded EvtxECmd.zip (Size: 3,195,208) (net 6) * Downloaded EZViewer.zip (Size: 82,554,260) (net 6) * Downloaded JLECmd.zip (Size: 1,954,593) (net 6) * Downloaded JumpListExplorer.zip (Size: 82,440,114) (net 6) * Downloaded LECmd.zip (Size: 2,390,178) (net 6) * Downloaded MFTECmd.zip (Size: 2,022,562) (net 6) * Downloaded MFTExplorer.zip (Size: 82,754,162) (net 6) * Downloaded PECmd.zip (Size: 2,013,672) (net 6) * Downloaded RBCmd.zip (Size: 1,623,696) (net 6) * Downloaded RecentFileCacheParser.zip (Size: 1,521,741) (net 6) * Downloaded RECmd.zip (Size: 2,848,895) (net 6) * Downloaded RegistryExplorer.zip (Size: 88,427,680) (net 6) * Downloaded rla.zip (Size: 1,956,934) (net 6) * Downloaded SDBExplorer.zip (Size: 82,454,727) (net 6) * Downloaded SBECmd.zip (Size: 2,190,158) (net 6) * Downloaded ShellBagsExplorer.zip (Size: 83,321,959) (net 6) * Downloaded SQLECmd.zip (Size: 5,283,482) (net 6) * Downloaded SrumECmd.zip (Size: 2,196,225) (net 6) * Downloaded SumECmd.zip (Size: 2,023,009) (net 6) * Downloaded TimelineExplorer.zip (Size: 83,568,948) (net 6) * Downloaded VSCMount.zip (Size: 1,546,539) (net 6) * Downloaded WxTCmd.zip (Size: 3,698,112) (net 6) * Downloaded iisGeolocate.zip (Size: 36,673,000) (net 6) * Saving downloaded version information to J:\Triage\KAPE\Modules\bin\ZimmermanTools\!!!RemoteFileDetails.csv [2022/03/15 05:47:32] | Copying EvtxECmd, RECmd, and SQLECmd and all associated ancillary files to J:\Triage\KAPE\Modules\bin [2022/03/15 05:47:34] | Copied EvtxECmd, RECmd, and SQLECmd and all associated ancillary files to J:\Triage\KAPE\Modules\bin successfully [2022/03/15 05:47:34] | Copying remaining EZ Tools binaries to J:\Triage\KAPE\Modules\bin [2022/03/15 05:47:35] | Copied remaining EZ Tools binaries to J:\Triage\KAPE\Modules\bin successfully [2022/03/15 05:47:35] | Removing extra copies of EZ Tools from J:\Triage\KAPE\Modules\bin\ZimmermanTools [2022/03/15 05:47:35] | Syncing KAPE with GitHub for the latest Targets and Modules KAPE version 1.2.0.0 Author: Eric Zimmerman (kape@kroll.com) Checking for updated Targets and Modules from 'https://github.com/EricZimmerman/KapeFiles/archive/master.zip'... No new Targets or Modules available [2022/03/15 05:47:47] | Deleting J:\Triage\KAPE\Modules\bin\SQLECmd\Maps for a fresh start prior to syncing SQLECmd with GitHub [2022/03/15 05:47:47] | Syncing EvtxECmd with GitHub for the latest Maps EvtxECmd version 1.0.0.0 Author: Eric Zimmerman (saericzimmerman@gmail.com) https://github.com/EricZimmerman/evtx Checking for updated maps at https://github.com/EricZimmerman/evtx/tree/master/evtx/Maps... Updates found! New maps !!!!README !Channel-Name_Provider-Name_EventID !Channel-Name_Provider-Name_EventID adPWDManager_adPWDManager_110 Application_Application-Error_1000 Application_Application-Hang_1002 Application_CarbonBlackDefense_1 Application_CarbonBlackDefense_17 Application_CarbonBlackDefense_33 Application_CarbonBlackDefense_49 Application_Citrix-Desktop-Service_1027 Application_Citrix-Desktop-Service_1049 Application_CylanceSvc_1 Application_CylanceSvc_2 Application_HitmanPro-Alert_911 Application_McAfee-Endpoint-Security_3 Application_MetaFrameEvents_1106 Application_Microsoft-Windows-Audit-CVE_1 Application_Microsoft-Windows-RestartManager_10002 Application_Microsoft-Windows-Winsrv_10001 Application_Microsoft-Windows-Winsrv_10002 Application_MsiInstaller_1033 Application_MsiInstaller_1034 Application_MsiInstaller_1040 Application_MsiInstaller_1042 Application_MsiInstaller_11707 Application_MsiInstaller_11708 Application_MsiInstaller_11724 Application_Sophos-Anti-Virus_32 Application_Sophos-System-Protection_42 Application_Symantec_4003 Application_System-Restore_8194 Application_System-Restore_8195 Application_System-Restore_8196 Application_Windows-Error-Reporting_1001 Application_WSH_0 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2039 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2048 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2072 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2079 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2085 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2086 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2127 Cisco-AnyConnect-Secure-Mobility-Client_acvpndownloader_5005 Cisco-AnyConnect-Secure-Mobility-Client_acvpnui_3021 COMODO-Client-Security-CEF_File-Rating_3 CrowdStrike-Falcon-Sensor-CSFalconService-Operational_CrowdStrike-Falcon-Sensor-CSFalconService_3 CrowdStrike-Falcon-Sensor-CSFalconService-Operational_CrowdStrike-Falcon-Sensor-CSFalconService_4 Kaspersky-Endpoint-Security_avp_302 Kaspersky-Endpoint-Security_avp_362 Microsoft-Windows-AppID-Operational_Microsoft-Windows-AppID_4004 Microsoft-Windows-Application-Experience-Program-Compatibility-Assistant_Microsoft-Windows-Program-Compatibility-Assistant_17 Microsoft-Windows-Application-Experience-Program-Telemetry_Microsoft-Windows-Application-Experience_500 Microsoft-Windows-Application-Experience-Program-Telemetry_Microsoft-Windows-Application-Experience_505 Microsoft-Windows-AppLocker-EXE-and-DLL_Microsoft-Windows-AppLocker_8002 Microsoft-Windows-AppLocker-EXE-and-DLL_Microsoft-Windows-AppLocker_8004 Microsoft-Windows-AppLocker-MSI-and-Script_Microsoft-Windows-AppLocker_8005 Microsoft-Windows-AppLocker-MSI-and-Script_Microsoft-Windows-AppLocker_8007 Microsoft-Windows-AppLocker-PackagedApp-Execution_Microsoft-Windows-AppLocker_8020 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_3 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_4 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_5 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_59 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_60 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_61 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_64 Microsoft-Windows-DateTimeControlPanel-Operational_Microsoft-Windows-DateTimeControlPanel_20000 Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-DeviceSetupManager_100 Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-DeviceSetupManager_101 Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-DeviceSetupManager_112 Microsoft-Windows-Dhcp-Client-Admin_Microsoft-Windows-Dhcp-Client_50067 Microsoft-Windows-Diagnostics-Performance-Operational_Microsoft-Windows-Diagnostics-Performance_100 Microsoft-Windows-Diagnostics-Performance-Operational_Microsoft-Windows-Diagnostics-Performance_200 Microsoft-Windows-DriverFrameworks-UserMode-Operational_Microsoft-Windows-DriverFrameworks-UserMode_2100 Microsoft-Windows-Hyper-V-VMMS-Admin_Microsoft-Windows-Hyper-V-Worker_13002 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18500 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18502 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18508 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18514 Microsoft-Windows-Kernel-PnP-Configuration_Microsoft-Windows-Kernel-PnP_400 Microsoft-Windows-Kernel-PnP-Configuration_Microsoft-Windows-Kernel-PnP_410 Microsoft-Windows-Kernel-PnP-Configuration_Microsoft-Windows-Kernel-PnP_430 Microsoft-Windows-NetworkProfile-Operational_Microsoft-Windows-NetworkProfile_10000 Microsoft-Windows-NetworkProfile-Operational_Microsoft-Windows-NetworkProfile_10001 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_142 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_145 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_146 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_151 Microsoft-Windows-Ntfs-Operational_Ntfs_55 Microsoft-Windows-Partition-Diagnostic_Microsoft-Windows-Partition_1006 Microsoft-Windows-PowerShell-Operational_Microsoft-Windows-PowerShell_4100 Microsoft-Windows-PowerShell-Operational_Microsoft-Windows-PowerShell_4103 Microsoft-Windows-PowerShell-Operational_Microsoft-Windows-PowerShell_4104 Microsoft-Windows-PrintService-Operational_Microsoft-Windows-PrintService_307 Microsoft-Windows-PrintService-Operational_Microsoft-Windows-PrintService_316 Microsoft-Windows-RemoteDesktopServices-RdpCoreTS-Operational_Microsoft-Windows-RemoteDesktopServices-RdpCoreTS_131 Microsoft-Windows-RemoteDesktopServices-RdpCoreTS-Operational_Microsoft-Windows-RemoteDesktopServices-RdpCoreTS_140 Microsoft-Windows-RemoteDesktopServices-RdpCoreTS-Operational_Microsoft-Windows-RemoteDesktopServices-RdpCoreTS_98 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_28115 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9701 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9702 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9703 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9704 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9705 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9706 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9707 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9708 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9709 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9710 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9711 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9712 Microsoft-Windows-SmbClient-Connectivity_Microsoft-Windows-SMBClient_30807 Microsoft-Windows-SmbClient-Security_Microsoft-Windows-SMBClient_31010 Microsoft-Windows-SMBServer-Audit_Microsoft-Windows-SMBServer_3000 Microsoft-Windows-SMBServer-Operational_Microsoft-Windows-SMBServer_1016 Microsoft-Windows-SMBServer-Operational_Microsoft-Windows-SMBServer_1017 Microsoft-Windows-SMBServer-Operational_Microsoft-Windows-SMBServer_1020 Microsoft-Windows-SMBServer-Security_Microsoft-Windows-SMBServer_551 Microsoft-Windows-Storage-ClassPnP-Operational_Microsoft-Windows-Storage-ClassPnP_507 Microsoft-Windows-Storage-Storport-Operational_Microsoft-Windows-StorPort_504 Microsoft-Windows-Storage-Storport-Operational_Microsoft-Windows-StorPort_505 Microsoft-Windows-StorageSpaces-Driver-Operational_Microsoft-Windows-StorageSpaces-Driver_207 Microsoft-Windows-Storsvc-Diagnostic_Microsoft-Windows-Storsvc_1001 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_1 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_10 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_11 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_12 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_13 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_14 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_15 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_16 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_17 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_18 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_19 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_2 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_20 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_21 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_22 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_23 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_24 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_25 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_26 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_3 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_4 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_5 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_6 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_7 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_8 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_9 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_100 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_102 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_106 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_119 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_129 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_140 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_141 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_200 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_201 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_200 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_300 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_302 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_303 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_312 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_313 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_21 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_22 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_23 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_24 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_25 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_39 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_40 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1024 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1025 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1026 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1027 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1029 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1102 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1103 Microsoft-Windows-TerminalServices-RemoteConnectionManager-Operational_Microsoft-Windows-TerminalServices-RemoteConnectionManager_1149 Microsoft-Windows-TerminalServices-RemoteConnectionManager-Operational_Microsoft-Windows-TerminalServices-RemoteConnectionManager_261 Microsoft-Windows-TZUtil-Operational_Microsoft-Windows-TZUtil_20001 Microsoft-Windows-UniversalTelemetryClient-Operational_Microsoft-Windows-UniversalTelemetryClient_55 Microsoft-Windows-User-Profile-Service-Operational_Microsoft-Windows-User-Profiles-Service_2 Microsoft-Windows-User-Profile-Service-Operational_Microsoft-Windows-User-Profiles-Service_4 Microsoft-Windows-User-Profile-Service-Operational_Microsoft-Windows-User-Profiles-Service_67 Microsoft-Windows-VHDMP-Operational_Microsoft-Windows-VHDMP_1 Microsoft-Windows-VHDMP-Operational_Microsoft-Windows-VHDMP_2 Microsoft-Windows-WER-Diag-Operational_Microsoft-Windows-WER-Diag_4 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1000 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1001 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1002 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1003 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1004 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1005 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1006 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1008 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1011 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1013 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1116 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1117 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1150 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_2000 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_5000 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_5001 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_5007 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2003 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2004 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2005 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2006 Microsoft-Windows-WinINet-Config-ProxyConfigChanged_Microsoft-Windows-WinINet-Config_5600 Microsoft-Windows-Winlogon-Operational_Microsoft-Windows-Winlogon_811 Microsoft-Windows-Winlogon-Operational_Microsoft-Windows-Winlogon_812 Microsoft-Windows-WinRM-Operational_Microsoft-Windows-WinRM_169 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8000 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8001 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8002 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8003 Microsoft-Windows-WMI-Activity-Operational_Microsoft-Windows-WMI-Activity_5857 Microsoft-Windows-WMI-Activity-Operational_Microsoft-Windows-WMI-Activity_5860 Microsoft-Windows-WMI-Activity-Operational_Microsoft-Windows-WMI-Activity_5861 Microsoft-Windows-WPD-MTPClassDriver-Operational_Microsoft-Windows-WPD-MTPClassDriver_1005 OAlerts_Microsoft-Office-14-Alerts_300 OAlerts_Microsoft-Office-15-Alerts_300 OAlerts_Microsoft-Office-16-Alerts_300 OpenSSH-Operational_OpenSSH_4 Security_Microsoft-Windows-Eventlog_1100 Security_Microsoft-Windows-Eventlog_1102 Security_Microsoft-Windows-Security-Auditing_4608 Security_Microsoft-Windows-Security-Auditing_4611 Security_Microsoft-Windows-Security-Auditing_4616 Security_Microsoft-Windows-Security-Auditing_4624 Security_Microsoft-Windows-Security-Auditing_4625 Security_Microsoft-Windows-Security-Auditing_4634 Security_Microsoft-Windows-Security-Auditing_4647 Security_Microsoft-Windows-Security-Auditing_4648 Security_Microsoft-Windows-Security-Auditing_4656 Security_Microsoft-Windows-Security-Auditing_4657 Security_Microsoft-Windows-Security-Auditing_4658 Security_Microsoft-Windows-Security-Auditing_4661 Security_Microsoft-Windows-Security-Auditing_4662 Security_Microsoft-Windows-Security-Auditing_4663 Security_Microsoft-Windows-Security-Auditing_4672 Security_Microsoft-Windows-Security-Auditing_4673 Security_Microsoft-Windows-Security-Auditing_4674 Security_Microsoft-Windows-Security-Auditing_4688 Security_Microsoft-Windows-Security-Auditing_4689 Security_Microsoft-Windows-Security-Auditing_4696 Security_Microsoft-Windows-Security-Auditing_4697 Security_Microsoft-Windows-Security-Auditing_4698 Security_Microsoft-Windows-Security-Auditing_4699 Security_Microsoft-Windows-Security-Auditing_4700 Security_Microsoft-Windows-Security-Auditing_4701 Security_Microsoft-Windows-Security-Auditing_4702 Security_Microsoft-Windows-Security-Auditing_4703 Security_Microsoft-Windows-Security-Auditing_4704 Security_Microsoft-Windows-Security-Auditing_4705 Security_Microsoft-Windows-Security-Auditing_4706 Security_Microsoft-Windows-Security-Auditing_4707 Security_Microsoft-Windows-Security-Auditing_4713 Security_Microsoft-Windows-Security-Auditing_4716 Security_Microsoft-Windows-Security-Auditing_4717 Security_Microsoft-Windows-Security-Auditing_4718 Security_Microsoft-Windows-Security-Auditing_4719 Security_Microsoft-Windows-Security-Auditing_4720 Security_Microsoft-Windows-Security-Auditing_4722 Security_Microsoft-Windows-Security-Auditing_4723 Security_Microsoft-Windows-Security-Auditing_4724 Security_Microsoft-Windows-Security-Auditing_4725 Security_Microsoft-Windows-Security-Auditing_4726 Security_Microsoft-Windows-Security-Auditing_4728 Security_Microsoft-Windows-Security-Auditing_4731 Security_Microsoft-Windows-Security-Auditing_4732 Security_Microsoft-Windows-Security-Auditing_4733 Security_Microsoft-Windows-Security-Auditing_4734 Security_Microsoft-Windows-Security-Auditing_4735 Security_Microsoft-Windows-Security-Auditing_4738 Security_Microsoft-Windows-Security-Auditing_4740 Security_Microsoft-Windows-Security-Auditing_4742 Security_Microsoft-Windows-Security-Auditing_4743 Security_Microsoft-Windows-Security-Auditing_4764 Security_Microsoft-Windows-Security-Auditing_4768 Security_Microsoft-Windows-Security-Auditing_4769 Security_Microsoft-Windows-Security-Auditing_4770 Security_Microsoft-Windows-Security-Auditing_4771 Security_Microsoft-Windows-Security-Auditing_4772 Security_Microsoft-Windows-Security-Auditing_4773 Security_Microsoft-Windows-Security-Auditing_4774 Security_Microsoft-Windows-Security-Auditing_4775 Security_Microsoft-Windows-Security-Auditing_4776 Security_Microsoft-Windows-Security-Auditing_4777 Security_Microsoft-Windows-Security-Auditing_4778 Security_Microsoft-Windows-Security-Auditing_4779 Security_Microsoft-Windows-Security-Auditing_4781 Security_Microsoft-Windows-Security-Auditing_4782 Security_Microsoft-Windows-Security-Auditing_4793 Security_Microsoft-Windows-Security-Auditing_4797 Security_Microsoft-Windows-Security-Auditing_4798 Security_Microsoft-Windows-Security-Auditing_4799 Security_Microsoft-Windows-Security-Auditing_4800 Security_Microsoft-Windows-Security-Auditing_4801 Security_Microsoft-Windows-Security-Auditing_4802 Security_Microsoft-Windows-Security-Auditing_4803 Security_Microsoft-Windows-Security-Auditing_5136 Security_Microsoft-Windows-Security-Auditing_5137 Security_Microsoft-Windows-Security-Auditing_5138 Security_Microsoft-Windows-Security-Auditing_5139 Security_Microsoft-Windows-Security-Auditing_5140 Security_Microsoft-Windows-Security-Auditing_5141 Security_Microsoft-Windows-Security-Auditing_5142 Security_Microsoft-Windows-Security-Auditing_5143 Security_Microsoft-Windows-Security-Auditing_5144 Security_Microsoft-Windows-Security-Auditing_5145 Security_Microsoft-Windows-Security-Auditing_5152 Security_Microsoft-Windows-Security-Auditing_5154 Security_Microsoft-Windows-Security-Auditing_5156 Security_Microsoft-Windows-Security-Auditing_5157 Security_Microsoft-Windows-Security-Auditing_5158 Security_Microsoft-Windows-Security-Auditing_5159 Security_Microsoft-Windows-Security-Auditing_6416 SentinelOne-Operational_26 SentinelOne-Operational_31 SentinelOne-Operational_32 SentinelOne-Operational_81 SentinelOne-Operational_91 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1000 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1001 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1100 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1101 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1110 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1111 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_100 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_101 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_12 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_129 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_2 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_200 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_201 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_202 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_21 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_23 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_24 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_3 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_34054 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_34056 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_51 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_69 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_7 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_80 System_Application-Popup_26 System_EventLog_6005 System_EventLog_6006 System_EventLog_6008 System_EventLog_6013 System_LsaSrv_40960 System_LsaSrv_45057 System_Microsoft-Antimalware_1116 System_Microsoft-Windows-Audit-CVE_2 System_Microsoft-Windows-DistributedCOM_10028 System_Microsoft-Windows-DriverFrameworks-UserMode_10000 System_Microsoft-Windows-Eventlog_104 System_Microsoft-Windows-GroupPolicy_1130 System_Microsoft-Windows-Kernel-General_1 System_Microsoft-Windows-Kernel-General_12 System_Microsoft-Windows-Kernel-General_13 System_Microsoft-Windows-Kernel-Power_42 System_Microsoft-Windows-Power-Troubleshooter_1 System_Microsoft-Windows-Time-Service_35 System_Microsoft-Windows-Time-Service_37 System_Microsoft-Windows-UserPnp_20001 System_Microsoft-Windows-UserPnp_20003 System_Microsoft-Windows-Winlogon_7001 System_Microsoft-Windows-Winlogon_7002 System_Service-Control-Manager_7031 System_Service-Control-Manager_7034 System_Service-Control-Manager_7035 System_Service-Control-Manager_7036 System_Service-Control-Manager_7040 System_Service-Control-Manager_7045 System_TermDD_56 System_User32_1074 Varonis_VrnsCifsQueueReport_5118 Varonis_VrnsCifsQueueReport_5120 Varonis_VrnsCifsQueue_5129 Varonis_VrnsCifsQueue_5138 Varonis_VrnsCifsQueue_5140 Varonis_VrnsCifsQueue_5172 Varonis_VrnsCifsQueue_5176 Varonis_VrnsCifsQueue_5213 Varonis_VrnsCifsQueue_5214 Varonis_VrnsCifsQueue_5220 Varonis_VrnsMon_5434 Varonis_VrnsSvcFW_900 Windows-PowerShell_PowerShell_400 Windows-PowerShell_PowerShell_403 Windows-PowerShell_PowerShell_600 Windows-PowerShell_PowerShell_800 [2022/03/15 05:47:56] | Deleting J:\Triage\KAPE\Modules\bin\RECmd\BatchExamples for a fresh start prior to syncing RECmd with GitHub [2022/03/15 05:47:56] | Syncing RECmd with GitHub for the latest Maps RECmd version 2.0.0.0 Author: Eric Zimmerman (saericzimmerman@gmail.com) https://github.com/EricZimmerman/RECmd Note: Enclose all strings containing spaces (and all RegEx) with double quotes Checking for updated batch files at https://github.com/EricZimmerman/RECmd/tree/master/BatchExamples... Updates found! New batch files !RECmdBatch !RECmdBatch AllRegExecutablesFoundOrRun BasicSystemInfo BatchExample BatchExampleServices BatchExampleSysCache BatchExampleUserAssist BatchExampleWildCard BCDBootVolume BinaryIncludeDemo InstalledSoftware Kroll_Batch Kroll_Batch README RECmd_Batch_MC RegistryASEPs SoftwareASEPs SoftwareClassesASEPs SoftwareWoW6432ASEPs SystemASEPs UserActivity UserClassesASEPs [2022/03/15 05:48:03] | Deleting J:\Triage\KAPE\Modules\bin\SQLECmd\Maps for a fresh start prior to syncing SQLECmd with GitHub [2022/03/15 05:48:03] | Syncing SQLECmd with GitHub for the latest Maps SQLECmd version 1.0.0.0 Author: Eric Zimmerman (saericzimmerman@gmail.com) https://github.com/EricZimmerman/SQLECmd Checking for updated maps at https://github.com/EricZimmerman/SQLECmd/tree/master/SQLMap/Maps... Updates found! New maps !OS_Application_OptionalDescription !OS_Application_OptionalDescription Android_Calls Android_Frosting Android_LocalAppState Android_Logs Android_SMS iOS_Accounts iOS_Accounts4 iOS_Calls iOS_CellularUsage iOS_HealthDb iOS_HealthDb_Secure iOS_Photos iOS_SMS TestFiles_CarsDB TestFiles_Contacts Windows_4KVideoDownloader_History Windows_ActivitiesCache Windows_Bitdefender_Antiphishing Windows_Bitdefender_es Windows_Bitdefender_RansomwareRecover Windows_ChromiumBrowser_AutofillEntries Windows_ChromiumBrowser_AutofillProfiles Windows_ChromiumBrowser_Cookies Windows_ChromiumBrowser_Downloads Windows_ChromiumBrowser_Favicons Windows_ChromiumBrowser_HistoryVisits Windows_ChromiumBrowser_KeywordSearches Windows_ChromiumBrowser_MaskedCreditCards Windows_ChromiumBrowser_MediaHistoryPlayback Windows_ChromiumBrowser_MediaHistoryPlaybackSession Windows_ChromiumBrowser_NetworkActionPredictor Windows_ChromiumBrowser_OmniboxShortcuts Windows_ChromiumBrowser_TopSites Windows_Dropbox_AggregationDBX Windows_Dropbox_Configurations Windows_Dropbox_FileCache Windows_Dropbox_IconDB Windows_Dropbox_InstanceDB Windows_Dropbox_NonLocalResources Windows_Dropbox_RecentItems Windows_Dropbox_SFJResources Windows_Dropbox_StarredItems Windows_Dropbox_SyncHistory Windows_Dropbox_TrayThumbnails Windows_EventTranscriptDB_DataSampling Windows_EventTranscriptDB_NoDataSampling Windows_FileZilla_Queue Windows_Firefox_Bookmarks Windows_Firefox_Cookies Windows_Firefox_Downloads-Downloads Windows_Firefox_Downloads-Places Windows_Firefox_Favicons Windows_Firefox_FormHistory Windows_Firefox_History Windows_GoogleDrive_Changes Windows_GoogleDrive_CloudGraphDB Windows_GoogleDrive_metadata_sqlite_db Windows_GoogleDrive_SnapshotDB Windows_GoogleDrive_SyncConfigDB Windows_MicrosoftStickyNotes_NotesDB Windows_Nessus_Preferences Windows_pCloud Windows_TeraCopy_History Windows_TeraCopy_MainDB Windows_WindowsUpdate_StoreDB Windows_WPNDatabase_Notifications Windows_WPNDatabase_WNSPushChannel Windows_YourPhone_ContactsDB Windows_YourPhone_NotificationsDB Windows_YourPhone_PhoneDB-SMSMessages Windows_YourPhone_PhotosDB Windows_YourPhone_SettingsDB [2022/03/15 05:48:12] | Thank you for keeping this instance of KAPE updated! Please be sure to run this script on a regular basis and follow the GitHub repositories associated with KAPE and EZ Tools! [2022/03/15 05:48:12] | Total Processing Time: 280.3984299 seconds [2022/03/15 05:48:12] | --- End of session --- Press Enter to continue...: J:\Triage\KAPE took 5m2s ❯ .\KAPE-EZToolsAncillaryUpdater.ps1 -netVersion 6 [2022/03/15 05:49:41] | --- Beginning of session --- [2022/03/15 05:49:41] | Running Get-KAPEUpdate.ps1 to update KAPE to the latest binary Ths script will download KAPE and extract it to the current working directory. It is expected this script is run from an existing KAPE directory. * Found kape.exe binary. * Local version is '1.2.0.0' * Checking server for current version... * Server version is '1.2.0.0' * Local and server version are the same. No update available [2022/03/15 05:49:42] | Get-ZimmermanTools.ps1 already exists! Downloading .NET 6 version of EZ Tools to J:\Triage\KAPE\Modules\bin\ZimmermanTools This script will discover and download all available programs from https://ericzimmerman.github.io and download them to J:\Triage\KAPE\Modules\bin\ZimmermanTools A file will also be created in J:\Triage\KAPE\Modules\bin\ZimmermanTools that tracks the SHA-1 of each file, so rerunning the script will only download new versions. To redownload, remove lines from or delete the CSV file created under J:\Triage\KAPE\Modules\bin\ZimmermanTools and rerun. Enjoy! Use -NetVersion to control which version of the software you get (4 or 6). Default is getting both versions * Loading local details from 'J:\Triage\KAPE\Modules\bin\ZimmermanTools'... * Getting available programs... * All files current. Exiting. [2022/03/15 05:50:04] | Copying EvtxECmd, RECmd, and SQLECmd and all associated ancillary files to J:\Triage\KAPE\Modules\bin Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:351 Line | 351 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\EvtxECmd -D … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\EvtxECmd' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:352 Line | 352 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RECmd -Dest … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RECmd' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:353 Line | 353 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SQLECmd -De … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SQLECmd' because it does not exist. [2022/03/15 05:50:04] | Copied EvtxECmd, RECmd, and SQLECmd and all associated ancillary files to J:\Triage\KAPE\Modules\bin successfully [2022/03/15 05:50:04] | Copying remaining EZ Tools binaries to J:\Triage\KAPE\Modules\bin Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:361 Line | 361 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\AmcachePars … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\AmcacheParser.dll' because it does | not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:362 Line | 362 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\AmcachePars … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\AmcacheParser.exe' because it does | not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:363 Line | 363 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\AmcachePars … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\AmcacheParser.runtimeconfig.json' | because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:364 Line | 364 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\AppCompatCa … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\AppCompatCacheParser.dll' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:365 Line | 365 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\AppCompatCa … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\AppCompatCacheParser.exe' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:366 Line | 366 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\AppCompatCa … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path | 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\AppCompatCacheParser.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:367 Line | 367 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\bstrings.dl … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\bstrings.dll' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:368 Line | 368 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\bstrings.ex … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\bstrings.exe' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:369 Line | 369 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\bstrings.ru … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\bstrings.runtimeconfig.json' because | it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:370 Line | 370 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\JLECmd.dll … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\JLECmd.dll' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:371 Line | 371 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\JLECmd.exe … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\JLECmd.exe' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:372 Line | 372 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\JLECmd.runt … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\JLECmd.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:373 Line | 373 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\LECmd.dll - … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\LECmd.dll' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:374 Line | 374 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\LECmd.exe - … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\LECmd.exe' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:375 Line | 375 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\LECmd.runti … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\LECmd.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:376 Line | 376 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\MFTECmd.dll … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\MFTECmd.dll' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:377 Line | 377 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\MFTECmd.exe … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\MFTECmd.exe' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:378 Line | 378 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\MFTECmd.run … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\MFTECmd.runtimeconfig.json' because | it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:379 Line | 379 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\PECmd.dll - … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\PECmd.dll' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:380 Line | 380 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\PECmd.exe - … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\PECmd.exe' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:381 Line | 381 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\PECmd.runti … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\PECmd.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:382 Line | 382 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RBCmd.dll - … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RBCmd.dll' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:383 Line | 383 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RBCmd.exe - … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RBCmd.exe' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:384 Line | 384 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RBCmd.runti … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RBCmd.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:385 Line | 385 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RecentFileC … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RecentFileCacheParser.dll' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:386 Line | 386 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RecentFileC … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RecentFileCacheParser.exe' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:387 Line | 387 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\RecentFileC … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path | 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\RecentFileCacheParser.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:388 Line | 388 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SBECmd.dll … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SBECmd.dll' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:389 Line | 389 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SBECmd.exe … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SBECmd.exe' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:390 Line | 390 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SBECmd.runt … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SBECmd.runtimeconfig.json' because it | does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:391 Line | 391 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SrumECmd.dl … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SrumECmd.dll' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:392 Line | 392 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SrumECmd.ex … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SrumECmd.exe' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:393 Line | 393 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SrumECmd.ru … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SrumECmd.runtimeconfig.json' because | it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:394 Line | 394 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SumECmd.dll … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SumECmd.dll' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:395 Line | 395 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SumECmd.exe … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SumECmd.exe' because it does not | exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:396 Line | 396 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\SumECmd.run … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\SumECmd.runtimeconfig.json' because | it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:397 Line | 397 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\WxTCmd.dll … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\WxTCmd.dll' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:398 Line | 398 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\WxTCmd.exe … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\WxTCmd.exe' because it does not exist. Copy-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:399 Line | 399 | & Copy-Item -Path $kapeModulesBin\ZimmermanTools\net6\WxTCmd.runt … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6\WxTCmd.runtimeconfig.json' because it | does not exist. [2022/03/15 05:50:04] | Copied remaining EZ Tools binaries to J:\Triage\KAPE\Modules\bin successfully Remove-Item: J:\Triage\KAPE\KAPE-EZToolsAncillaryUpdater.ps1:405 Line | 405 | & Remove-Item -Path $kapeModulesBin\ZimmermanTools\net6 -Recurse … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot find path 'J:\Triage\KAPE\Modules\bin\ZimmermanTools\net6' because it does not exist. [2022/03/15 05:50:04] | Removing extra copies of EZ Tools from J:\Triage\KAPE\Modules\bin\ZimmermanTools [2022/03/15 05:50:04] | Syncing KAPE with GitHub for the latest Targets and Modules KAPE version 1.2.0.0 Author: Eric Zimmerman (kape@kroll.com) Checking for updated Targets and Modules from 'https://github.com/EricZimmerman/KapeFiles/archive/master.zip'... No new Targets or Modules available [2022/03/15 05:50:13] | Deleting J:\Triage\KAPE\Modules\bin\SQLECmd\Maps for a fresh start prior to syncing SQLECmd with GitHub [2022/03/15 05:50:14] | Syncing EvtxECmd with GitHub for the latest Maps EvtxECmd version 1.0.0.0 Author: Eric Zimmerman (saericzimmerman@gmail.com) https://github.com/EricZimmerman/evtx Checking for updated maps at https://github.com/EricZimmerman/evtx/tree/master/evtx/Maps... Updates found! New maps !!!!README !Channel-Name_Provider-Name_EventID !Channel-Name_Provider-Name_EventID adPWDManager_adPWDManager_110 Application_Application-Error_1000 Application_Application-Hang_1002 Application_CarbonBlackDefense_1 Application_CarbonBlackDefense_17 Application_CarbonBlackDefense_33 Application_CarbonBlackDefense_49 Application_Citrix-Desktop-Service_1027 Application_Citrix-Desktop-Service_1049 Application_CylanceSvc_1 Application_CylanceSvc_2 Application_HitmanPro-Alert_911 Application_McAfee-Endpoint-Security_3 Application_MetaFrameEvents_1106 Application_Microsoft-Windows-Audit-CVE_1 Application_Microsoft-Windows-RestartManager_10002 Application_Microsoft-Windows-Winsrv_10001 Application_Microsoft-Windows-Winsrv_10002 Application_MsiInstaller_1033 Application_MsiInstaller_1034 Application_MsiInstaller_1040 Application_MsiInstaller_1042 Application_MsiInstaller_11707 Application_MsiInstaller_11708 Application_MsiInstaller_11724 Application_Sophos-Anti-Virus_32 Application_Sophos-System-Protection_42 Application_Symantec_4003 Application_System-Restore_8194 Application_System-Restore_8195 Application_System-Restore_8196 Application_Windows-Error-Reporting_1001 Application_WSH_0 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2039 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2048 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2072 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2079 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2085 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2086 Cisco-AnyConnect-Secure-Mobility-Client_acvpnagent_2127 Cisco-AnyConnect-Secure-Mobility-Client_acvpndownloader_5005 Cisco-AnyConnect-Secure-Mobility-Client_acvpnui_3021 COMODO-Client-Security-CEF_File-Rating_3 CrowdStrike-Falcon-Sensor-CSFalconService-Operational_CrowdStrike-Falcon-Sensor-CSFalconService_3 CrowdStrike-Falcon-Sensor-CSFalconService-Operational_CrowdStrike-Falcon-Sensor-CSFalconService_4 Kaspersky-Endpoint-Security_avp_302 Kaspersky-Endpoint-Security_avp_362 Microsoft-Windows-AppID-Operational_Microsoft-Windows-AppID_4004 Microsoft-Windows-Application-Experience-Program-Compatibility-Assistant_Microsoft-Windows-Program-Compatibility-Assistant_17 Microsoft-Windows-Application-Experience-Program-Telemetry_Microsoft-Windows-Application-Experience_500 Microsoft-Windows-Application-Experience-Program-Telemetry_Microsoft-Windows-Application-Experience_505 Microsoft-Windows-AppLocker-EXE-and-DLL_Microsoft-Windows-AppLocker_8002 Microsoft-Windows-AppLocker-EXE-and-DLL_Microsoft-Windows-AppLocker_8004 Microsoft-Windows-AppLocker-MSI-and-Script_Microsoft-Windows-AppLocker_8005 Microsoft-Windows-AppLocker-MSI-and-Script_Microsoft-Windows-AppLocker_8007 Microsoft-Windows-AppLocker-PackagedApp-Execution_Microsoft-Windows-AppLocker_8020 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_3 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_4 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_5 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_59 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_60 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_61 Microsoft-Windows-Bits-Client-Operational_Microsoft-Windows-Bits-Client_64 Microsoft-Windows-DateTimeControlPanel-Operational_Microsoft-Windows-DateTimeControlPanel_20000 Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-DeviceSetupManager_100 Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-DeviceSetupManager_101 Microsoft-Windows-DeviceSetupManager-Admin_Microsoft-Windows-DeviceSetupManager_112 Microsoft-Windows-Dhcp-Client-Admin_Microsoft-Windows-Dhcp-Client_50067 Microsoft-Windows-Diagnostics-Performance-Operational_Microsoft-Windows-Diagnostics-Performance_100 Microsoft-Windows-Diagnostics-Performance-Operational_Microsoft-Windows-Diagnostics-Performance_200 Microsoft-Windows-DriverFrameworks-UserMode-Operational_Microsoft-Windows-DriverFrameworks-UserMode_2100 Microsoft-Windows-Hyper-V-VMMS-Admin_Microsoft-Windows-Hyper-V-Worker_13002 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18500 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18502 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18508 Microsoft-Windows-Hyper-V-Worker-Admin_Microsoft-Windows-Hyper-V-Worker_18514 Microsoft-Windows-Kernel-PnP-Configuration_Microsoft-Windows-Kernel-PnP_400 Microsoft-Windows-Kernel-PnP-Configuration_Microsoft-Windows-Kernel-PnP_410 Microsoft-Windows-Kernel-PnP-Configuration_Microsoft-Windows-Kernel-PnP_430 Microsoft-Windows-NetworkProfile-Operational_Microsoft-Windows-NetworkProfile_10000 Microsoft-Windows-NetworkProfile-Operational_Microsoft-Windows-NetworkProfile_10001 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_142 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_145 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_146 Microsoft-Windows-Ntfs-Operational_Microsoft-Windows-Ntfs_151 Microsoft-Windows-Ntfs-Operational_Ntfs_55 Microsoft-Windows-Partition-Diagnostic_Microsoft-Windows-Partition_1006 Microsoft-Windows-PowerShell-Operational_Microsoft-Windows-PowerShell_4100 Microsoft-Windows-PowerShell-Operational_Microsoft-Windows-PowerShell_4103 Microsoft-Windows-PowerShell-Operational_Microsoft-Windows-PowerShell_4104 Microsoft-Windows-PrintService-Operational_Microsoft-Windows-PrintService_307 Microsoft-Windows-PrintService-Operational_Microsoft-Windows-PrintService_316 Microsoft-Windows-RemoteDesktopServices-RdpCoreTS-Operational_Microsoft-Windows-RemoteDesktopServices-RdpCoreTS_131 Microsoft-Windows-RemoteDesktopServices-RdpCoreTS-Operational_Microsoft-Windows-RemoteDesktopServices-RdpCoreTS_140 Microsoft-Windows-RemoteDesktopServices-RdpCoreTS-Operational_Microsoft-Windows-RemoteDesktopServices-RdpCoreTS_98 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_28115 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9701 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9702 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9703 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9704 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9705 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9706 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9707 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9708 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9709 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9710 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9711 Microsoft-Windows-Shell-Core-Operational_Microsoft-Windows-Shell-Core_9712 Microsoft-Windows-SmbClient-Connectivity_Microsoft-Windows-SMBClient_30807 Microsoft-Windows-SmbClient-Security_Microsoft-Windows-SMBClient_31010 Microsoft-Windows-SMBServer-Audit_Microsoft-Windows-SMBServer_3000 Microsoft-Windows-SMBServer-Operational_Microsoft-Windows-SMBServer_1016 Microsoft-Windows-SMBServer-Operational_Microsoft-Windows-SMBServer_1017 Microsoft-Windows-SMBServer-Operational_Microsoft-Windows-SMBServer_1020 Microsoft-Windows-SMBServer-Security_Microsoft-Windows-SMBServer_551 Microsoft-Windows-Storage-ClassPnP-Operational_Microsoft-Windows-Storage-ClassPnP_507 Microsoft-Windows-Storage-Storport-Operational_Microsoft-Windows-StorPort_504 Microsoft-Windows-Storage-Storport-Operational_Microsoft-Windows-StorPort_505 Microsoft-Windows-StorageSpaces-Driver-Operational_Microsoft-Windows-StorageSpaces-Driver_207 Microsoft-Windows-Storsvc-Diagnostic_Microsoft-Windows-Storsvc_1001 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_1 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_10 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_11 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_12 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_13 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_14 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_15 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_16 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_17 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_18 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_19 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_2 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_20 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_21 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_22 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_23 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_24 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_25 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_26 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_3 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_4 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_5 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_6 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_7 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_8 Microsoft-Windows-Sysmon-Operational_Microsoft-Windows-Sysmon_9 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_100 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_102 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_106 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_119 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_129 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_140 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_141 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_200 Microsoft-Windows-TaskScheduler-Operational_Microsoft-Windows-TaskScheduler_201 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_200 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_300 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_302 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_303 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_312 Microsoft-Windows-TerminalServices-Gateway-Operational_Microsoft-Windows-TerminalServices-Gateway_313 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_21 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_22 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_23 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_24 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_25 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_39 Microsoft-Windows-TerminalServices-LocalSessionManager-Operational_Microsoft-Windows-TerminalServices-LocalSessionManager_40 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1024 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1025 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1026 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1027 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1029 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1102 Microsoft-Windows-TerminalServices-RDPClient-Operational_Microsoft-Windows-TerminalServices-ClientActiveXCore_1103 Microsoft-Windows-TerminalServices-RemoteConnectionManager-Operational_Microsoft-Windows-TerminalServices-RemoteConnectionManager_1149 Microsoft-Windows-TerminalServices-RemoteConnectionManager-Operational_Microsoft-Windows-TerminalServices-RemoteConnectionManager_261 Microsoft-Windows-TZUtil-Operational_Microsoft-Windows-TZUtil_20001 Microsoft-Windows-UniversalTelemetryClient-Operational_Microsoft-Windows-UniversalTelemetryClient_55 Microsoft-Windows-User-Profile-Service-Operational_Microsoft-Windows-User-Profiles-Service_2 Microsoft-Windows-User-Profile-Service-Operational_Microsoft-Windows-User-Profiles-Service_4 Microsoft-Windows-User-Profile-Service-Operational_Microsoft-Windows-User-Profiles-Service_67 Microsoft-Windows-VHDMP-Operational_Microsoft-Windows-VHDMP_1 Microsoft-Windows-VHDMP-Operational_Microsoft-Windows-VHDMP_2 Microsoft-Windows-WER-Diag-Operational_Microsoft-Windows-WER-Diag_4 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1000 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1001 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1002 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1003 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1004 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1005 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1006 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1008 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1011 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1013 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1116 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1117 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_1150 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_2000 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_5000 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_5001 Microsoft-Windows-Windows-Defender-Operational_Microsoft-Windows-Windows-Defender_5007 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2003 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2004 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2005 Microsoft-Windows-Windows-Firewall-With-Advanced-Security-Firewall_Microsoft-Windows-Windows-Firewall-With-Advanced-Security_2006 Microsoft-Windows-WinINet-Config-ProxyConfigChanged_Microsoft-Windows-WinINet-Config_5600 Microsoft-Windows-Winlogon-Operational_Microsoft-Windows-Winlogon_811 Microsoft-Windows-Winlogon-Operational_Microsoft-Windows-Winlogon_812 Microsoft-Windows-WinRM-Operational_Microsoft-Windows-WinRM_169 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8000 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8001 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8002 Microsoft-Windows-WLAN-AutoConfig-Operational_Microsoft-Windows-WLAN-AutoConfig_8003 Microsoft-Windows-WMI-Activity-Operational_Microsoft-Windows-WMI-Activity_5857 Microsoft-Windows-WMI-Activity-Operational_Microsoft-Windows-WMI-Activity_5860 Microsoft-Windows-WMI-Activity-Operational_Microsoft-Windows-WMI-Activity_5861 Microsoft-Windows-WPD-MTPClassDriver-Operational_Microsoft-Windows-WPD-MTPClassDriver_1005 OAlerts_Microsoft-Office-14-Alerts_300 OAlerts_Microsoft-Office-15-Alerts_300 OAlerts_Microsoft-Office-16-Alerts_300 OpenSSH-Operational_OpenSSH_4 Security_Microsoft-Windows-Eventlog_1100 Security_Microsoft-Windows-Eventlog_1102 Security_Microsoft-Windows-Security-Auditing_4608 Security_Microsoft-Windows-Security-Auditing_4611 Security_Microsoft-Windows-Security-Auditing_4616 Security_Microsoft-Windows-Security-Auditing_4624 Security_Microsoft-Windows-Security-Auditing_4625 Security_Microsoft-Windows-Security-Auditing_4634 Security_Microsoft-Windows-Security-Auditing_4647 Security_Microsoft-Windows-Security-Auditing_4648 Security_Microsoft-Windows-Security-Auditing_4656 Security_Microsoft-Windows-Security-Auditing_4657 Security_Microsoft-Windows-Security-Auditing_4658 Security_Microsoft-Windows-Security-Auditing_4661 Security_Microsoft-Windows-Security-Auditing_4662 Security_Microsoft-Windows-Security-Auditing_4663 Security_Microsoft-Windows-Security-Auditing_4672 Security_Microsoft-Windows-Security-Auditing_4673 Security_Microsoft-Windows-Security-Auditing_4674 Security_Microsoft-Windows-Security-Auditing_4688 Security_Microsoft-Windows-Security-Auditing_4689 Security_Microsoft-Windows-Security-Auditing_4696 Security_Microsoft-Windows-Security-Auditing_4697 Security_Microsoft-Windows-Security-Auditing_4698 Security_Microsoft-Windows-Security-Auditing_4699 Security_Microsoft-Windows-Security-Auditing_4700 Security_Microsoft-Windows-Security-Auditing_4701 Security_Microsoft-Windows-Security-Auditing_4702 Security_Microsoft-Windows-Security-Auditing_4703 Security_Microsoft-Windows-Security-Auditing_4704 Security_Microsoft-Windows-Security-Auditing_4705 Security_Microsoft-Windows-Security-Auditing_4706 Security_Microsoft-Windows-Security-Auditing_4707 Security_Microsoft-Windows-Security-Auditing_4713 Security_Microsoft-Windows-Security-Auditing_4716 Security_Microsoft-Windows-Security-Auditing_4717 Security_Microsoft-Windows-Security-Auditing_4718 Security_Microsoft-Windows-Security-Auditing_4719 Security_Microsoft-Windows-Security-Auditing_4720 Security_Microsoft-Windows-Security-Auditing_4722 Security_Microsoft-Windows-Security-Auditing_4723 Security_Microsoft-Windows-Security-Auditing_4724 Security_Microsoft-Windows-Security-Auditing_4725 Security_Microsoft-Windows-Security-Auditing_4726 Security_Microsoft-Windows-Security-Auditing_4728 Security_Microsoft-Windows-Security-Auditing_4731 Security_Microsoft-Windows-Security-Auditing_4732 Security_Microsoft-Windows-Security-Auditing_4733 Security_Microsoft-Windows-Security-Auditing_4734 Security_Microsoft-Windows-Security-Auditing_4735 Security_Microsoft-Windows-Security-Auditing_4738 Security_Microsoft-Windows-Security-Auditing_4740 Security_Microsoft-Windows-Security-Auditing_4742 Security_Microsoft-Windows-Security-Auditing_4743 Security_Microsoft-Windows-Security-Auditing_4764 Security_Microsoft-Windows-Security-Auditing_4768 Security_Microsoft-Windows-Security-Auditing_4769 Security_Microsoft-Windows-Security-Auditing_4770 Security_Microsoft-Windows-Security-Auditing_4771 Security_Microsoft-Windows-Security-Auditing_4772 Security_Microsoft-Windows-Security-Auditing_4773 Security_Microsoft-Windows-Security-Auditing_4774 Security_Microsoft-Windows-Security-Auditing_4775 Security_Microsoft-Windows-Security-Auditing_4776 Security_Microsoft-Windows-Security-Auditing_4777 Security_Microsoft-Windows-Security-Auditing_4778 Security_Microsoft-Windows-Security-Auditing_4779 Security_Microsoft-Windows-Security-Auditing_4781 Security_Microsoft-Windows-Security-Auditing_4782 Security_Microsoft-Windows-Security-Auditing_4793 Security_Microsoft-Windows-Security-Auditing_4797 Security_Microsoft-Windows-Security-Auditing_4798 Security_Microsoft-Windows-Security-Auditing_4799 Security_Microsoft-Windows-Security-Auditing_4800 Security_Microsoft-Windows-Security-Auditing_4801 Security_Microsoft-Windows-Security-Auditing_4802 Security_Microsoft-Windows-Security-Auditing_4803 Security_Microsoft-Windows-Security-Auditing_5136 Security_Microsoft-Windows-Security-Auditing_5137 Security_Microsoft-Windows-Security-Auditing_5138 Security_Microsoft-Windows-Security-Auditing_5139 Security_Microsoft-Windows-Security-Auditing_5140 Security_Microsoft-Windows-Security-Auditing_5141 Security_Microsoft-Windows-Security-Auditing_5142 Security_Microsoft-Windows-Security-Auditing_5143 Security_Microsoft-Windows-Security-Auditing_5144 Security_Microsoft-Windows-Security-Auditing_5145 Security_Microsoft-Windows-Security-Auditing_5152 Security_Microsoft-Windows-Security-Auditing_5154 Security_Microsoft-Windows-Security-Auditing_5156 Security_Microsoft-Windows-Security-Auditing_5157 Security_Microsoft-Windows-Security-Auditing_5158 Security_Microsoft-Windows-Security-Auditing_5159 Security_Microsoft-Windows-Security-Auditing_6416 SentinelOne-Operational_26 SentinelOne-Operational_31 SentinelOne-Operational_32 SentinelOne-Operational_81 SentinelOne-Operational_91 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1000 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1001 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1100 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1101 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1110 Splashtop-Splashtop Streamer-Remote Session-Operational_Splashtop-Splashtop Streamer-Remote Session_1111 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_100 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_101 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_12 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_129 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_2 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_200 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_201 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_202 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_21 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_23 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_24 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_3 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_34054 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_34056 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_51 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_69 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_7 Symantec-Endpoint-Protection-Client_Symantec-Endpoint-Protection-Client_80 System_Application-Popup_26 System_EventLog_6005 System_EventLog_6006 System_EventLog_6008 System_EventLog_6013 System_LsaSrv_40960 System_LsaSrv_45057 System_Microsoft-Antimalware_1116 System_Microsoft-Windows-Audit-CVE_2 System_Microsoft-Windows-DistributedCOM_10028 System_Microsoft-Windows-DriverFrameworks-UserMode_10000 System_Microsoft-Windows-Eventlog_104 System_Microsoft-Windows-GroupPolicy_1130 System_Microsoft-Windows-Kernel-General_1 System_Microsoft-Windows-Kernel-General_12 System_Microsoft-Windows-Kernel-General_13 System_Microsoft-Windows-Kernel-Power_42 System_Microsoft-Windows-Power-Troubleshooter_1 System_Microsoft-Windows-Time-Service_35 System_Microsoft-Windows-Time-Service_37 System_Microsoft-Windows-UserPnp_20001 System_Microsoft-Windows-UserPnp_20003 System_Microsoft-Windows-Winlogon_7001 System_Microsoft-Windows-Winlogon_7002 System_Service-Control-Manager_7031 System_Service-Control-Manager_7034 System_Service-Control-Manager_7035 System_Service-Control-Manager_7036 System_Service-Control-Manager_7040 System_Service-Control-Manager_7045 System_TermDD_56 System_User32_1074 Varonis_VrnsCifsQueueReport_5118 Varonis_VrnsCifsQueueReport_5120 Varonis_VrnsCifsQueue_5129 Varonis_VrnsCifsQueue_5138 Varonis_VrnsCifsQueue_5140 Varonis_VrnsCifsQueue_5172 Varonis_VrnsCifsQueue_5176 Varonis_VrnsCifsQueue_5213 Varonis_VrnsCifsQueue_5214 Varonis_VrnsCifsQueue_5220 Varonis_VrnsMon_5434 Varonis_VrnsSvcFW_900 Windows-PowerShell_PowerShell_400 Windows-PowerShell_PowerShell_403 Windows-PowerShell_PowerShell_600 Windows-PowerShell_PowerShell_800 [2022/03/15 05:50:22] | Deleting J:\Triage\KAPE\Modules\bin\RECmd\BatchExamples for a fresh start prior to syncing RECmd with GitHub [2022/03/15 05:50:22] | Syncing RECmd with GitHub for the latest Maps RECmd version 2.0.0.0 Author: Eric Zimmerman (saericzimmerman@gmail.com) https://github.com/EricZimmerman/RECmd Note: Enclose all strings containing spaces (and all RegEx) with double quotes Checking for updated batch files at https://github.com/EricZimmerman/RECmd/tree/master/BatchExamples... Updates found! New batch files !RECmdBatch !RECmdBatch AllRegExecutablesFoundOrRun BasicSystemInfo BatchExample BatchExampleServices BatchExampleSysCache BatchExampleUserAssist BatchExampleWildCard BCDBootVolume BinaryIncludeDemo InstalledSoftware Kroll_Batch Kroll_Batch README RECmd_Batch_MC RegistryASEPs SoftwareASEPs SoftwareClassesASEPs SoftwareWoW6432ASEPs SystemASEPs UserActivity UserClassesASEPs [2022/03/15 05:50:29] | Deleting J:\Triage\KAPE\Modules\bin\SQLECmd\Maps for a fresh start prior to syncing SQLECmd with GitHub [2022/03/15 05:50:29] | Syncing SQLECmd with GitHub for the latest Maps SQLECmd version 1.0.0.0 Author: Eric Zimmerman (saericzimmerman@gmail.com) https://github.com/EricZimmerman/SQLECmd Checking for updated maps at https://github.com/EricZimmerman/SQLECmd/tree/master/SQLMap/Maps... Updates found! New maps !OS_Application_OptionalDescription !OS_Application_OptionalDescription Android_Calls Android_Frosting Android_LocalAppState Android_Logs Android_SMS iOS_Accounts iOS_Accounts4 iOS_Calls iOS_CellularUsage iOS_HealthDb iOS_HealthDb_Secure iOS_Photos iOS_SMS TestFiles_CarsDB TestFiles_Contacts Windows_4KVideoDownloader_History Windows_ActivitiesCache Windows_Bitdefender_Antiphishing Windows_Bitdefender_es Windows_Bitdefender_RansomwareRecover Windows_ChromiumBrowser_AutofillEntries Windows_ChromiumBrowser_AutofillProfiles Windows_ChromiumBrowser_Cookies Windows_ChromiumBrowser_Downloads Windows_ChromiumBrowser_Favicons Windows_ChromiumBrowser_HistoryVisits Windows_ChromiumBrowser_KeywordSearches Windows_ChromiumBrowser_MaskedCreditCards Windows_ChromiumBrowser_MediaHistoryPlayback Windows_ChromiumBrowser_MediaHistoryPlaybackSession Windows_ChromiumBrowser_NetworkActionPredictor Windows_ChromiumBrowser_OmniboxShortcuts Windows_ChromiumBrowser_TopSites Windows_Dropbox_AggregationDBX Windows_Dropbox_Configurations Windows_Dropbox_FileCache Windows_Dropbox_IconDB Windows_Dropbox_InstanceDB Windows_Dropbox_NonLocalResources Windows_Dropbox_RecentItems Windows_Dropbox_SFJResources Windows_Dropbox_StarredItems Windows_Dropbox_SyncHistory Windows_Dropbox_TrayThumbnails Windows_EventTranscriptDB_DataSampling Windows_EventTranscriptDB_NoDataSampling Windows_FileZilla_Queue Windows_Firefox_Bookmarks Windows_Firefox_Cookies Windows_Firefox_Downloads-Downloads Windows_Firefox_Downloads-Places Windows_Firefox_Favicons Windows_Firefox_FormHistory Windows_Firefox_History Windows_GoogleDrive_Changes Windows_GoogleDrive_CloudGraphDB Windows_GoogleDrive_metadata_sqlite_db Windows_GoogleDrive_SnapshotDB Windows_GoogleDrive_SyncConfigDB Windows_MicrosoftStickyNotes_NotesDB Windows_Nessus_Preferences Windows_pCloud Windows_TeraCopy_History Windows_TeraCopy_MainDB Windows_WindowsUpdate_StoreDB Windows_WPNDatabase_Notifications Windows_WPNDatabase_WNSPushChannel Windows_YourPhone_ContactsDB Windows_YourPhone_NotificationsDB Windows_YourPhone_PhoneDB-SMSMessages Windows_YourPhone_PhotosDB Windows_YourPhone_SettingsDB [2022/03/15 05:50:36] | Thank you for keeping this instance of KAPE updated! Please be sure to run this script on a regular basis and follow the GitHub repositories associated with KAPE and EZ Tools! [2022/03/15 05:50:36] | Total Processing Time: 54.872371 seconds [2022/03/15 05:50:36] | --- End of session --- Press Enter to continue...:

My thoughts here are we don't need to run the Move-EZToolsNET6 function if we have already got the latest tools in the correct folder. But you can just add a check in Move-EZToolsNET6 on line 348 to see if the tools are in the $kapeModulesBin\ZimmermanTools\net6\ folder.

  1. Also we are downloading the maps every time. Is there a way to check that we are up to date and not download them? Maybe a checksum of a zip? It might be an issue I need to raise with whoever makes EvtxECmd.exe

You've definitely improved this script 10 fold. Great work with the logging too, though I would like to see errors output to those logs as well.

Happy to do a pull request for any of these and more. Just let me know :)

AndrewRathbun commented 2 years ago

@Donovoi

  1. When running the script I can choose .net 4 or .net 6 but not both. Is there a reason for this? Because the script calls Get-ZimmermanTools, a message is output to the console which can be a bit confusing: Use -NetVersion to control which version of the software you get (4 or 6). Default is getting both versions

KAPE Modules are going to look for a single binary in a single path within .\KAPE\Modules\bin, for example:

Description: 'EvtxECmd: process event log files'
Category: EventLogs
Author: Eric Zimmerman
Version: 1.0
Id: 1b66f0e2-2ccf-467d-ae15-a2b3dc59df08
BinaryUrl: https://f001.backblazeb2.com/file/EricZimmermanTools/EvtxExplorer.zip
ExportFormat: csv
Processors:
    -
        Executable: EvtxECmd\EvtxECmd.exe
        CommandLine: -d %sourceDirectory% --csv %destinationDirectory%
        ExportFormat: csv
    -
        Executable: EvtxECmd\EvtxECmd.exe
        CommandLine: -d %sourceDirectory% --xml %destinationDirectory%
        ExportFormat: xml
    -
        Executable: EvtxECmd\EvtxECmd.exe
        CommandLine: -d %sourceDirectory% --json %destinationDirectory%
        ExportFormat: json

That Executable: line is looking for EvtxECmd\EvtxECmd.exe within .\KAPE\Modules\bin, so that needs to be either a .NET 4 or .NET 6 version of the tool, not both. I hope that helps make sense as to why the script is operating the way it does. Let me know if you have any thoughts with that information in mind.

  1. Running the script the first time worked well with no errors. Running it the second time produced errors. Have a look at my Output below:

PowerShell Output My thoughts here are we don't need to run the Move-EZToolsNET6 function if we have already got the latest tools in the correct folder. But you can just add a check in Move-EZToolsNET6 on line 348 to see if the tools are in the $kapeModulesBin\ZimmermanTools\net6\ folder.

Again, the desired version of the EZ Tool binary needs to be in the position that the KAPE Module is looking for it, so we need to move the .NET 6 versions of the tools into the appropriate place for KAPE to pick up on them with the way the Modules are written.

  1. Also we are downloading the maps every time. Is there a way to check that we are up to date and not download them? Maybe a checksum of a zip? It might be an issue I need to raise with whoever makes EvtxECmd.exe

I would like to think you know who makes EvtxECmd.exe :) it's the same person who makes KAPE and all the other tools that ship with KAPE! Yes, even if we don't delete the Maps in the script, you're still cloning the Maps from the respective GitHub repo and then doing a compare locally. Why do I make the script delete the existing Maps/batch files? I have solved many, many problems people have had with KAPE because they have extremely outdated Maps, Batch Files, etc, and the solution has always been to delete the folder and run a sync. Problem solved! This portion of the script has been crafted with over a year+ of experience in troubleshooting KAPE with end users.

Please advise based on the info above what you think next steps should be, if any.

Thanks,

Andrew

EricZimmerman commented 2 years ago

3. Also we are downloading the maps every time. Is there a way to check that we are up to date and not download them? Maybe a checksum of a zip? It might be an issue I need to raise with whoever makes EvtxECmd.exe

that would be me. the maps are small enough it doesnt warrant the amount of work to checksum the zip, upload the new one, etc.

Donovoi commented 2 years ago

Awesome thank you @AndrewRathbun & @EricZimmerman I understand why those choices were made, and they make sense!

I still think we need to check if the executables are in the folder before trying to move them, to prevent the error as per:

Running the script the first time worked well with no errors. Running it the second time produced errors. Have a look at my Output below:

My thoughts here are we don't need to run the Move-EZToolsNET6 function if we have already got the latest tools in the correct folder. But you can just add a check in Move-EZToolsNET6 on line 348 to see if the tools are in the $kapeModulesBin\ZimmermanTools\net6\ folder.

And we should be logging the error to the log file you've set up.

If you agree to the two things above, I'm happy to do a pull request if it will help.

Just lastly - If I'm at a remote location doing triage on a live machine - and for some reason one version of the binaries don't work, I'd like to be able to try the other version and have it already available to me (especially if I'm in an offline environment).

This won't be an issue I guess if .NET 6 binaries are backwards compatible, or we publish all exe's as Single File Apps as per https://dotnetcoretutorials.com/2021/11/10/single-file-apps-in-net-6/

I'll post this to Eric's repo as something to consider (if he hasn't already).

EricZimmerman commented 2 years ago

no way i am building 60 Mb EXEs to download if net 6 is not installed. people can do that if they want, but thats crazy to me.

net 6 stuff is not backward compatible. you need .net 6 runtime for them to work. the net 4 stuff should work just about everywhere tho

Donovoi commented 2 years ago

Awesome that makes sense thank you Eric!

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Eric @.> Sent: Thursday, March 17, 2022 6:40:17 AM To: AndrewRathbun/KAPE-EZToolsAncillaryUpdater @.> Cc: Michael Moran @.>; Mention @.> Subject: Re: [AndrewRathbun/KAPE-EZToolsAncillaryUpdater] Not checking for and downloading/creating directories/files that might be referenced later (Issue #2)

no way i am building 60 Mb EXEs to download if net 6 is not installed. people can do that if they want, but thats crazy to me.

net 6 stuff is not backward compatible. you need .net 6 runtime for them to work. the net 4 stuff should work just about everywhere tho

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAndrewRathbun%2FKAPE-EZToolsAncillaryUpdater%2Fissues%2F2%23issuecomment-1069544614&data=04%7C01%7C%7C698fe2bae38b45a1225108da0784cd45%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637830564205100390%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=7BYxIDSUC0N%2BB2DhfL252Off2jcp2n0r3ITSC0LKktc%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAF5EQS6KU3VFZ2OHO2PR6MLVAI2KDANCNFSM5OT5SWHA&data=04%7C01%7C%7C698fe2bae38b45a1225108da0784cd45%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637830564205100390%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=cYyF01wXNPtciqHYg%2BQrOE%2Fjqos0HwbwXOEPqsSViII%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

AndrewRathbun commented 2 years ago

Any error handling you want to add, I ask you simply use the Log function that's already being used script-wide to keep things consistent.

In regards to checking for if the executables are there before we move them, if you wanna do a PR with Test-Path and all that other fun stuff, by all means! When merged, I will resign and republish.

Donovoi commented 2 years ago

Awesome thanks Andrew! I'll get that done

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Andrew Rathbun @.> Sent: Thursday, March 17, 2022 7:02:21 AM To: AndrewRathbun/KAPE-EZToolsAncillaryUpdater @.> Cc: Michael Moran @.>; Mention @.> Subject: Re: [AndrewRathbun/KAPE-EZToolsAncillaryUpdater] Not checking for and downloading/creating directories/files that might be referenced later (Issue #2)

Any error handling you want to add, I ask you simply use the Log function that's already being used script-wide to keep things consistent.

In regards to checking for if the executables are there before we move them, if you wanna do a PR with Test-Path and all that other fun stuff, by all means! When merged, I will resign and republish.

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAndrewRathbun%2FKAPE-EZToolsAncillaryUpdater%2Fissues%2F2%23issuecomment-1069562450&data=04%7C01%7C%7C9f0ed2ce5c78443b706308da0787e1f8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637830577437292565%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=FavdGZ4FKcZOwLuCeBI5HuYTnvSHlMPhtgcn8jsK2wY%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAF5EQS24F5GN3VZEPWCAEATVAI443ANCNFSM5OT5SWHA&data=04%7C01%7C%7C9f0ed2ce5c78443b706308da0787e1f8%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637830577437292565%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wwRkJnd0X8VYNrIHMyFV3U1YqBn1Hx31upHjBNgkSJk%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>