[+] A-Z Metadata Analysis Suite

01. File Signature Verification

Bypasses superficial file extensions to identify the true nature of a file by analyzing its underlying hex signature (Magic Bytes). Essential for identifying disguised payloads and preliminary malware triage.

> Core: Hexadecimal Extraction, Magic Number Mapping

02. Deep EXIF & Document Parsing

Extracts hidden metadata across multiple file types. Pulls GPS coordinates, timestamps, camera models from media, and recovers author information, revision histories, and template data from documents.

> Core: ExifTool Integration, JSON Formatting

03. Fuzzy Hashing Similarity

Implements Context Triggered Piecewise Hashing (CTPH) to cluster related documents or identify polymorphic malware variants. Compares extracted metadata strings to generate percentage-based match scores.

> Core: ssdeep, CTPH Algorithm