nerdexam
EC-Council

312-50V9 · Question #598

You work for Acme Corporation as Sales Manager. The company has tight network security restrictions. You are trying to steal data from the company's Sales database (Sales.xls) and transfer them to…

The correct answer is C. You can conceal the Sales.xls database in another file like photo.jpg or other files and send it out in an. This question tests knowledge of steganography as a data exfiltration technique that bypasses network content inspection by hiding data inside innocent-looking files.

Evading IDS, Firewalls, and Honeypots

Question

You work for Acme Corporation as Sales Manager. The company has tight network security restrictions. You are trying to steal data from the company's Sales database (Sales.xls) and transfer them to your home computer. Your company filters and monitors traffic that leaves from the internal network to the Internet. How will you achieve this without raising suspicion?

Options

  • AEncrypt the Sales.xls using PGP and e-mail it to your personal gmail account
  • BPackage the Sales.xls using Trojan wrappers and telnet them back your home computer
  • CYou can conceal the Sales.xls database in another file like photo.jpg or other files and send it out in an
  • DChange the extension of Sales.xls to sales.txt and upload them as attachment to your hotmail account

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    8% (3)
  • C
    74% (28)
  • D
    3% (1)

Why each option

This question tests knowledge of steganography as a data exfiltration technique that bypasses network content inspection by hiding data inside innocent-looking files.

AEncrypt the Sales.xls using PGP and e-mail it to your personal gmail account

PGP-encrypted email attachments can still be flagged by DLP systems based on attachment metadata, file size anomalies, encryption detection policies, or email content rules - encrypted attachments from internal users to personal accounts are a known DLP trigger.

BPackage the Sales.xls using Trojan wrappers and telnet them back your home computer

Trojan-wrapped executables would almost certainly be detected by endpoint antivirus or perimeter security, and outbound telnet traffic (port 23) is highly anomalous and would immediately raise alerts on a monitored network.

CYou can conceal the Sales.xls database in another file like photo.jpg or other files and send it out in anCorrect

Steganography involves embedding one file's data within another carrier file (such as hiding Sales.xls content inside photo.jpg) at the bit level, making the resulting file appear as a normal image to both visual inspection and signature-based DLP tools. Network monitoring systems that filter by file type, content signatures, or keywords will not detect the hidden payload because the carrier file appears legitimate. This technique evades inspection without triggering alerts based on encrypted attachments, unusual protocols, or suspicious file extensions.

DChange the extension of Sales.xls to sales.txt and upload them as attachment to your hotmail account

Renaming a file extension does not change the file's internal structure or magic bytes; DLP and content inspection tools perform deep packet inspection and file signature analysis, not just extension checking.

Concept tested: Steganography as a data exfiltration technique

Source: https://csrc.nist.gov/glossary/term/steganography

Topics

#steganography#data exfiltration#covert channel#traffic monitoring evasion

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice