±Your Account
Membership:
New Today: 5
New Yesterday: 6
Overall: 24179
Visitors: 36±Latest Webinar
±Latest Articles
· Geo-tagging & Photo Tracking On iOS
· KS – an open source bash script for indexing data
· Mobile Device Geotags & Armed Forces
· Categorization of embedded system forensic collection methodologies
· Interpretation of NTFS Timestamps
· What are ‘gdocs’? Google Drive Data – part 2
· What are ‘gdocs’? Google Drive Data
· Bad Sector Recovery
· Forensic Artifact: Malware Analysis in Windows 8
· Windows 8: Important Considerations for Computer Forensics and Electronic Discovery
· KS – an open source bash script for indexing data
· Mobile Device Geotags & Armed Forces
· Categorization of embedded system forensic collection methodologies
· Interpretation of NTFS Timestamps
· What are ‘gdocs’? Google Drive Data – part 2
· What are ‘gdocs’? Google Drive Data
· Bad Sector Recovery
· Forensic Artifact: Malware Analysis in Windows 8
· Windows 8: Important Considerations for Computer Forensics and Electronic Discovery
±Follow Us
±Latest Jobs
Back to top
Skip to content
Skip to menu
Back to top
Back to main
Skip to menu
Go to page Previous 1, 2
File creation date - Windows XP
Re: File creation date - Windows XP
Posted: Mon Feb 25, 2013 12:37 pm
Once you start analyzing the MFT, you'll realize that file records contain a lot more dates than you first thought. However, I suspect what you're seeing is internal file metadata. I don't know about AutoCad per se, but many files (e.g., MS Office) contain their own internal time stamps (e.g., creation, last printed) that are independent of the file system in which the files are stored. For a file that was created in place (as opposed to copied from another system), one would expect the timestamps to be almost identical, when corrected for time zone. However, if files are copied from an external source, the creation time may vary wildly, as the semantics of internal metadata are different from file system metadata.
_________________
Scott Tucker
Aptegra Consulting, LLC
www.aptegra.com
_________________
Scott Tucker
Aptegra Consulting, LLC
www.aptegra.com
-

TuckerHST - Senior Member
Re: File creation date - Windows XP
Posted: Mon Feb 25, 2013 2:38 pm
Tucker,
it seems that this is the case (internal file metadata). Is there a way to see the history of actions made to a file (if the file was moved, times and data of openings, etc)?
it seems that this is the case (internal file metadata). Is there a way to see the history of actions made to a file (if the file was moved, times and data of openings, etc)?
-
Chisco77 - Newbie
Re: File creation date - Windows XP
Posted: Mon Feb 25, 2013 3:13 pm
Now you're getting into territory that requires real expertise and a thorough understanding of how Windows works and the artifacts it leaves behind in NTFS. Unfortunately, there's no simple journal that lists all that information. If this is critically important to your case, you'll have to piece together a narrative that fits the facts, and it's an iterative process.
Start with a hypothesis -- what do you think might have happened to this file? Then examine artifacts that will either prove or disprove your hypothesis, refining your hypothesis depending on where the evidence leads you. You may end up examining USBSTOR keys, MRU lists, LNK shortcuts, restore points, and possibly even the MFT/$USNJrnl/$Logfile, which is a new research area but may allow you to deduce some history.
This is going to be complex stuff if you're new to forensics. Frankly, you may want to start by reading chapters 11-13 of Brian Carrier's book "File System Forensic Analysis."
Good luck.
_________________
Scott Tucker
Aptegra Consulting, LLC
www.aptegra.com
Start with a hypothesis -- what do you think might have happened to this file? Then examine artifacts that will either prove or disprove your hypothesis, refining your hypothesis depending on where the evidence leads you. You may end up examining USBSTOR keys, MRU lists, LNK shortcuts, restore points, and possibly even the MFT/$USNJrnl/$Logfile, which is a new research area but may allow you to deduce some history.
This is going to be complex stuff if you're new to forensics. Frankly, you may want to start by reading chapters 11-13 of Brian Carrier's book "File System Forensic Analysis."
Good luck.
_________________
Scott Tucker
Aptegra Consulting, LLC
www.aptegra.com
-

TuckerHST - Senior Member
Re: File creation date - Windows XP
Posted: Mon Feb 25, 2013 4:02 pm
Tucker,
you are very kind. This is really fascinating. I'm new at foresncis, but I know I'm goint to learn a lot in this case. At this very moment, I'm creating a virtual machine of the raw image of the computer I'm investigating. I'll try some tools to examine the registry, hives and artifacts.
Thanks a lot for your help!
you are very kind. This is really fascinating. I'm new at foresncis, but I know I'm goint to learn a lot in this case. At this very moment, I'm creating a virtual machine of the raw image of the computer I'm investigating. I'll try some tools to examine the registry, hives and artifacts.
Thanks a lot for your help!
-
Chisco77 - Newbie
Re: File creation date - Windows XP
Posted: Tue Feb 26, 2013 4:40 am
as far as i know in windows OSes, and on NTFS filesystems when you COPY a file, a new timestamp is defined for the creation date of the target file, while the last modified date is inherited by the source file.
So it's not uncommon on windows formatted hard drive (especially those used for storage purposes) to see file where the creation date is later then the last modify date.
from this you can also infer that the file you are analyzing is most likely a copy of a file which was existing elsewhere and which wasn't edited after the copy process
correct me if i'm wrong.
So it's not uncommon on windows formatted hard drive (especially those used for storage purposes) to see file where the creation date is later then the last modify date.
from this you can also infer that the file you are analyzing is most likely a copy of a file which was existing elsewhere and which wasn't edited after the copy process
correct me if i'm wrong.
-

Rampage - Senior Member
Re: File creation date - Windows XP
Posted: Tue Feb 26, 2013 4:54 am
Rampage,
what you say seems to be the most likely scenario.
what you say seems to be the most likely scenario.
-
Chisco77 - Newbie
















