analyzeMFT icon indicating copy to clipboard operation
analyzeMFT copied to clipboard

Results 66 analyzeMFT issues
Sort by recently updated
recently updated
newest added

hi, python2 and python3 may be installed together... ```patch diff --git a/analyzeMFT.py b/analyzeMFT.py index dceaae7..0d21be5 100755 --- a/analyzeMFT.py +++ b/analyzeMFT.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 try: from analyzemft import...

Hi, I contacted the Sleuthkit developer's list about this a while back, but didn't get a response. Sometimes analyzeMFT and Sleuthkit calculate different data runs for the same file. In...

https://github.com/dfirlabs/ntfs-specimens/blob/master/generate-specimens-behavior.bat#L282 The ntfs_file_name_list.vhd image contains an MFT entry with $FILE_NAME attributes stored in an $ATTRIBUTE_LIST. Rough outline of the file system hierarchy. ``` testdir1 testdir1\testfile1 testdir10 testdir10\hardlink9 testdir11 testdir11\hardlink10 testdir12...

I `git clone`d and installed analyzeMFT, but I don't know how to test it, for example, on my `D:\`. Can you give an example (for Windows) about how to analyze...

Use case is: It currently fails to detect the nanoseconds being zero on the 508 c:\windows\system32\dllhost\svchost.exe file See nano-zero folder on local dev: Python datetime doesn't handle nanoseconds, only milliseconds....

See this blog: http://az4n6.blogspot.com/2015/09/whos-your-master-mft-parsers-reviewed.html

I noticed there is no designation in the bodyfile output that a file is marked as deleted vs. active. Also, it appears that on deleted files, sometimes the recovered parent...

M - modified, B - birth, A - accessed: If M < B then likely file copy Detected at B If M and B < A == volume file move

Test nanosecond zero detection. It currently fails to detect the nanoseconds being zero on the 508 c:\windows\system32\dllhost\svchost.exe file

Update anomaly detection to ONLY compare $StandardInfo and $Filename creation timestamps (it currently flags any timestamp anomaly between the two types of timestamps) -- their are too many reasons for...