200-201 · Question #518
Which data type is used to recreate a binary file for malware analysis?
The correct answer is C. session data. Session data includes full network session captures (e.g., PCAP files), which can be used to reconstruct binary files such as malware samples. This allows analysts to perform malware analysis by extracting the original executable for further investigation. - Alert data provides…
Question
Which data type is used to recreate a binary file for malware analysis?
Options
- Aalert data
- Bmeta-data
- Csession data
- Dstatistical data
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C90% (18)
Explanation
Session data includes full network session captures (e.g., PCAP files), which can be used to reconstruct binary files such as malware samples. This allows analysts to perform malware analysis by extracting the original executable for further investigation. - Alert data provides security event notifications but does not contain file contents. - Metadata includes summary information (e.g., timestamps, file names) but not full files. - Statistical data provides trends and patterns but does not recreate binaries.
Topics
Community Discussion
No community discussion yet for this question.