1. Identifying a ZIP Archive
System AdministratorBackground
A user sent a file named 'data.txt' that failed to open in a text editor.
Problem
The file extension suggests a text file, but the content appears to be binary data.
How to use
Extract the first 4 bytes of the file using a hex editor and input them into the detector.
50 4B 03 04Outcome
The tool identifies the signature as a ZIP archive, confirming the file was mislabeled.