scorelab / OpenMF

An Open Source Mobile Forensics Investigation Tool for Android Platform
Apache License 2.0
146 stars 94 forks source link

[backend][frontend] Creating a Statistics API + frontend for rendering details #161

Open Praveena1109 opened 3 years ago

Praveena1109 commented 3 years ago

Describe the solution you'd like This API will create statistics for every android phone by using Facebook data, Phone data which include contacts, text messages i.e. SMS, call logs, WhatsApp data. This will help to analyze the activities easily.

Describe alternatives you've considered Calculate all the data and visualize.

  1. Facebook Data :

    • Total no. of contacts
    • Total no. of messages
    • The ratio of sent/received messages.
  2. Phone Data(Contacts, Messages, Call Log) :

    • Total no. of contacts
    • Total no. of SMS
    • The ratio of Incoming / Outgoing SMS
    • The ratio of Promotional / Transactional SMS
    • Total no. of calls.
    • The ratio of Incoming / Outgoing Call
    • Total Duration
    • The ratio of Incoming Call Duration / Outgoing Call Duration
  3. WhatsApp Data :

    • Total no. of contacts.
    • The ratio of sent/received messages.
    • The ratio of all media types.

Additional context For eg. The media types of WhatsApp can be visualized as such :

image