Hiding a directory through the FAT table

Posted by hennobal on Super User See other posts from Super User or by hennobal
Published on 2012-10-13T13:04:11Z Indexed on 2012/10/13 15:43 UTC
Read the original article Hit count: 200

Filed under:
|
|

I've looked into the FAT file system, trying to find a way to make a directory hidden from view of the user.

This has been done with malware previously, so it should be possible. The SpyEye trojan hid inside a directory C:\cleansweep.exe\ which was only reachable through the command line.

I know deletion is possible by substituting the first character of the directory in the FAT table with 0xE5, but then it will not be accessible. Any ideas on how the scenario from SpyEye can be recreated? Any filesystem is interesting, but ideally FAT or NTFS.

© Super User or respective owner

Related posts about filesystems

Related posts about malware