CHFI (312-49) Digital Forensics Simulation

Welcome to this practical digital forensics simulation. You will step into the role of a CHFI investigator handling a network intrusion case. Analyze the NetFlow evidence, understand network artifact constraints, and make the correct operational decision.

Investigation Scenario

You are responding to a suspected data exfiltration incident at a defense contractor in Northern Virginia. The internal SOC detected anomalous outbound traffic to an unknown offshore IP address over the weekend.

Full packet capture (PCAP) was not enabled on the core switch due to high storage constraints. However, NetFlow v9 logging is active and currently forwarded to the central SIEM. You need to analyze the available network artifacts to determine the scope of the potential exfiltration.

Evidence Collected (Network Artifacts)

[INCIDENT NOTES] Case#: DEF-2026-0881 Investigator: CHFI ID-9482 Location: Northern Virginia Data Center [NETWORK ARTIFACT: NETFLOW V9 EXPORT] Timestamp: 2026-04-10 02:14:33 UTC Sensor: Core-Switch-01 (10.0.0.1) [EXTRACTED FLOW RECORD #99482] SrcAddr: 192.168.10.45 (Workstation-HR) DstAddr: 185.199.108.153 (External-Unknown) SrcPort: 54932 DstPort: 443 Protocol: 6 (TCP) Packets: 4,592 Bytes: 6,845,902 Flags: 0x1b (FIN, SYN, PSH, ACK) Duration: 14.2s

Question

During a network-forensics investigation in Northern Virginia, an analyst is analyzing NetFlow data to identify patterns of suspicious network activity. Which of the following information is typically included in a NetFlow record?

A. Source and destination IP addresses, ports, protocol, and the number of bytes and packets
B. The full payload of the network packets
C. The names of the files being transferred over the network
D. The user's login credentials
Investigator Hint: Think of NetFlow as an itemized phone bill. It tells you who called whom, when, and for how long, but it does not record the actual conversation itself.

Expert Analysis

1. What the evidence shows

The collected evidence is a NetFlow v9 record showing a high-volume data transfer (approx 6.8 MB contained in 4,592 packets) occurring over TCP port 443 (HTTPS) from an internal HR workstation to an external IP address.

2. Identify forensic stage

This scenario resides in the Examination & Analysis phase of the Digital Forensics Process, specifically focusing on Network Forensics.

3. Why correct answer is correct

A. Source and destination IP addresses, ports, protocol, and the number of bytes and packets: This is correct because NetFlow is specifically designed to collect IP traffic statistics and connection metadata. It operates at Layers 3 and 4 of the OSI model. Standard fields always include Src/Dst IP, Src/Dst Port, Protocol, TCP Flags, Bytes, and Packets.

4. Why others are wrong

5. Real-world forensic action

Because the investigator only has NetFlow, they cannot see what was exfiltrated, only how much (6.8 MB). The investigator will use this metadata to determine the exact timeline of the unauthorized connection. Next, they will cross-reference the internal IP (192.168.10.45) with DHCP and Active Directory authentication logs to identify the compromised machine and user account. Finally, they will pivot to host-based forensics, acquiring an image of the HR workstation to look for staging directories or browser history matching the timeframe.

6. MINI LESSON: Network Evidence Types

1. PCAP (Full Packet Capture): - Deep packet inspection. - Contains raw payloads (files, credentials). - Extremely heavy storage requirements. 2. NetFlow / sFlow (Flow Data): - Connection metadata (IPs, ports, protocols, byte counts). - Lightweight storage. - Excellent for timeline analysis, volumetric anomaly detection (exfiltration), and spotting C2 beaconing patterns. 3. Proxy Logs / DNS Logs: - Application-layer metadata. - Useful for identifying specific requested domains, URLs, or HTTP methods without needing full PCAP.

Ready for the next case?

Enhance your digital forensics skills with more CHFI scenarios.

Explore more CHFI simulations