Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added artifacts to make it easier to post process KapeFiles.Targets #3693

Merged
merged 5 commits into from
Aug 19, 2024

Conversation

scudette
Copy link
Contributor

The Windows.KapeFiles.Targets artifact allows to collect many bulk forensic artifacts like registry hives etc. People often use it to collect offline collections for preservation of hosts.

Although best practice is to also collect parsing artifacts as the same time, sometimes this is left out. In this case the user needs to parse the collected raw files (for example collecting $MFT then needing to apply Windows.NTFS.MFT to parse it). This is not always easy to do.

This PR adds a notebook suggestion which applies remapping on the KapeFiles collection in such as way that some regular artifacts designed to run on the live system can work to some extent off the raw collection. The additional parsing will be added to new collections in the same (possibly virtual) client.

Also: Bugfix for zip_nocase accessor failed to work in some cases.

Since we now use remapping there is no need for the Linux.KapeFiles.CollectFromDirectory (which was basically the same as the Windows.KapeFiles.Targets but applies to a mounted directory). That artifact is now removed.

The Windows.KapeFiles.Targets artifact allows to collect many bulk
forensic artifacts like registry hives etc. People often use it to
collect offline collections for preservation of hosts.

Although best practice is to **also** collect parsing artifacts as the
same time, sometimes this is left out. In this case the user needs to
parse the collected raw files (for example collecting $MFT then
needing to apply `Windows.NTFS.MFT` to parse it). This is not always
easy to do.

This PR adds a notebook suggestion which applies remapping on the
KapeFiles collection in such as way that some regular artifacts
designed to run on the live system can work to some extent off the raw
collection. The additional parsing will be added to new collections in
the same (possibly virtual) client.

Also: Bugfix for zip_nocase accessor failed to work in some cases.

Since we now use remapping there is no need for the
Linux.KapeFiles.CollectFromDirectory (which was basically the same as
the Windows.KapeFiles.Targets but applies to a mounted
directory). That artifact is now removed.
@scudette scudette merged commit cd69c3e into master Aug 19, 2024
3 checks passed
@scudette scudette deleted the kapetargets_postprocess branch August 19, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant