Question 531 of 1,000
Network and Cloud ForensicseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is files transferred via HTTP. This is correct because a PCAP file stores raw network packets, and HTTP transmits data in cleartext over TCP, meaning the full file content is present in the packet payloads. By reassembling the TCP streams from the captured packets, an analyst can directly extract those files—such as images, documents, or executables—without needing decryption. On the CHFI exam, this concept tests your understanding of how application-layer protocols leave recoverable artifacts in packet captures; a common trap is assuming encrypted protocols like HTTPS or FTP with TLS allow the same direct extraction. Remember the key distinction: cleartext HTTP exposes the payload, while encrypted traffic hides it. A useful memory tip is “HTTP = Holds The Payload,” reinforcing that only unencrypted application-layer data yields direct file recovery from a PCAP.

CHFI Network and Cloud Forensics Practice Question

This CHFI practice question tests your understanding of network and cloud forensics. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

During a network forensic investigation, the analyst recovers a PCAP file. What type of information can be directly extracted from this file?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Files transferred via HTTP

A PCAP file captures raw network packets. HTTP is an application-layer protocol that transmits data (e.g., files, web pages) in cleartext over TCP. By reassembling TCP streams from the captured packets, an analyst can directly extract files transferred via HTTP, as the payload contains the actual file content.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Files transferred via HTTP

    Why this is correct

    HTTP file transfers are visible in the payload of packets.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Operating system version of the source host

    Why it's wrong here

    OS version is not directly in PCAP unless explicitly transmitted.

  • Registry data of the destination host

    Why it's wrong here

    Registry is local system data, not in network packets.

  • Disk partition table of the sending computer

    Why it's wrong here

    Disk structure is not transmitted over the network normally.

Common exam traps

Common exam trap: answer the scenario, not the keyword

EC-Council often tests the distinction between what is directly extractable from packet payloads (e.g., HTTP files) versus what requires inference or additional forensic artifacts (e.g., OS fingerprinting or disk data), leading candidates to overestimate the information available in a PCAP.

Detailed technical explanation

How to think about this question

HTTP file extraction relies on reassembling TCP segments in order (via sequence numbers) and then parsing the HTTP headers to locate the Content-Length or Transfer-Encoding fields, which define the boundaries of the file payload. Tools like Wireshark's 'Follow TCP Stream' or tshark's 'http.request' and 'http.response' filters automate this process. In real-world investigations, encrypted traffic (HTTPS) would prevent direct extraction, requiring additional steps like key logging or TLS interception.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CHFI practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CHFI practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CHFI question test?

Network and Cloud Forensics — This question tests Network and Cloud Forensics — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Files transferred via HTTP — A PCAP file captures raw network packets. HTTP is an application-layer protocol that transmits data (e.g., files, web pages) in cleartext over TCP. By reassembling TCP streams from the captured packets, an analyst can directly extract files transferred via HTTP, as the payload contains the actual file content.

What should I do if I get this CHFI question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CHFI practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CHFI exam.