Difference between revisions of "Truxton URL Interface"

From truxwiki.com
Jump to navigation Jump to search
Line 71: Line 71:
 
==Sample==
 
==Sample==
 
<source lang="HTML" highlight="5">
 
<source lang="HTML" highlight="5">
Click <a href="truxton://camera/69394b56-7957-a1c6-7aa2-67430000499c">here</a> to see the event in Truxton.
+
Click <a href="truxton://file/69394b56-7957-a1c6-7aa2-6743000046e5">here</a> to see the file in Truxton.
 
</source>
 
</source>
 
  
 
=Hash=
 
=Hash=

Revision as of 05:32, 11 December 2025

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.

Sample

Click <a href="truxton://artifact/6916456c-16e2-3ad3-9824-4f8900000000">here</a> to see the artifact.

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.

Sample

Click <a href="truxton://camera/69394b56-7957-a1c6-7aa2-674300000154">here</a> to see the camera information.

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.

Sample

Click <a href="truxton://event/69394b56-7957-a1c6-7aa2-67430000499c">here</a> to see the event in Truxton.

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.

Sample

Click <a href="truxton://file/69394b56-7957-a1c6-7aa2-6743000046e5">here</a> to see the file in Truxton.

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.