Timestomping
Defense Evasion
Last updated
Defense Evasion
Last updated
Checking original timestamps of the nc.exe
:
Forging the file creation date:
Checking the $MFT
for changes - first of, dumping the $MFT
:
Let's find the nc.exe
record and check its timestamps:
Note how fnCreateTime
did not get updated:
For this reason, it is always a good idea to check both $STANDARD_INFO
and $FILE_NAME
times during the investigation to have a better chance at detecting timestomping.
Note that if we moved the nc.exe file to any other folder on the system and re-parsed the $MFT again, the fnCreateTime
timestamp would inherit the timestamp from siCreateTime
: