サイバーセキュリティ企業が、金融機関におけるデータ侵害の疑いについてフォレンジック調査を実施しています。調査中、フォレンジックアナリストは強力なパスワードで保護された暗号化ファイルに遭遇し、侵害に関連する重要な証拠にアクセスできなくなりました。
デジタルフォレンジック調査におけるパスワード保護の課題を考慮すると、このシナリオではフォレンジック分析プロセスを妨げるためにどのようなアンチフォレンジック手法が採用されているのでしょうか。
正解:C
This scenario aligns with CHFI v11 objectives under Anti-Forensics Techniques , specifically techniques used by attackers to prevent investigators from accessing digital evidence. Data encryption is a well-known and widely used anti-forensic method where files are encrypted using strong cryptographic algorithms and protected with complex passwords. While encryption is a legitimate security control, adversaries often misuse it to deliberately obstruct forensic analysis and delay investigations.
CHFI v11 explains that encrypted files render data unreadable without the correct decryption key, making it extremely difficult for investigators to examine file contents within acceptable timeframes. This can significantly hinder evidence discovery, timeline reconstruction, and incident scoping. Investigators must then rely on password cracking, key recovery, memory forensics, or legal assistance to access the data-each of which introduces complexity, cost, and time delays.
Data manipulation involves altering or deleting evidence, data obfuscation focuses on making data confusing but still accessible, and data hiding conceals information in alternate locations. In contrast, the defining characteristic in this scenario is password-protected encrypted files , which directly corresponds to data encryption. Therefore, consistent with CHFI v11 classifications, data encryption is the correct anti-forensic technique being employed.