nerdexam
CompTIA

CAS-002 · Question #329

A security engineer at a bank has detected a Zeus variant, which relies on covert communication channels to receive new instructions and updates from the malware developers. As a result, NIPS and AV…

The correct answer is B. Stenography. The Zeus variant used steganography to hide malicious configuration data inside files that appeared normal, bypassing signature-based NIPS and AV detection entirely.

Research and Analysis

Question

A security engineer at a bank has detected a Zeus variant, which relies on covert communication channels to receive new instructions and updates from the malware developers. As a result, NIPS and AV systems did not detect the configuration files received by staff in emails that appeared as normal files. Which of the following BEST describes the technique used by the malware developers?

Options

  • APerfect forward secrecy
  • BStenography
  • CDiffusion
  • DConfusion
  • ETransport encryption

How the community answered

(42 responses)
  • A
    14% (6)
  • B
    76% (32)
  • C
    2% (1)
  • D
    2% (1)
  • E
    5% (2)

Why each option

The Zeus variant used steganography to hide malicious configuration data inside files that appeared normal, bypassing signature-based NIPS and AV detection entirely.

APerfect forward secrecy

Perfect forward secrecy is a cryptographic key exchange property that protects past session keys if long-term keys are compromised, and has no function in concealing data inside normal-looking files.

BStenographyCorrect

Steganography is the technique of concealing data within ordinary-looking carrier files such as images or documents, making the hidden payload invisible to tools that inspect content for known malicious signatures. By embedding command-and-control configuration updates inside seemingly benign email attachments, the malware developers created a covert channel that NIPS and AV systems could not detect because the files matched no known threat pattern and appeared structurally legitimate.

CDiffusion

Diffusion is a cryptographic design principle that disperses the influence of plaintext bits across ciphertext, not a method for embedding hidden instructions inside carrier files.

DConfusion

Confusion is a cryptographic principle that obscures the statistical relationship between a key and ciphertext, and does not describe hiding malicious payloads within ordinary files.

ETransport encryption

Transport encryption protects data in transit over a network but would not cause malicious files to appear as normal, legitimate attachments to host-based AV or inline NIPS inspection.

Concept tested: Steganography as a covert malware communication channel

Source: https://www.nist.gov/publications/guide-integrating-forensic-techniques-incident-response

Topics

#steganography#covert channels#malware communication#C2 evasion

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice