rowingdude / analyzeMFT

MIT License
423 stars 117 forks source link

Copy move #53

Closed mpilking closed 6 years ago

mpilking commented 6 years ago

Hello David,

I created 2 new checks for anomaly detection to flag possible file copies and file volume moves. These checks were suggested in Issue #46.

Here's a screenshot against SANS nromanoff image. This is filtered on Filename containing "svchost.exe", which includes the timestomped c:\Windows\System32\dllhost\svchost.exe malware. Note that "Possible Volume Move" flag is set on this file because the attacker did not backdate the access timestamp--only the create & modify times--so it appears to be a volume move file.

image

Thanks, Mike

dkovar commented 6 years ago

Very nice work. Thank you for doing it, and providing the supporting documentation!

-David