Skip to content

Commit c7a0f7a

Browse files
committed
Modify android.yaml to support Android Viber Call SQLite parser plugin
1 parent e91cd0b commit c7a0f7a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

plaso/data/formatters/android.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,33 @@ short_source: 'Twitter Android'
230230
source: 'Twitter Android Status'
231231
---
232232
type: 'conditional'
233+
data_type: 'android:viber:call'
234+
enumeration_helpers:
235+
- input_attribute: 'type'
236+
output_attribute: 'type'
237+
default_value: 'UNKNOWN'
238+
values:
239+
1: 'INCOMING'
240+
2: 'OUTGOING'
241+
- input_attribute: 'viber_call_type'
242+
output_attribute: 'viber_call_type'
243+
default_value: 'UNKNOWN'
244+
values:
245+
1: 'AUDIO CALL'
246+
4: 'VIDEO CALL'
247+
message:
248+
- 'Number: {number}'
249+
- 'Call type: {type}'
250+
- 'Viber call type: {viber_call_type}'
251+
- 'Duration: {duration} seconds'
252+
short_message:
253+
- '{number}'
254+
- '{type}'
255+
- '{viber_call_type}'
256+
short_source: 'Android Viber'
257+
source: 'Android Viber Call History'
258+
---
259+
type: 'conditional'
233260
data_type: 'android:webview:cookie'
234261
message:
235262
- 'Host: {host}'

0 commit comments

Comments
 (0)