nerdexam
EC-Council

312-49V11 · Question #73

Sophia, a forensic investigator, is analyzing a file suspected to be an image. She is examining the file's hexadecimal signature to identify its format. Upon inspection, she notices that the first…

The correct answer is C. GIF. According to the CHFI v11 Computer Forensics Fundamentals and File Analysis modules, identifying file types using file signatures (magic numbers) is a core forensic technique. File extensions can be easily manipulated by attackers as an anti-forensics tactic, so investigators…

Understanding Hard Disks and File Systems

Question

Sophia, a forensic investigator, is analyzing a file suspected to be an image. She is examining the file's hexadecimal signature to identify its format. Upon inspection, she notices that the first three bytes of the file are 47 49 46 in hexadecimal. Based on this information, which of the following image formats is the file most likely to be?

Options

  • APNG
  • BBMP
  • CGIF
  • DJPEG

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    14% (4)
  • C
    75% (21)
  • D
    7% (2)

Explanation

According to the CHFI v11 Computer Forensics Fundamentals and File Analysis modules, identifying file types using file signatures (magic numbers) is a core forensic technique. File extensions can be easily manipulated by attackers as an anti-forensics tactic, so investigators rely on hexadecimal headers to determine the true file format. The hexadecimal sequence 47 49 46 corresponds to the ASCII characters "GIF". This signature appears at the beginning of all Graphics Interchange Format (GIF) files and is typically followed by version identifiers such as GIF87a or GIF89a. CHFI v11 explicitly lists GIF file headers as a common example when teaching file signature verification using hex editors. PNG files start with the signature 89 50 4E 47 BMP files start with 42 4D (ASCII "BM") JPEG files typically start with FF D8 FF Because the investigator observes 47 49 46 at the beginning of the file, this conclusively identifies the file as a GIF image, regardless of its filename or extension. CHFI v11 emphasizes that hexadecimal signature analysis is essential when investigating disguised files, malware hidden as images, or data exfiltration attempts using file extension mismatch techniques.

Topics

#file signatures#hex analysis#GIF format#file identification

Community Discussion

No community discussion yet for this question.

Full 312-49V11 Practice