Skip to content

Best way to collect $MFT, $UsnJrnl and $LogFile #488

Closed Answered by EricZimmerman
antmar904 asked this question in Q&A
Discussion options

You must be logged in to vote

why do you say that? just because the target references C:$MFT does not mean you cannot collect ANY volume. This is what --tsource is for.

if you do

--tsource D

then KAPE will collect D:$MFT

KAPE does all the work of updating things from the target definition based on what you pass in via --tsource.

we always reference C:\ as the start for all files to keep it simple and consistent.

if you wanted ALL file systems you would need to write a simple powershell script or similar to:

  1. locate all logical drive letters you want to search
  2. call kape on each one, updating the value for --tsource

thats it.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@antmar904
Comment options

@antmar904
Comment options

Answer selected by AndrewRathbun
Comment options

You must be logged in to vote
1 reply
@antmar904
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants