Understanding Where Your Traffic Data Comes From
As a SOC analyst, you can only detect what you can see. Data visibility refers to your ability to observe network traffic and extract meaningful information for security analysis.
Complete copy of all traffic — headers AND payload
Metadata about connections — headers only, no payload
There are three primary ways to capture network traffic for analysis. Each has distinct advantages and use cases.
Test Access Point — physical device that copies traffic
Switched Port Analyzer — switch copies traffic to monitoring port
Flow export — router/switch generates flow metadata
| Scenario | Best Method | Why |
|---|---|---|
| Critical network segment | TAP | Can't afford to miss any packets |
| Quick troubleshooting | SPAN | Fast to set up, no hardware needed |
| Enterprise-wide visibility | NetFlow | Scales across many devices |
| Malware analysis | TAP + PCAP | Need full payload for analysis |
| Bandwidth trending | NetFlow | Flow data perfect for statistics |
Where you place your sensors determines what you can see. Click on network locations to learn about visibility at each point.
Select a device or segment to learn about sensor placement and visibility at that point.
Focuses on traffic entering and leaving the network (perimeter)
Focuses on traffic between internal systems (lateral)
Combines perimeter and internal visibility
Drag each scenario to the most appropriate collection method.