Exam CISA All QuestionsBrowse all questions from this exam
Question 1137

Following a security incident, which of the following BEST enables the integrity of the data captured during a forensic investigation?

    Correct Answer: B

    The integrity of data captured during a forensic investigation is best ensured through the comparison of the hash of data files in storage. Hashing creates a unique digital fingerprint of the data, allowing investigators to verify that the data has not been altered. By calculating and comparing hash values at different stages, such as when the data is initially captured and later during analysis, investigators can confirm that the data remains unchanged. This process is a widely recognized method in forensic investigations to maintain the authenticity and reliability of digital evidence.

Discussion
SwallowsOption: B

Hash comparison is a common technique for verifying data integrity. By calculating hash values ​​of files in storage that hold data captured during a forensic investigation and comparing those hash values, it is possible to verify whether the data has been altered. On the other hand, maintaining a chain of custody is important to ensure the continuity and reliability of evidence, but it is not a method to directly verify data integrity. A chain of custody is used to properly manage the handling of evidence and prevent tampering or unintentional changes, but it is not a means of verifying changes to the content of specific data. Therefore, comparing the hashes of data files in storage is the most effective way to verify the integrity of data captured after a security incident.

SibsankarOption: B

Hashing creates a unique digital fingerprint of data, which can be used to verify that the data has not been altered. By comparing the hash values of the data files at different stages (e.g., when they were first captured and later during analysis), investigators can confirm that the data remains unchanged, ensuring its integrity. This method is widely recognized and used in forensic investigations to maintain the authenticity and reliability of digital evidence. Right answer is B