Hidden File System
Last updated
Was this helpful?
Last updated
Was this helpful?
Adversaries may use a hidden file system to conceal malicious activity from users and security tools. File systems provide a structure to store and access data from physical storage. Typically, a user engages with a file system through applications that allow them to access files and directories, which are an abstraction from their physical location (ex:disk sector). Standard file systems include FAT, NTFS, ext4 and APFS. File systems can also contain other structures, such as the Volume Boot Record (VBR) and Master File Table (MFT) in NFTS.
Adversaries may use their own abstracted file system, separate from the standard file system present on the infected system. In doing so, adversaries can hide the presence of malicious components and file input/output from security tools. Hidden file systems, sometimes referred to as virtual file systems, can be implemented in numerous ways. One implementation would be to store a file system in reserved disk space unused by disk structures or standard file system partitions. Another implementation could be for an adversary to drop their own portable partition image as a file on top of the standard file system. Adversaries may also fragment files across the existing file system structure in non-standard ways.
Building a file system is straightforward will use the truncate command as this builds a file system that expands dynamically, and continue with using the mfks.EXT to build it
We can proceed to mount the file system and with some creativity place it in a random location while utilizing some techniques for concealing directories.