ヘッダーファイルとフッターファイルを調べた後、セキュリティアナリストは、ハードディスクの生データバイトをスキャンして再構築することにより、ファイルの再構築を開始します。アナリストが使用しているテクニックは次のうちどれですか?
正解:B
Three common types of file carving methods are as follows: Header- and footer-based carving, which focuses on headers like those found in JPEG files. For example, JPEGs can be found by looking for \xFF\xD8 in the header and \xFF\xD9 in the footer. Content-based carving techniques look for information about the content of a file such as character counts and text recognition. File structure-based carving techniques that use information about the structure of files.
File carving is a technique for recovering files from raw data bytes by scanning and rebuilding them based on their file headers and footers. File headers and footers are sequences of bytes that indicate the beginning and end of a file format, such as JPEG, PDF, ZIP, etc. File carving can be used to reconstruct files that are deleted, corrupted, fragmented, or encrypted by bypassing the file system structure and looking for recognizable patterns in the data3 The analyst used file carving to reconstruct files from a hard disk by scanning the raw data bytes and rebuilding them based on their file headers and footers.