デジタルフォレンジック調査員は、サイバー犯罪現場から回収された侵入されたMacコンピュータの分析を任されました。しかし、調査の結果、重要な証拠を含むログメッセージが改ざんまたは削除されていることが分かりました。
Mac コンピュータ上のログ メッセージが改ざんまたは削除されていることを考慮すると、このシナリオでは、フォレンジック分析プロセスを妨げるためにどのようなアンチフォレンジック手法が採用される可能性がありますか?
正解:D
This scenario directly aligns with CHFI v11 objectives under Anti-Forensics Techniques , specifically techniques used to alter or destroy forensic artifacts to obstruct investigations. Log files on macOS systems- such as system logs, application logs, and security logs-are critical sources of evidence that help investigators reconstruct user activity, detect intrusions, and build event timelines.
When an attacker alters, deletes, or modifies log entries , the anti-forensic technique employed is classified as data manipulation . CHFI v11 defines data manipulation as the intentional modification, deletion, or corruption of data or metadata to mislead investigators or erase traces of malicious activity. Log tampering is a classic example, as attackers often remove evidence of unauthorized access, privilege escalation, or persistence mechanisms.
Data encryption would make logs unreadable but not selectively altered or deleted. Data hiding involves concealing information in alternate locations (e.g., steganography or hidden files), while data obfuscation focuses on making data confusing but still present. In contrast, the complete deletion or alteration of log messages is a deliberate attempt to falsify or erase evidence. Therefore, consistent with CHFI v11 anti- forensics classifications, data manipulation is the correct and most accurate answer.