Difference between revisions of "Type UTMP"

From truxwiki.com
Jump to navigation Jump to search
 
(2 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 30: Line 30:
 
=Description=
 
=Description=
 
Records various unix system status items.
 
Records various unix system status items.
 
=External links=
 
* [https://en.wikipedia.org/wiki/Utmp Wikipedia]
 
 
=Truxton Exploiters=
 
This file type is handled by the following ETLs:
 
* [[Expand]]
 
  
 
=Carve Meta Data=
 
=Carve Meta Data=
Line 43: Line 36:
 
* <code>LastWrite</code> - When the file was last modified
 
* <code>LastWrite</code> - When the file was last modified
 
* <code>Name</code> - The name of the file
 
* <code>Name</code> - The name of the file
 +
 +
=Details=
 +
* [https://en.wikipedia.org/wiki/Utmp Wikipedia]

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