Difference between revisions of "Load"

From truxwiki.com
Jump to navigation Jump to search
Line 1: Line 1:
Load 's purpose in life is to find files, identify their type, eliminate their contents based on known-good MD5 hashes, put the meta-data about the file into a database, contents into a depot, then send messages to other ETL processes that have registered to receive that type of file.
+
{| style="float:right;border:1px solid black"
 +
|+ Details
 +
| Executable
 +
| <code>Load.exe</code>
 +
|-
 +
| Stage
 +
| style="text-align:center;" | 1
 +
|-
 +
| Percent Complete
 +
| style="text-align:center;" | 48%
 +
|-
 +
| Message Queue
 +
| <code>loadq</code>
 +
|}
 +
 
 +
Load's purpose in life is to find files, identify their type, eliminate their contents based on known-good MD5 hashes, put the meta-data about the file into a database, contents into a depot, then send messages to other ETL processes that have registered to receive that type of file.
  
 
=Usage=
 
=Usage=
Line 5: Line 20:
 
load.exe T:\Bob.E01
 
load.exe T:\Bob.E01
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
=Capabilities=
 +
Load can ingest the files and folders.
 +
If the file is one of the following disk image formats, it will be opened, partitions and filesystems navigated, freespace gathered, files carved, etc.
 +
* Raw (dd)

Revision as of 09:14, 22 July 2020

Details
Executable Load.exe
Stage 1
Percent Complete 48%
Message Queue loadq

Load's purpose in life is to find files, identify their type, eliminate their contents based on known-good MD5 hashes, put the meta-data about the file into a database, contents into a depot, then send messages to other ETL processes that have registered to receive that type of file.

Usage

load.exe T:\Bob.E01

Capabilities

Load can ingest the files and folders. If the file is one of the following disk image formats, it will be opened, partitions and filesystems navigated, freespace gathered, files carved, etc.

  • Raw (dd)