I submitted 3 pull requests to AnalyzeMFT and they have been accepted. Please update AnalyzeMFT from GitHub repo so it includes these fixes. The updates are:
Fixed nanosecond anomaly check so it looks at the $SI create time instead of $FN create time.
Added new checks to flag possible file copies ($SI create time > $SI modify time) & volume moves ($SI access time > $SI create time & $SI modify time)
Narrowed stf-fn-shift logic so it only flags when $SI create time < $FN create time (previously it also alerted with a the first $FN entry is not present). This resulted in a few false-positives.
I submitted 3 pull requests to AnalyzeMFT and they have been accepted. Please update AnalyzeMFT from GitHub repo so it includes these fixes. The updates are:
Thanks, Mike