You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a child plugin to identify vmware vCenter support bundles. These support bundles are zip files consisting of tgz files which are basically forensic collects of ESXi hypervisors.
Currently the name of the hypervisor is not extracted in the child plugin, as that would requiring opening all the tgz files, which is not nice from performance perspective.
Furthermore this PR also fixes the authentication log plugin to support the ESXi path and format. Lastly it introduces a new plugin to process the history file of an ESXi host. If we want these last two things in a seperate PR please let me know.
#1509 Improve ESXiPlugin support for recent version -> TLDR try to properly mount log folder for different loader (vmsupport/raw disk) #1385 (Add support for ESXI auth, hostd and shell logs)
There is some overlap regarding auth.log, I think that the main difference is that in 1385 there is a common record for different ESXi log, in this PR this is a common record for auth format. IMO both are fine and it was more to highlight the point (E.g for IIS webserver logs there is two different record type for the same data).
Thank you for pointing it out! I did a check if there was a PR for the vCenter part, but forgot to do so for the ESXi plugins. I am more than happy to remove that part again if any of the other PRs are preferred.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #1877
Add vmware vCenter support bundle
This PR adds a child plugin to identify vmware vCenter support bundles. These support bundles are zip files consisting of tgz files which are basically forensic collects of ESXi hypervisors.
Currently the name of the hypervisor is not extracted in the child plugin, as that would requiring opening all the tgz files, which is not nice from performance perspective.
Furthermore this PR also fixes the authentication log plugin to support the ESXi path and format. Lastly it introduces a new plugin to process the history file of an ESXi host. If we want these last two things in a seperate PR please let me know.
Checklist
related issue number