Section 4.3: Filesystem Timeline Creation and Analysis Flashcards
Name the four Windows NTFS Timestamps. Which one would analyst mainly focus on?
(M) last modification, (A) last access, (C) last metadata change time, (B) file creation time. Focus on (M) & (B).
What time formats does NTFS and FAT systems use?
NTFS uses 64-bit FILETIME UTC and FAT uses local computer time.
What timestamps are updated if a volume file is moved via CLI?
(A) & (B)
What timestamp is updated if a volumne file is moved through copy & paste?
(A)
What timestamps are updated if a file is copied?
(A), (C), & (B)
What can disrupt timestamp rules?
Applications, anti-forensics, archiving, and antivirus scanning.
How can I discover the date/time a malicious application was sent to a remote system?
Check the creation time of the application as this can serve the date it was used for lateral movement.
What is MFTECmd.exe and what files can it use as input?
It extracts metadata and prepares as a bodyfile for mactime to use. Files it can parse are: MFT, J, LogFile, Boot, and SDS.
What is alternative tool for extracting metadata to create a bodyfile?
Fls
What are the main differences between MFTECmd.exe and Fls?
MFTECmd.exe only parses NTFS filesystems while Fls can use more. Fls can extract metadata from an image (the whole drive) while MFTECmd.exe depends on $MFT file. Fls can also be used on live systems.
What does the mactime tool do?
It grabs the bodyfile created from MFTECmd or Fls and makes the data human readable.