53. During an investigation, a security analyst discovers traffic going out to a command-and-control server. The analyst must find out if any data exfiltration has occurred. Which of the following would best help the analyst determine this?

Answer: D

Explanation:

Packet capture would best help the analyst determine if data exfiltration has occurred.

Packet capture provides detailed information about the actual data being transmitted over the network, allowing the analyst to inspect the contents of the packets. This level of visibility is crucial for identifying any unauthorized data transfers to a command-and-control server.

A) Application log

Application logs primarily record events and errors related to the operation of applications. While they may provide some context about user actions and application behavior, they do not capture the actual data being transmitted, making them insufficient for determining data exfiltration.

B) Metadata

Metadata refers to data about data, such as timestamps and sizes of files, but it lacks the content needed to assess whether sensitive information has been sent outside the network. Thus, relying on metadata would not provide a clear indication of data exfiltration.

C) Network log

Network logs can provide information about connections and communication patterns, but they typically do not contain the actual payload of the data being transferred. Therefore, while they can suggest unusual activity, they do not definitively reveal if sensitive data has been exfiltrated.

D) Packet capture

Packet capture records the actual data packets transmitted over the network, including the contents of those packets. This enables the analyst to analyze the data being sent to the command-and-control server and confirm whether any unauthorized data exfiltration has occurred.

Conclusion

Packet capture is the most effective method for determining data exfiltration because it allows for a thorough examination of the actual data being transferred. In contrast, application logs, metadata, and network logs fail to provide the necessary detail about the content of communications, thus making them less suitable for this investigative purpose.