nerdexam
Cisco

210-250 · Question #132

Which data type is the most beneficial to recreate a binary file for malware analysis

The correct answer is B. Session. Session data captures the complete network conversation including full packet payloads, making it the best source for reconstructing binary files transferred over the network during malware analysis.

Threats and Vulnerabilities

Question

Which data type is the most beneficial to recreate a binary file for malware analysis

Options

  • AAlert
  • BSession
  • CStatistical
  • DExtracted Content Data

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    80% (24)
  • C
    3% (1)
  • D
    13% (4)

Why each option

Session data captures the complete network conversation including full packet payloads, making it the best source for reconstructing binary files transferred over the network during malware analysis.

AAlert

Alert data only signals that a suspicious event occurred and does not contain the raw packet payload needed to reconstruct a file.

BSessionCorrect

Session data, in the context of network security monitoring, refers to full packet capture (PCAP) data that retains the entire payload of each packet exchanged between hosts. Because binary files are transmitted as raw bytes within these payloads, a complete session recording allows analysts to reassemble and extract the original binary artifact for malware analysis.

CStatistical

Statistical data provides aggregated metrics such as byte counts and connection frequencies, not the actual content required to rebuild a binary.

DExtracted Content Data

Extracted content data may already be partially processed or incomplete, whereas the raw session provides the unaltered byte stream necessary for accurate binary reconstruction.

Concept tested: Network session data for binary file reconstruction

Source: https://www.cisco.com/c/en/us/products/security/what-is-network-security-monitoring.html

Topics

#malware analysis#session data#network forensics#data types

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice