Back to product
PUBLIC FIELD REFERENCE

Common File Signature Reference

File signatures can help identify likely formats and carving candidates. A matching header does not establish authenticity, completeness, origin, or safe content.

PUBLIC OPERATIONAL REFERENCE

Selected signatures

FormatCommon header bytesImportant limit
JPEGFF D8 FFMultiple JPEG variants share the prefix; validate structure and end markers.
PNG89 50 4E 47 0D 0A 1A 0AValidate chunks, ordering, CRCs, and any appended data.
GIF47 49 46 38 37 61 or 47 49 46 38 39 61The version marker alone does not prove the file is complete.
PDF25 50 44 46 2DPDFs can contain incremental revisions, embedded files, scripts, and damaged cross-reference data.
ZIP / OOXML50 4B 03 04ZIP-based formats require internal-path and content validation.
SQLite53 51 4C 69 74 65 20 66 6F 72 6D 61 74 20 33 00Collect associated WAL and journal files when they may contain relevant records.
Windows PE4D 5AMZ is only an initial marker; validate PE headers and structure.
ELF7F 45 4C 46Class, byte order, architecture, and program headers require separate parsing.

Carving and validation

  • Confirm the offset, allocation context, and surrounding data.
  • Validate internal structure rather than relying on a two- or four-byte match.
  • Record whether the recovered content is complete, fragmented, truncated, overwritten, or reconstructed.
  • Hash the recovered output and preserve the source location and carving method.
  • Treat active content and unknown files as potentially unsafe.

Continue with the complete workflow

Public references are starting points. DFIR Field Toolkit connects operational references with an encrypted local case record, evidence inventory, field forms, amendments, and exports.

Create one complete case free or explore the synthetic product demo.