Difference between revisions of "Type UTMP"

From truxwiki.com
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_Google_Drive_Snapshot|<<]] Details [[Type_Generic_Password_Dump|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_UTMP</code>
 
| <code>Type_UTMP</code>
Line 15: Line 15:
 
| Format Details
 
| Format Details
 
| No
 
| No
 +
|-
 +
| Carve Meta Data
 +
| Yes
 
|-
 
|-
 
| MIME Type
 
| MIME Type
Line 28: Line 31:
 
Records various unix system status items.
 
Records various unix system status items.
  
=External links=
+
=Carve Meta Data=
 +
When Truxton carves this file, it can populate the following columns in the <code><nowiki>[</nowiki>[[File Table|File]]<nowiki>]</nowiki></code> table:
 +
* <code>Created</code> - When the file was created
 +
* <code>LastWrite</code> - When the file was last modified
 +
* <code>Name</code> - The name of the file
 +
 
 +
=Details=
 
* [https://en.wikipedia.org/wiki/Utmp Wikipedia]
 
* [https://en.wikipedia.org/wiki/Utmp Wikipedia]
 
=Truxton Exploiters=
 
This file type is handled by the following ETLs:
 
* [[Expand]]
 

Latest revision as of 17:28, 21 May 2024

<< Details >>
Defined Constant Type_UTMP
File Type Value 997
Parent Type None
Carve Yes
Format Details No
Carve Meta Data Yes
MIME Type application/octet-stream
Filename Extension utmp

UTMP

Description

Records various unix system status items.

Carve Meta Data

When Truxton carves this file, it can populate the following columns in the [File] table:

  • Created - When the file was created
  • LastWrite - When the file was last modified
  • Name - The name of the file

Details