Section 4.3: Filesystem Timeline Creation and Analysis Flashcards

1
Q

Name the four Windows NTFS Timestamps. Which one would analyst mainly focus on?

A

(M) last modification, (A) last access, (C) last metadata change time, (B) file creation time. Focus on (M) & (B).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What time formats does NTFS and FAT systems use?

A

NTFS uses 64-bit FILETIME UTC and FAT uses local computer time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What timestamps are updated if a volume file is moved via CLI?

A

(A) & (B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What timestamp is updated if a volumne file is moved through copy & paste?

A

(A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What timestamps are updated if a file is copied?

A

(A), (C), & (B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What can disrupt timestamp rules?

A

Applications, anti-forensics, archiving, and antivirus scanning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can I discover the date/time a malicious application was sent to a remote system?

A

Check the creation time of the application as this can serve the date it was used for lateral movement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is MFTECmd.exe and what files can it use as input?

A

It extracts metadata and prepares as a bodyfile for mactime to use. Files it can parse are: MFT, J, LogFile, Boot, and SDS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is alternative tool for extracting metadata to create a bodyfile?

A

Fls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the main differences between MFTECmd.exe and Fls?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the mactime tool do?

A

It grabs the bodyfile created from MFTECmd or Fls and makes the data human readable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly