捜査官は、データ漏洩の疑いがあるデジタルフォレンジック案件に取り組んでいます。捜査官は、容疑者のハードドライブからデータを取得する任務を負っています。データ抽出プロセスを開始する前に、捜査官はドライブからすべての機密データを安全に削除します。ドライブから残留データが復元できないようにするため、捜査官はドライブ上のデータを連続した0と1で上書きする方法を適用し、捜査のプライバシーと整合性を保護します。捜査官はどのフォレンジックデータ取得手順を実行していますか?
正解:D
According to the CHFI v11 Data Acquisition Concepts and Rules , sanitizing the target media is a critical preparatory step performed before acquiring forensic data, especially when reusing storage media or handling sensitive information. Sanitization refers to the process of securely erasing data so that it cannot be recovered using forensic techniques. This is typically achieved by overwriting the storage media with predefined patterns , such as sequential zeros and ones, or by using approved data wiping algorithms.
CHFI v11 clearly distinguishes sanitization from other acquisition steps. Validating data acquisition ensures the integrity and completeness of collected evidence through hash verification and comparison, not data destruction. Acquiring volatile data focuses on capturing live information such as RAM contents, running processes, and network connections before shutdown. Planning for contingency involves preparing backups, alternate tools, and procedures in case the acquisition process fails.
The scenario explicitly describes overwriting the drive to prevent any residual data recovery, which directly aligns with the CHFI v11 guideline "Sanitize the Target Media" listed under evidence handling and acquisition best practices. This step ensures privacy, prevents data leakage, and maintains legal and ethical compliance during forensic operations.
Therefore, based strictly on CHFI v11 objectives and terminology, the investigator is performing sanitization of the target media , making Option D the correct and verified answer.