Difference between revisions of "TruxtonMedia"
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
=Attributes and Methods= | =Attributes and Methods= | ||
| + | ==<code>addnote(text: str) -> boolean</code>== | ||
| + | This adds an investigator's note. | ||
| + | The <code>text</code> parameter is the contents of the note. | ||
| + | It will return | ||
| + | [https://docs.python.org/3.10/library/constants.html?highlight=false#True True] if the tag was associated with the media, [https://docs.python.org/3.10/library/constants.html?highlight=false#False False] on failure. | ||
| + | The note is stored in the <code>[InvestigatorNote]</code> table in the database. | ||
| + | |||
==<code>addroot() -> [[TruxtonChildFileIO]]</code>== | ==<code>addroot() -> [[TruxtonChildFileIO]]</code>== | ||
This method will create a root file in the media. | This method will create a root file in the media. | ||
| Line 10: | Line 17: | ||
A case number for this media. | A case number for this media. | ||
Even though media came in under one case doesn't mean it can't be part of another. | Even though media came in under one case doesn't mean it can't be part of another. | ||
| − | This corresponds to the <code>[CaseNumber]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[CaseNumber]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
==<code>configid: int</code>== | ==<code>configid: int</code>== | ||
This is the path the media took through the exploitation process. | This is the path the media took through the exploitation process. | ||
| − | This corresponds to the <code>[LoadConfigurationID]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[LoadConfigurationID]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
It should be set to one of the values in the <code>[ID]</code> column of the <code>[LoadConfiguration]</code> table or a predefined constant. | It should be set to one of the values in the <code>[ID]</code> column of the <code>[LoadConfiguration]</code> table or a predefined constant. | ||
| − | ==<code>created: | + | ==<code>created: [https://docs.python.org/3/library/datetime.html datetime]</code>== |
| − | When the media was created | + | When the media was created. |
| − | This corresponds to the <code>[Created]</code> column of the <code>[Media]</code> table. | + | This value can be set with either a datetime value or an integer representing [https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime FILETIME] ticks. |
| + | This corresponds to the <code>[Created]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. | ||
==<code>description: str</code>== | ==<code>description: str</code>== | ||
A description of the media. | A description of the media. | ||
| − | This corresponds to the <code>[Description]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[Description]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
==<code>evidencebag: str</code>== | ==<code>evidencebag: str</code>== | ||
A description of the media. | A description of the media. | ||
| − | This corresponds to the <code>[EvidenceBag]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[EvidenceBag]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
| − | ==<code>expires: | + | ==<code>expires: [https://docs.python.org/3/library/datetime.html datetime]</code>== |
| − | When the media should be automatically purged from Truxton | + | When the media should be automatically purged from Truxton. |
| − | This corresponds to the <code>[Expires]</code> column of the <code>[Media]</code> table. | + | This value can be set with either a datetime value or an integer representing [https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime FILETIME] ticks. |
| + | This corresponds to the <code>[Expires]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. | ||
By default, the expiration date of media is 99 years from the creation of the media. | By default, the expiration date of media is 99 years from the creation of the media. | ||
| − | ==<code> | + | ==<code>finish() -> boolean</code>== |
Once media has been saved, if you have added any files to the media, call this method. | Once media has been saved, if you have added any files to the media, call this method. | ||
It will update paths and child file counts. | It will update paths and child file counts. | ||
| Line 40: | Line 49: | ||
==<code>id: str</code>== | ==<code>id: str</code>== | ||
A [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] for the media. | A [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] for 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. |
==<code>latitude: float</code>== | ==<code>latitude: float</code>== | ||
The [https://en.wikipedia.org/wiki/Latitude latitude] portion of the geographic coordinate using the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] ellipsoid of where this media was seized. | The [https://en.wikipedia.org/wiki/Latitude latitude] portion of the geographic coordinate using the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] ellipsoid of where this media was seized. | ||
| − | This corresponds to the <code>[Latitude]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[Latitude]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
==<code>longitude: float</code>== | ==<code>longitude: float</code>== | ||
The [https://en.wikipedia.org/wiki/Longitude longitude] portion of the geographic coordinate using the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] ellipsoid of where this media was seized. | The [https://en.wikipedia.org/wiki/Longitude longitude] portion of the geographic coordinate using the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] ellipsoid of where this media was seized. | ||
Many thanks go to [https://en.wikipedia.org/wiki/John_Harrison John Harrison] for his work. | Many thanks go to [https://en.wikipedia.org/wiki/John_Harrison John Harrison] for his work. | ||
| − | This corresponds to the <code>[Longitude]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[Longitude]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
==<code>name: str</code>== | ==<code>name: str</code>== | ||
This is a human friendly name for the media. | This is a human friendly name for the media. | ||
| − | This corresponds to the <code>[Name]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[Name]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
==<code>originator: str</code>== | ==<code>originator: str</code>== | ||
The name of the organization or person who is responsible for this media. | The name of the organization or person who is responsible for this media. | ||
For example, if you are a regional center, this would identify the originating organization that asked you to look at the media. | For example, if you are a regional center, this would identify the originating organization that asked you to look at the media. | ||
| − | This corresponds to the <code>[Originator]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[Originator]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
==<code>percentcomplete: int</code>== | ==<code>percentcomplete: int</code>== | ||
An estimation of how [[ETL Stages#ETLs and Their Stages | far along]] the system is in the exploitation of this media. | An estimation of how [[ETL Stages#ETLs and Their Stages | far along]] the system is in the exploitation of this media. | ||
| − | This corresponds to the <code>[PercentComplete]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[PercentComplete]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
| − | ==<code>save() -> | + | ==<code>save() -> boolean</code>== |
This will commit the information to the <code>[Media]</code> table. | This will commit the information to the <code>[Media]</code> table. | ||
It will return [https://docs.python.org/3/library/constants.html#True True] if the record was saved to the database, [https://docs.python.org/3/library/constants.html#False False] if there was an error. | It will return [https://docs.python.org/3/library/constants.html#True True] if the record was saved to the database, [https://docs.python.org/3/library/constants.html#False False] if there was an error. | ||
| + | |||
| + | ==<code>setcalcsize() -> boolean</code>== | ||
| + | This will calculate the size of all normal files in a piece of media and save it to the <code>[Size]</code> column of the <code>[Media]</code> table. | ||
| + | It will return [https://docs.python.org/3/library/constants.html#True True] if the record was saved to the database, [https://docs.python.org/3/library/constants.html#False False] if there was an error. | ||
| + | This is useful when you create media via a script rather than [[Load|loading]] it. | ||
==<code>status: int</code>== | ==<code>status: int</code>== | ||
The represents the status of the media. | The represents the status of the media. | ||
| − | This corresponds to the <code>[MediaStatusID]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[MediaStatusID]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
| − | It should be a value from the <code>[ID]</code> column of the <code>[MediaStatus]</code> table or a [[Media Status | predefined constant.]] | + | It should be a value from the <code>[ID]</code> column of the <code>[MediaStatus]</code> table or a [[Media Status|predefined constant.]] |
==<code>tag(tag: str, reason: str, origin: int) -> boolean</code>== | ==<code>tag(tag: str, reason: str, origin: int) -> boolean</code>== | ||
| Line 83: | Line 97: | ||
==<code>type: int</code>== | ==<code>type: int</code>== | ||
The is an identifier for the type of media that was loaded. | The is an identifier for the type of media that was loaded. | ||
| − | This corresponds to the <code>[MediaTypeID]</code> column of the <code>[Media]</code> table. | + | This corresponds to the <code>[MediaTypeID]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. |
It should be a value from the <code>[ID]</code> column of the <code>[MediaType]</code> table or a [[Media Types | predefined constant.]] | It should be a value from the <code>[ID]</code> column of the <code>[MediaType]</code> table or a [[Media Types | predefined constant.]] | ||
| − | ==<code>updated: | + | ==<code>updated: [https://docs.python.org/3/library/datetime.html datetime]</code>== |
| − | When the media was last updated | + | When the media was last updated. |
| − | This corresponds to the <code>[LastUpdated]</code> column of the <code>[Media]</code> table. | + | This value can be set with either a datetime value or an integer representing [https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime FILETIME] ticks. |
| + | This corresponds to the <code>[LastUpdated]</code> column of the <code><nowiki>[</nowiki>[[Media Table|Media]]<nowiki>]</nowiki></code> table. | ||
=Sample= | =Sample= | ||
| − | <source lang="Python" highlight=" | + | <source lang="Python" highlight="24-32,71"> |
import sys | import sys | ||
sys.path.append('C:/Program Files/Truxton/SDK') | sys.path.append('C:/Program Files/Truxton/SDK') | ||
| Line 100: | Line 115: | ||
from calendar import timegm | from calendar import timegm | ||
from pathlib import Path | from pathlib import Path | ||
| − | |||
| − | |||
| − | |||
EVENT_TYPE_FBI = 20001 | EVENT_TYPE_FBI = 20001 | ||
| − | |||
| − | |||
| − | |||
def add_file(parent_truxton_file, filename): | def add_file(parent_truxton_file, filename): | ||
| Line 141: | Line 150: | ||
gps.longitude = -0.124057 | gps.longitude = -0.124057 | ||
gps.label = "HQ" | gps.label = "HQ" | ||
| − | gps.when= | + | gps.when= datetime.fromisoformat("2016-04-01T12:00:00-05:00") |
gps.save() | gps.save() | ||
| Line 176: | Line 185: | ||
if __name__ == "__main__": | if __name__ == "__main__": | ||
| − | main() | + | sys.exit(main()) |
</source> | </source> | ||
Latest revision as of 07:44, 16 August 2025
This class represents a piece of media in Truxton.
Contents
- 1 Attributes and Methods
- 1.1 addnote(text: str) -> boolean
- 1.2 addroot() -> TruxtonChildFileIO
- 1.3 case: str
- 1.4 configid: int
- 1.5 created: datetime
- 1.6 description: str
- 1.7 evidencebag: str
- 1.8 expires: datetime
- 1.9 finish() -> boolean
- 1.10 id: str
- 1.11 latitude: float
- 1.12 longitude: float
- 1.13 name: str
- 1.14 originator: str
- 1.15 percentcomplete: int
- 1.16 save() -> boolean
- 1.17 setcalcsize() -> boolean
- 1.18 status: int
- 1.19 tag(tag: str, reason: str, origin: int) -> boolean
- 1.20 type: int
- 1.21 updated: datetime
- 2 Sample
Attributes and Methods
addnote(text: str) -> boolean
This adds an investigator's note.
The text parameter is the contents of the note.
It will return
True if the tag was associated with the media, False on failure.
The note is stored in the [InvestigatorNote] table in the database.
addroot() -> TruxtonChildFileIO
This method will create a root file in the media. All other files will ultimately be children of this file. The return value of this method is a child file object.
case: str
A case number for this media.
Even though media came in under one case doesn't mean it can't be part of another.
This corresponds to the [CaseNumber] column of the [Media] table.
configid: int
This is the path the media took through the exploitation process.
This corresponds to the [LoadConfigurationID] column of the [Media] table.
It should be set to one of the values in the [ID] column of the [LoadConfiguration] table or a predefined constant.
created: datetime
When the media was created.
This value can be set with either a datetime value or an integer representing FILETIME ticks.
This corresponds to the [Created] column of the [Media] table.
description: str
A description of the media.
This corresponds to the [Description] column of the [Media] table.
evidencebag: str
A description of the media.
This corresponds to the [EvidenceBag] column of the [Media] table.
expires: datetime
When the media should be automatically purged from Truxton.
This value can be set with either a datetime value or an integer representing FILETIME ticks.
This corresponds to the [Expires] column of the [Media] table.
By default, the expiration date of media is 99 years from the creation of the media.
finish() -> boolean
Once media has been saved, if you have added any files to the media, call this method. It will update paths and child file counts.
id: str
A GUID for the media.
This corresponds to the [ID] column of the [Media] table.
latitude: float
The latitude portion of the geographic coordinate using the WGS84 ellipsoid of where this media was seized.
This corresponds to the [Latitude] column of the [Media] table.
longitude: float
The longitude portion of the geographic coordinate using the WGS84 ellipsoid of where this media was seized.
Many thanks go to John Harrison for his work.
This corresponds to the [Longitude] column of the [Media] table.
name: str
This is a human friendly name for the media.
This corresponds to the [Name] column of the [Media] table.
originator: str
The name of the organization or person who is responsible for this media.
For example, if you are a regional center, this would identify the originating organization that asked you to look at the media.
This corresponds to the [Originator] column of the [Media] table.
percentcomplete: int
An estimation of how far along the system is in the exploitation of this media.
This corresponds to the [PercentComplete] column of the [Media] table.
save() -> boolean
This will commit the information to the [Media] table.
It will return True if the record was saved to the database, False if there was an error.
setcalcsize() -> boolean
This will calculate the size of all normal files in a piece of media and save it to the [Size] column of the [Media] table.
It will return True if the record was saved to the database, False if there was an error.
This is useful when you create media via a script rather than loading it.
status: int
The represents the status of the media.
This corresponds to the [MediaStatusID] column of the [Media] table.
It should be a value from the [ID] column of the [MediaStatus] table or a predefined constant.
tag(tag: str, reason: str, origin: int) -> boolean
This creates a tag associated with this media in Truxton.
The tag parameter is a short, one or two word, bit of text that will be displayed in the UI.
The reason a sentence explaining why this media was tagged.
The origin is either TAG_ORIGIN_AUTOMATIC (1) or TAG_ORIGIN_HUMAN (2).
It will return
True if the tag was associated with the media, False on failure.
type: int
The is an identifier for the type of media that was loaded.
This corresponds to the [MediaTypeID] column of the [Media] table.
It should be a value from the [ID] column of the [MediaType] table or a predefined constant.
updated: datetime
When the media was last updated.
This value can be set with either a datetime value or an integer representing FILETIME ticks.
This corresponds to the [LastUpdated] column of the [Media] table.
Sample
import sys
sys.path.append('C:/Program Files/Truxton/SDK')
import truxton
import shutil
from datetime import datetime
from calendar import timegm
from pathlib import Path
EVENT_TYPE_FBI = 20001
def add_file(parent_truxton_file, filename):
source_file = open(filename, "rb")
child = parent_truxton_file.newchild()
child.name = Path(filename).name
shutil.copyfileobj(source_file, child)
source_file.close()
child.save()
return child
def add_media(t):
media = t.newmedia()
media.name = "Public Documents"
media.description = "Publicly available documents"
media.case = "DC-SNAFU-2016.2020"
media.evidencebag = "EV-0937459386623-a"
media.originator = "Jeffrey Jensen"
media.latitude = 38.897661
media.longitude = -77.036458
media.type = truxton.MEDIA_TYPE_LOGICAL_FILES
media.save()
return media
def add_cs(parent_file ):
child_file = add_file(parent_file, "cs.jpg")
gps = child_file.newlocation()
gps.type = truxton.LOCATION_TYPE_MEETING
gps.latitude = 51.487329
gps.longitude = -0.124057
gps.label = "HQ"
gps.when= datetime.fromisoformat("2016-04-01T12:00:00-05:00")
gps.save()
def create_investigation(t):
investigation = t.newinvestigation()
investigation.name = "Collusion"
investigation.description = "United States vs. John Smith"
investigation.case = "DC-SNAFU-2016.2020"
investigation.status = truxton.INVESTIGATION_STATUS_OPEN
investigation.type = truxton.INVESTIGATION_TYPE_FRAUD
investigation.save()
return investigation
def main():
t = truxton.create()
new_type = t.neweventtype()
new_type.id = EVENT_TYPE_FBI
new_type.name = "FBI Actions"
new_type.save()
investigation = create_investigation(t)
media = add_media(t)
root_file = media.addroot()
root_file.save()
investigation.addmedia(media.id)
add_cs(root_file)
if __name__ == "__main__":
sys.exit(main())