Analysis and Realization of Backdoor Based on Linux VFS

Liu Chuan,Xue Zhi
DOI: https://doi.org/10.3969/j.issn.1009-8054.2006.11.054
2006-01-01
Abstract:VFS(Virtual File system Switch) is crucial to the file system of Linux operation system. Firstly, we describe the structure of VFS, Then, from the hand of realization, we analyzed the technology of rootkit(which can be used to keep the root privilege for the linux), that is based on LKM(loadable kernel module)and replacing the system call of VFS. The VFS backdoor can gain a very high privilege, such as hiding file, hiding process, hiding net connection, log filter and so on. At last, some shortcomings were presented for the purpose of checking.
What problem does this paper attempt to address?