GCFA · Question #205
Adam, a malicious hacker, hides a hacking tool from a system administrator of his company by using Alternate Data Streams (ADS) feature. Which of the following statements is true in context with the a
The correct answer is C. Adam is using NTFS file system.. Alternate Data Streams (ADS) is an NTFS-exclusive feature that allows data to be hidden within file streams, making it a technique used to conceal malicious tools on Windows systems.
Question
Adam, a malicious hacker, hides a hacking tool from a system administrator of his company by using Alternate Data Streams (ADS) feature. Which of the following statements is true in context with the above scenario?
Options
- AAlternate Data Streams is a feature of Linux operating system.
- BAdam is using FAT file system.
- CAdam is using NTFS file system.
- DAdam's system runs on Microsoft Windows 98 operating system.
How the community answered
(38 responses)- A13% (5)
- B5% (2)
- C79% (30)
- D3% (1)
Why each option
Alternate Data Streams (ADS) is an NTFS-exclusive feature that allows data to be hidden within file streams, making it a technique used to conceal malicious tools on Windows systems.
ADS is not a Linux filesystem feature; it is specific to Microsoft's NTFS and has no equivalent in Linux filesystems such as ext4 or XFS.
FAT and FAT32 file systems do not support Alternate Data Streams; only NTFS provides this functionality.
NTFS (New Technology File System) supports Alternate Data Streams, which allow additional data streams to be attached to a file without changing its visible size or appearance in the filesystem. This feature is exclusive to NTFS and is commonly exploited by attackers to hide files, executables, or data from casual inspection by administrators.
Windows 98 uses FAT32 as its primary filesystem and does not natively support NTFS, meaning ADS would not be available on that operating system.
Concept tested: NTFS Alternate Data Streams for data hiding
Source: https://learn.microsoft.com/en-us/sysinternals/downloads/streams
Topics
Community Discussion
No community discussion yet for this question.