Skip to content

Outputs exceptions if $FILE_NAME creation date attribute is after $STD_INFO creation date

Notifications You must be signed in to change notification settings

oxytis/mftAnomaly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

mftAnomaly

mftAnomaly - forensic timestamp tampering and file tunneling detection

first use TZWORKS to parse Master File Table:

ntfswalk64 -mftfile $MFT > mftfile

Then run -> python mft.py mftfile stomp

python mft.py mftfile stomp "Users\user" <-- only this directory

or

python mft.py mftfile tunnel "filename" <-- only check for this filename

output example:

ANOMALY---

 \[root]\<path corrupted>\p\pfBL.dll
 $STD_INFO:  01/03/2018   13:33:44.000 
 $FILE_NAME: 11/19/2019   17:09:09.403

About

Outputs exceptions if $FILE_NAME creation date attribute is after $STD_INFO creation date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages