A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about kernel-mode development.
 #24088  by Kamran.Teimoori
 Wed Oct 08, 2014 8:42 am
Hello all.
I want to write a FS Filter driver to control the file operation on system (log or control), I read some about filter drivers an know there isn't any routine way to detect File copy/move and only can detect CreateFile and Read/Write file. Now my question is: there is any way to detect this files operations ? if no ! what is should do to detect file copy/move ????


** I'm novice in kernel (Learning)

Excuse my if my English is bad.
 #24096  by Vrtule
 Wed Oct 08, 2014 9:25 pm
Hello,

I know no simple way to detect this. What problem are you trying to solve? Maybe, you actually do not need to detect file copy/move operations but something simpler in order to achieve your task.

BTW: you can detect file moves in case they are done by renaming.