Detecting Data Exfiltration Through Network Patterns
Attackers use various methods to steal data from compromised networks. Understanding these techniques helps you recognize the traffic patterns they create.
Encodes data in DNS queries to bypass security controls.
Hides data in encrypted HTTPS POST requests.
Embeds data in ping packet payloads.
Uploads to legitimate cloud services (Dropbox, Google Drive).
Hides data within images or other files.
Sends data as attachments or in message body.
Click on any technique card above to see traffic patterns and detection methods.
Look for these red flags in network traffic that may indicate data theft in progress.
Examine these network flows and identify potential data exfiltration. Click on suspicious flows to analyze them.
| Metric | Normal | Suspicious |
|---|---|---|
| DNS Query Length | 10-50 characters | 100+ characters (encoded data) |
| HTTPS Upload | Small POST (form data) | Large POST (100KB+) to unknown domain |
| ICMP Payload | 32-64 bytes (standard ping) | Variable/large payloads |
| After-Hours Traffic | Minimal, known services | Large outbound transfers |
You're a SOC analyst reviewing alerts. Analyze each scenario and determine the appropriate response.