Difference between pages "List of Volatility Plugins" and "Nickfile (NK2)"
From Forensics Wiki
(Difference between pages)
Joachim Metz (Talk | contribs) (→See also) |
|||
| Line 1: | Line 1: | ||
| − | + | [[Microsoft]] [[Outlook]] uses the '''Nickfile (NK2)''' to store e-mail address aliases. | |
| − | + | The file type is also known as the Outlook AutoComplete File or the Nickname file. | |
| − | + | ||
| − | == | + | == MIME types == |
| − | + | The actual mime type of the NK2 format is unspecified | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | == | + | == File signature == |
| − | + | The NK2 has the following file signature: | |
| + | hexadecimal: 0D F0 AD BA | ||
| − | + | Note that other sources claim that the file signature is | |
| + | hexadecimal: 0D F0 AD BA 0A 00 00 00 | ||
| − | * [http:// | + | == Contents == |
| − | * [http:// | + | |
| + | The NK2 basically contains a list of items. The attributes of these items are defined by the [[Microsoft]] [[Outlook]] [[Message API (MAPI)]]. | ||
| + | |||
| + | == External Links == | ||
| + | |||
| + | * [http://code.google.com/p/libnk2/downloads/detail?name=Nickfile%20%28NK2%29%20format.pdf Nickfile (NK2) format specification], by the [[libnk2|libnk2 project]] | ||
| + | * [http://code.google.com/p/libpff/downloads/detail?name=MAPI%20definitions.pdf MAPI definitions], by the [[libpff|libpff project]] | ||
| + | |||
| + | [[Category:File Formats]] | ||
Latest revision as of 02:11, 26 August 2012
Microsoft Outlook uses the Nickfile (NK2) to store e-mail address aliases.
The file type is also known as the Outlook AutoComplete File or the Nickname file.
Contents |
[edit] MIME types
The actual mime type of the NK2 format is unspecified
[edit] File signature
The NK2 has the following file signature: hexadecimal: 0D F0 AD BA
Note that other sources claim that the file signature is hexadecimal: 0D F0 AD BA 0A 00 00 00
[edit] Contents
The NK2 basically contains a list of items. The attributes of these items are defined by the Microsoft Outlook Message API (MAPI).