Which of the following techniques is the best way to avoid detection by Data Loss Prevention (DLP) tools?
Correct Answer: C
Data Loss Prevention (DLP) tools monitor network traffic and files for sensitive information leaks. The most effective way to bypass DLP is to use encryption, since DLP systems cannot inspect encrypted content.
* Option A (Encoding) #: Base64 or Hex encoding can sometimes bypass filters, but many DLP tools detect common encoding schemes.
* Option B (Compression) #: Compression can change file signatures, but modern DLP systems can inspect compressed files.
* Option C (Encryption) #: Correct.
* Strong encryption prevents DLP tools from analyzing file contents.
* Option D (Obfuscation) #: Code obfuscation may work for source code leaks, but DLP solutions use heuristics to detect patterns.
# Reference: CompTIA PenTest+ PT0-003 Official Guide - Bypassing Security Controls