Quiz: Network Monitoring and Traffic Analysis
A 25-question self-check on packet capture, Zeek, flow data, and the detection of beaconing, exfiltration, and lateral movement. Questions tagged [Sec+] map to CompTIA Security+ objectives and [CISSP] to (ISC)² CISSP domains. Answers and one-line explanations are at the end; attempt the whole quiz before checking.
Section 1 — Multiple choice (1 pt each)
1. [Sec+] Recording every byte of network traffic, exactly as it crosses an interface, is called: A. flow export B. full packet capture C. log normalization D. port mirroring
2. A tool that watches live traffic and writes one structured connection record per connection (plus protocol logs for DNS, TLS, HTTP) is best described as: A. a packet sniffer B. a network security monitoring platform (Zeek) C. a firewall D. a SIEM
3. [Sec+] NetFlow/IPFIX records contain all of the following EXCEPT: A. source and destination IPs B. source and destination ports C. byte and packet counts D. the payload content
4. The single most reliable network signature of command-and-control beaconing is: A. large packet sizes B. use of port 80 C. regular, repeating connection intervals D. UDP traffic
5. [CISSP] Capturing every byte of all traffic on a busy network and retaining it for a year is impractical primarily because of: A. encryption B. storage volume C. legal restrictions only D. CPU on the firewall
6. "Encryption hides the payload, not the metadata" means a defender can still see, for a TLS connection, all of the following EXCEPT: A. the destination IP and port B. the connection timing and sizes C. the decrypted application data D. the SNI hostname in the Client Hello
7. [Sec+] A host suddenly connecting to forty internal hosts on port 445 within ninety seconds most likely indicates: A. normal web browsing B. lateral movement / internal scanning C. a DNS lookup D. a backup job (always)
8. The flow-data fields that betray a beacon even with no payload are the: A. ports and protocol B. connection start times and byte counts C. TTL and checksum D. MAC addresses
9. [CISSP] A dedicated inline hardware device that passively copies every bit on a link to a monitor port with no packet loss is a: A. SPAN port B. network tap C. proxy D. load balancer
10. Compared to a network tap, a SPAN port (port mirror) primarily risks: A. modifying live traffic B. dropping mirrored packets when the switch is busy C. higher hardware cost D. encrypting the copy
11. [Sec+] Internal-to-internal traffic between two hosts inside the network is called: A. north-south traffic B. east-west traffic C. egress traffic D. broadcast traffic
12. A workstation that normally sends ~150 MB/day outbound sends 8 GB to one external IP overnight. This is the classic shape of: A. beaconing B. data exfiltration C. a DDoS attack D. ARP spoofing
13. [Sec+] Which telemetry is forwarded into the SIEM for continuous, scaled detection? A. raw full packet captures B. Zeek logs and flow records C. nothing; the SIEM captures its own D. only firewall deny logs
14. Building a network baseline from a window in which the attacker's beacon was already running causes: A. faster detection B. the beacon to be learned as "normal" and never flagged C. lower storage use D. better encryption
15. [CISSP] The discipline of continuously monitoring network telemetry to detect, investigate, and respond to threats is abbreviated: A. NDR B. EDR C. DLP D. NAC
Section 2 — True / False with justification (1 pt each)
For each, mark T or F and give a one-sentence reason.
16. [Sec+] "Because the C2 channel is encrypted, network monitoring cannot detect it."
17. "A perimeter firewall, placed at the internet edge, can detect lateral movement between two internal hosts."
18. "Full packet capture should be deployed on every link and retained for a year for total visibility."
19. [CISSP] "Flow data, despite keeping no payload, can be retained far longer and across far more of the network than full packet capture."
20. "A once-per-day beacon argues for short packet-capture retention, since you only need a few hours."
Section 3 — Short answer (2 pts each)
21. [Sec+] State the central tradeoff between full packet capture and flow data, and give one question that each is uniquely suited to answer.
22. A host's connection gaps to one destination are nearly constant at 3,600 seconds, around the clock, including overnight. Explain why this is suspicious even though every individual connection looks like normal HTTPS, and name the statistic that quantifies the suspicion.
23. [CISSP] Explain why "sensor placement determines what you can detect." Give one concrete example of a detection that fails purely because no sensor sees the relevant traffic.
24. Describe two ways an attacker evades simple volume-based exfiltration detection, and one detection strategy that counters each.
Section 4 — Applied scenario (5 pts)
25. Theo's beacon_score flags internal host 10.20.4.55 at 0.98, with ~24 daily check-ins to
198.51.100.7:443 for the past three weeks, each flow ~2 KB, including at 3 a.m. on weekends. (a)
Identify the attacker behavior and the two flow fields that produced the signal. (b) Explain precisely
why the endpoint agent and the firewall both allowed this. (c) Name three telemetry sources, in order,
that Theo should pivot to next, and what each would add. (d) State the one gap network monitoring does
not close here, and the compensating strategy.