Type Viber Messages

From truxwiki.com
Jump to navigation Jump to search
<< Details >>
Defined Constant Type_Viber_Messages
File Type Value 956
Parent Type SQLite
Carve Yes
Format Details Yes
MIME Type application/vnd.sqlite3
Filename Extension sqlite

Viber Messages

Description

Viber Messages

Truxton Exploiters

This file type is handled by the following ETLs:

Items Produced

Truxton will extract the following from this file type:

Queries

Here's the queries Truxton uses to exploit the Viber messages databases.

Contacts

SELECT
  [participants_info].[_id], 
  [participants_info].[participant_type], 
  [participants_info].[number], 
  [participants_info].[encrypted_number], 
  [participants_info].[display_name], 
  [participants_info].[contact_name], 
  [participants_info].[viber_name], 
  [participants_info].[viber_id], 
  [participants_info].[member_id] 
FROM [participants_info] 
ORDER BY [participants_info].[_id]