Next Release
This is a place holder for what is being put into the next release of Truxton.
Contents
Truxton Next
<< Released 2025-?
Improvements
- Use PostgreSQL 18.1
- Updated to SQLite 3.51.1
- Updated default hashset to
Truxton20251201.hashsetwith 251,384,600 hashes. - We now scan text for Bitcoin accounts and seed phrases
- Improved the quality of parsing Cellebrite reports to clean up deleted entries and pull more contact information.
- First BETA release of eDiscovery load
- We now exploit Twitter direct messages as chat.
- Improved protocol buffer expansion. Added support for Unix microsecond timestamps.
- Easy Button loads will now process
backup.z01and TAR files. - Firefox cookies are now exploited
- Better handling of SQLite files with custom collations.
- Better exploitation of Android WiFi Configuration files.
- Better exploitation of Chrome Web Data.
- New C API's
truxton_media_set_calculated_sizetruxton_set_artifact_type_colortruxton_set_event_type_colortruxton_set_file_type_colortruxton_set_investigation_status_colortruxton_set_investigation_type_colortruxton_set_location_type_colortruxton_set_message_type_colortruxton_set_review_status_colortruxton_set_review_type_colortruxton_set_url_type_color
- New Python APIs to set colors of things.
- Binary JSON files are now converted to ASCII JSON.
Bug Fixes
- Consolidated contacts reports where phone numbers showed up as email addresses.
- The loader now processes APFS filesystems correctly
- The enumeration API wasn't scoping media and investigation enumeration.
- KTX conversion now handle uncompressed payloads.
- Parquet files were not being identified.
Truxton.ETLassembly was not sourcing relationships properly- Fixed a bug in the C API that caused Notes to not be associated with contacts
- Notes now appear in the Consolidated Contact reports
- Added missing EVENT_TYPE constants to Python
- Consolidated Contacts now does a better job of consolidating contacts
- Valid file details are now produced from DPAPI blobs that don't start at the beginning of a file
- Duplicate entries were showing up in the Visual Media display when Unique was specified.
New Types
File
- Type_EBTS - Electronic Biometric Transmission Specification (fingerprints, biometric information, etc.)
- Type_OBB - Android opaque binary blobs
- Type_Volley_Cache - Android library for applications to cache web data
- Type_Glide_Disk_Cache - Something really similar to Volley cache
- Type_Wwise_SoundBank - A bundle of sounds for an application
- Type_Roblox_Cache - Cache used by Roblox application
- Type_Android_Binary_XML - Yet another XML compression scheme (different from the other Android Binary XML format)
- Type_Apple_Spotlight_String_Map - String maps used by Apple's Spotlight system
- Type_Visio - Visio drawings
- Type_Envelope_Index - Apple Envelope Index SQLite database
- Type_XAR - Extensible Archive
- Type_Apple_Logdata_Statistics - Apple Logdata Statistics
- Type_Apple_Shutdown_Log - Apple shutdown log
- Type_WiFi_Network_Store_Model - Apple WiFi Network Store database
- Type_Notepad_Tabstate - Microsoft Notepad Tab State
- Type_Android_Snapchat_Core - Android Snapchat Core
- Type_Android_Snapchat_Main - Android Snapchat Main
- Type_Android_WiFi_Config_Store - Android WiFi Configuration Store
- Type_Android_Bluetooth_Share_Database - Android Bluetooth File Sharing Database
- Type_Samsung_Smart_Tethering - Samsung Smart Tethering Database
- Type_Android_WiFi_QTables - Android WiFI Q Tables
- Type_Samsung_Q_Image - Samsung image format used during boot and shutdown
- Type_eDiscovery_Concordance - A concordance file from an eDiscovery dump
- Type_Notepad_Plus_Plus_Session - Notepad++ session information
- Type_ProcMon_Log - ProcMon tracing logs
- Type_IDA_Type_Library - IDA Pro Disassembler Type Information Library
- Type_Firefox_Key_Database - Firefox Key Database
- Type_Firefox_Web_App_Store - Firefox Web App Storage
- Type_Firefox_Favicons - Firefox Web Page Icons
- Type_Firefox_Cache - Firefox Cache
- Type_Firefox_Storage - Firefox Website Storage
- Type_Firefox_Object_Data - Firefox Object Data
- Type_Firefox_Object_Key - Firefox Object Key
- Type_Apple_Resource - Apple Double Resource
- Type_Bink_Video - Bink Video
- Type_BSON - Binary JSON
- Type_DirectX_Object - DirectX Object File (XOF)
Entity Types
- ENTITY_TYPE_BITCOIN - A bitcoin account
- ENTITY_TYPE_BITCOIN_SEED - A bitcoin seed phrase
Event Types
- EVENT_TYPE_COOKIE_CREATED - A browser cookie was created.
- EVENT_TYPE_COOKIE_USED - A browser cookie was used.
- EVENT_TYPE_FILE_TRANSFER - A file was transferred.
Location Type
Message Type
URL Types
- URL_TYPE_VOLLEY_CACHE - A URL used by Android's Volley caching system to retrieve a file from the internet
- URL_TYPE_APPLICATION - A URL used by an application to retrieve a file from the internet