nerdexam
GIAC

GSLC · Question #104

Which of the following tools is used to hide secret data in text files and is based on the concept that spaces and tabs are generally not visible in text viewers and therefore a message can be effecti

The correct answer is B. Snow.exe. Snow.exe is a whitespace steganography tool that hides secret messages within text files by encoding data as invisible combinations of spaces and tabs appended to lines of text.

Security Architecture & Engineering

Question

Which of the following tools is used to hide secret data in text files and is based on the concept that spaces and tabs are generally not visible in text viewers and therefore a message can be effectively hidden without affecting the text's visual representation for the casual observer?

Options

  • ASARA
  • BSnow.exe
  • CFpipe
  • DImage hide

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    91% (29)
  • D
    3% (1)

Why each option

Snow.exe is a whitespace steganography tool that hides secret messages within text files by encoding data as invisible combinations of spaces and tabs appended to lines of text.

ASARA

SARA (Security Auditor's Research Assistant) is a network vulnerability scanning and security assessment tool, not a steganography utility for hiding data in files.

BSnow.exeCorrect

Snow.exe implements whitespace steganography by encoding a hidden message as a pattern of space and tab characters appended to the end of existing text lines, characters which are rendered invisible by virtually all text viewers and editors. This allows a secret payload to be embedded in a plain-text file without altering its visible appearance to a casual observer, making it an effective text-based covert data hiding tool.

CFpipe

Fpipe is a TCP port forwarder and redirector used for tunneling or relaying network connections, and has no functionality for hiding data within text files.

DImage hide

Image hide is a steganography tool designed to conceal data within image files using techniques like LSB substitution, not within text files using whitespace characters.

Concept tested: Text-based whitespace steganography with Snow.exe

Source: http://www.darkside.com.au/snow/

Topics

#steganography#Snow.exe#whitespace encoding#data hiding

Community Discussion

No community discussion yet for this question.

Full GSLC Practice