A forum for reverse engineering, OS internals and malware analysis 

Forum for analysis and discussion about malware.
 #21447  by r3shl4k1sh
 Mon Nov 25, 2013 11:01 am
I would like to know which malware exploit the NTFS in order to hide (itself or generic data).

Currently i know about:
Do you know any other malware that use the NTFS in order to hide (itself or general data)?
Thanks.
 #21474  by EP_X0FF
 Thu Nov 28, 2013 6:46 am
There are not so many ways to do that: ADS, EFS, security ACL (most popular feature as it very easy to implement, used by many different trojans), other specific stuff like reparse points. From history perspective it was:

Rustock.B with it body in ADS of system32 folder
LinkOptimizer IIRC using EFS
Conficker abusing file ACL
Sirefef from the beginning till today (reparse points, self-formatted NTFS volume, security attributes, data steams)

everything else is not abusing NTFS but disk drivers stack (hooks, filters, binary patching) or Windows boot loading process (Cidox).