Difference between revisions of "Type ZIP"
Jump to navigation
Jump to search
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| style="float:right;border:1px solid black" | {| style="float:right;border:1px solid black" | ||
| − | |+ Details | + | |+ [[Type_XML|<<]] Details [[Type_32bit_Windows_Executable|>>]] |
| Defined Constant | | Defined Constant | ||
| <code>Type_ZIP</code> | | <code>Type_ZIP</code> | ||
| Line 21: | Line 21: | ||
| Filename Extension | | Filename Extension | ||
| <code>zip</code> | | <code>zip</code> | ||
| + | |- | ||
| + | | Typical Filename | ||
| + | | <code><nowiki>*</nowiki>.zip</code> | ||
|} | |} | ||
| Line 28: | Line 31: | ||
PK-Zip archive. | PK-Zip archive. | ||
Created by [https://en.wikipedia.org/wiki/Phil_Katz Phil Katz] | Created by [https://en.wikipedia.org/wiki/Phil_Katz Phil Katz] | ||
| + | |||
| + | =Truxton Exploiters= | ||
| + | This file type is handled by the following ETLs: | ||
| + | * [[Expand]] | ||
| + | |||
| + | =Items Produced= | ||
| + | Truxton will extract the following from this file type: | ||
| + | * Files | ||
| + | * [[Type_File_Details]] | ||
=Details= | =Details= | ||
* PKWare's definition of [http://www.pkware.com/documents/casestudies/APPNOTE.TXT Zip] | * PKWare's definition of [http://www.pkware.com/documents/casestudies/APPNOTE.TXT Zip] | ||
* Florian Buchholz has a [https://users.cs.jmu.edu/buchhofp/forensics/formats/pkzip.html description] | * Florian Buchholz has a [https://users.cs.jmu.edu/buchhofp/forensics/formats/pkzip.html description] | ||
| − | * Good discussion of the [https://stackoverflow.com/questions/38437826/how-to-create-zip-file-with-data-descriptor-section Data Descriptor ] | + | * Good discussion of the [https://stackoverflow.com/questions/38437826/how-to-create-zip-file-with-data-descriptor-section Data Descriptor] |
| + | * [https://en.wikipedia.org/wiki/ZIP_(file_format) Wikipedia] | ||
| + | * [https://formats.kaitai.io/zip/ Kaitai] | ||
Latest revision as of 14:47, 6 March 2026
| Defined Constant | Type_ZIP
|
| File Type Value | 209 |
| Parent Type | None |
| Carve | Yes |
| Format Details | Yes |
| MIME Type | application/zip
|
| Filename Extension | zip
|
| Typical Filename | *.zip
|
Zip
Description
PK-Zip archive. Created by Phil Katz
Truxton Exploiters
This file type is handled by the following ETLs:
Items Produced
Truxton will extract the following from this file type:
- Files
- Type_File_Details
Details
- PKWare's definition of Zip
- Florian Buchholz has a description
- Good discussion of the Data Descriptor
- Wikipedia
- Kaitai