あなたはサイバーセキュリティ企業に勤務するフォレンジック調査員で、「infected_doc」という不審なMicrosoft Officeドキュメントの分析を任されています。このドキュメントは、大企業の複数の従業員に送信されたメールの添付ファイルで発見されました。このドキュメントには、特にVBAマクロに関連するマルウェアが埋め込まれている可能性があるという懸念が高まっています。 「infected_doc」という Microsoft Office ドキュメントを調査するフォレンジック調査員として、ファイル内の疑わしいコンポーネントや悪意のあるコンポーネントを特定するために、どのような最初の手順を実行しますか?
正解:A
This question aligns with CHFI v11 objectives under Malware Forensics and Static Malware Analysis of Suspicious Documents . When analyzing potentially malicious Microsoft Office documents, CHFI v11 emphasizes that investigators should always begin with static analysis before attempting any form of execution. This approach minimizes risk and helps identify embedded threats such as VBA macros, OLE objects, exploits, and obfuscation techniques without activating the payload. The oleid tool (part of the oletools suite) is specifically designed for the initial inspection of OLE-based Microsoft Office documents . It quickly identifies indicators of compromise such as the presence of macros, embedded objects, suspicious file formats, encryption, and known exploit characteristics. CHFI v11 highlights oleid as a safe, non-intrusive first step to triage Office documents and determine whether deeper analysis (e.g., macro extraction or sandbox execution) is warranted. Opening the document in a sandbox is a dynamic analysis step and should only occur after static indicators confirm malicious intent. The other options are either non-standard or insufficient for detecting embedded macro-based malware. Therefore, consistent with CHFI v11 malware forensics methodology, executing oleid to review suspicious components is the correct initial step.