Difference between revisions of "Truxton URL Interface"

From truxwiki.com
Jump to navigation Jump to search
Line 115: Line 115:
 
===<code>GUID</code>===
 
===<code>GUID</code>===
 
The [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the media.
 
The [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the media.
This corresponds to the <code>[ID]</code> column of the <code>[Media]</code> table.
+
This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table.
  
 
=Message=
 
=Message=

Revision as of 08:37, 3 February 2024

Truxton installs a protocol handler for the "truxton:" protocol on Windows machines. This allows you to use HTML to start the Truxton Analyst Desktop and take you to specific views.

Artifact

You can link directly to a specific artifact in Truxton.

Syntax

truxton://artifact/{GUID} 

Parameters

GUID

The GUID of the artifact. This corresponds to the [ID] column of the [Entity] table.

Camera

You can link directly to a specific camera information view in Truxton.

Syntax

truxton://camera/{GUID} 

Parameters

GUID

The GUID of the camera information. This corresponds to the [ID] column of the [EXIF] table.

Event

You can link directly to a specific event view in Truxton.

Syntax

truxton://event/{GUID} 

Parameters

GUID

The GUID of the camera information. This corresponds to the [ID] column of the [Event] table.

File

You can link directly to a specific file view in Truxton.

Syntax

truxton://file/{GUID} 

Parameters

GUID

The GUID of the camera information. This corresponds to the [ID] column of the [File] table.

Hash

You can link directly to a specific file view in Truxton.

Syntax

truxton://hash/{GUID} 

Parameters

hash

An MD5 or SHA1 hash.

Investigation

You can link directly to a specific investigation view in Truxton.

Syntax

truxton://investigation/{GUID} 

Parameters

GUID

The GUID of the camera information. This corresponds to the [ID] column of the [Investigation] table.

Location

You can link directly to a specific location view in Truxton.

Syntax

truxton://location/{GUID} 

Parameters

GUID

The GUID of the location. This corresponds to the [ID] column of the [Location] table.

md5

You can link directly to a specific file view in Truxton.

Syntax

truxton://md5/{hash} 

Parameters

hash

An MD5 hash.

Media

You can link directly to a specific investigation view in Truxton.

Syntax

truxton://media/{GUID} 

Parameters

GUID

The GUID of the media. This corresponds to the [ID] column of the [Media] table.

Message

You can link directly to a specific investigation view in Truxton.

Syntax

truxton://message/{GUID} 

Parameters

GUID

The GUID of the media. This corresponds to the [ID] column of the [Message] table.

sha1

You can link directly to a specific investigation view in Truxton.

Syntax

truxton://sha1/{hash} 

Parameters

hash

The SHA1 hash value

tutorial

Re-display the initial desktop tutorial

Syntax

truxton://tutorial

Parameters

GUID

The GUID of the media.

Website

You can link directly to a specific website visit view in Truxton.

Syntax

truxton://website/{GUID} 

Parameters

GUID

The GUID of the media. This corresponds to the [ID] column of the [WebsiteVisit] table.