Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALeapp task #2095

Draft
wants to merge 99 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
ae77041
Makes some internal functionality visible to Task implementations.
patrickdalla Oct 6, 2023
8f325da
'#43 Initial ALeapp/ILeapp integration classes.
patrickdalla Oct 6, 2023
cd8ede2
'#43 improves exception handling. Unique skipped exception is the one
patrickdalla Oct 9, 2023
63d4b19
'#43 adds the device info to the 4th processing queue.
patrickdalla Oct 9, 2023
1f650aa
'#43 As leapp scripts declare the output temp report folder as a a
patrickdalla Oct 9, 2023
b2ff524
'#43 corrects loop on data fields
patrickdalla Oct 9, 2023
dfaf2bd
'#43 downloads ALEAPP into tools dir.
patrickdalla Oct 10, 2023
aaf3064
'#43 get ALeappPlugins from ALeappConfig.
patrickdalla Oct 10, 2023
442cc73
'#43 implements Python hook to change ALeapp code before loading,
patrickdalla Oct 10, 2023
787c2a0
'#43 Repositions PythonHook class to iped-utils and adjust dependecies.
patrickdalla Oct 11, 2023
539f0bc
'#43 Implements method wrapsClass that inserts a decoupled Wrapper from
patrickdalla Oct 11, 2023
947fdb1
'#43 If the artifact has a field that corresponds to a href to a temp
patrickdalla Oct 11, 2023
03af1ac
'#43 If the value of the html column is a path to the dump or to an
patrickdalla Oct 15, 2023
724850e
'#43 Adds ALeapp device details html as sub type of text/html mimetype.
patrickdalla Oct 15, 2023
3dbd758
'#43 Removes dependency of aleapp from class PythonHook.
patrickdalla Oct 17, 2023
ce81e08
'#43 In the IPED embedded python some code were inside zip files. This
patrickdalla Oct 17, 2023
ebbd15a
'#43 Removes redundant code.
patrickdalla Oct 17, 2023
e0a0d64
'#43 removes debugging error messages.
patrickdalla Oct 17, 2023
318fba3
'#43 Adds a distinct tree icon for report folders (decoded data that has
patrickdalla Oct 17, 2023
fa1488c
'#43 Replaces backslash occurrences of path strings passed to python
patrickdalla Oct 17, 2023
fefb2a7
'#43 Adjust temp report folder name, as there is a method inside
patrickdalla Oct 17, 2023
c390424
'#43 Makes aleappDir static as it is a config that is loaded once and is
patrickdalla Oct 17, 2023
58218ec
'#43 overrides timeline function to do nothing as the timeline will be
patrickdalla Oct 18, 2023
e6af24f
'#43 Puts task report folder in upper tmp folder, to avoid too long path
patrickdalla Oct 18, 2023
c9e9ea4
'#43 media_to_html override. ALeapp uses this method is used to show a
patrickdalla Oct 18, 2023
6ad1a2e
'#43 adds suport for multiple parameter python function override.
patrickdalla Oct 18, 2023
5ead16f
'#43 Add support for folder class path search when debugging (Eclipse
patrickdalla Oct 18, 2023
17eaec9
'#43 some plugins declares a lambda function directly on artifact parse
patrickdalla Oct 18, 2023
84883ab
'#43 Implements a more detailed naming scheme for timestamp fields.
patrickdalla Oct 19, 2023
715d5d5
'#43 uses package name to describe eventtype of FCMQueuedMessageDump
patrickdalla Oct 19, 2023
0ff7e5d
'#43 initial file hook implementations.
patrickdalla Oct 19, 2023
1ba2875
'#43 initial file hook implementation
patrickdalla Oct 19, 2023
236b9e5
'#43 Mark setToignore on plugins evidence items which execution did not
patrickdalla Oct 20, 2023
6b2bef6
'#43 Initial code to handle special characters
patrickdalla Oct 20, 2023
4e7272f
'#43 Moves complete folder to tmp when returned as needed by a plugin
patrickdalla Oct 20, 2023
37e435e
'#43 creates symbolik links with the original path an name to the tmp
patrickdalla Oct 20, 2023
6b1c7bf
'#43 Symbolic links creation are not permitted by default on windows
patrickdalla Oct 20, 2023
4401847
'#43 support media_to_html data return and improves link info
patrickdalla Oct 20, 2023
4d7a4fa
'#43 better exception treatment when creating links to other items
patrickdalla Oct 23, 2023
53d6e0a
'#43 adds executed plugin name info as a metadata of the item extracted.
patrickdalla Jan 17, 2024
bd086a1
'#43 Including ALeapp python dependencies in distribution
patrickdalla Jan 17, 2024
99569f1
'#43 Removes fixed third party library from resources. It will be
patrickdalla Jan 18, 2024
6b60491
'#43 Uses maven exec to install pip and Aleapp dependencies on embedded
patrickdalla Jan 18, 2024
7672ace
'#43 Add new metadata to identify if item is a plugin item and add log
patrickdalla Jan 19, 2024
aaa8586
'#43 Removes subitem processing time from logic to calc ALeapp plugin
patrickdalla Jan 19, 2024
c099a25
'#43 Moves code inside try catch to better handle exceptions.
patrickdalla Jan 22, 2024
034e314
'#43 Initial code of Task to categorize ALeapp extracted items
patrickdalla Jan 22, 2024
6750caf
'#43 installation of ALeapp items categorization task
patrickdalla Jan 22, 2024
e9074e7
'#43 Better rules implementation to identify a folder structure as a
patrickdalla Jan 22, 2024
c8a1f35
'#43 filter to avoid redundant code execution
patrickdalla Jan 22, 2024
f1241e7
'#43 removes debugging helper code.
patrickdalla Jan 24, 2024
d2ae74f
'#43 removes ALeapp dependencies installation from IPED project as it
patrickdalla Jan 24, 2024
4dedd1c
'#43 It was identified that ALeapp plugin factory_reset get modified
patrickdalla Jan 29, 2024
5ff79b2
'#43 Implements some ALeapp artifacts categorization.
patrickdalla Jan 29, 2024
40a6e6b
'#43 Assures method override restoration after ALeapp plugin execution
patrickdalla Jan 29, 2024
6d9cf3f
'#43 Corrects sim info plugin name in sim info categorization rule.
patrickdalla Jan 30, 2024
fce41bc
'#43 Checks decoded data via path before special character removal.
patrickdalla Jan 30, 2024
e223cf0
'#43 Add facebook user id to User Accounts category.
patrickdalla Jan 30, 2024
5c29786
'#43 use "/data/data/com.android.vending" as it is a more common file
patrickdalla Jan 30, 2024
7282da8
'#43 Adds hard coded method to classify artifacts and maps some
patrickdalla Feb 1, 2024
03eadb4
'#43 Refactor pracessPlugin method to separate code related to file
patrickdalla Feb 1, 2024
123e172
'#43 Some plugins send file parameter as a relative path to the Dump
patrickdalla Feb 1, 2024
023b18d
'#43 Removes LeappCategoryTask as it will be coded in java, or even in
patrickdalla Feb 1, 2024
2e897ef
'#43 Adding some comments for documentation
patrickdalla Feb 1, 2024
c491541
'#43 reverses method creation as it breaks logic when evidence processed
patrickdalla Feb 1, 2024
7032a5f
'#43 Supports new 3.1.9 version which changed main plugin parse
patrickdalla Feb 5, 2024
4564c5c
'#43 Add communications metadata info of ALeapp extracted emails from
patrickdalla Feb 5, 2024
0a6ab17
'#43 extends ALeappConfig with excludePlugins and includePlugins
patrickdalla Feb 5, 2024
bd5f462
'#43 SMS communications metadata mapping. There were no information from
patrickdalla Feb 5, 2024
2c83cec
'#43 Some url references are not insider delimiters
patrickdalla Feb 6, 2024
3c61144
'#43 prints aleapp dir log info only once
patrickdalla Feb 6, 2024
c47f606
'#43 Categorizes chrome cookies.
patrickdalla Feb 6, 2024
00aece5
'#43 correctly config date property as such
patrickdalla Feb 7, 2024
4a9d61b
'#2078 Android backup parser code.
patrickdalla Feb 7, 2024
f2774ec
'#2079 renames wrong named constant name
patrickdalla Feb 8, 2024
fe1f645
Merge branch 'AndroidBackup' into ALeappTask
patrickdalla Feb 8, 2024
306a0a8
'#43 Corrects last merge conflict.
patrickdalla Feb 8, 2024
7d0baa5
'#43 Adaptation to support generation of ALeapp reports on Android
patrickdalla Feb 8, 2024
9ead7ff
'#43 Makes some more classifications. Improves exception handling to
patrickdalla Feb 14, 2024
67cc7c2
'#43 Implements functionality to check data type before adding location
patrickdalla Feb 14, 2024
49f4967
'#2095 Add supports to dump recognition if it is passed as root
patrickdalla Feb 23, 2024
6720d07
'#43 Creates factory method and logic to avoid multiple installation of
patrickdalla Feb 23, 2024
1e7f788
'#43 Separates logic to install overriden ilapfuncs methods
patrickdalla Feb 23, 2024
ece1fb8
'#43 adds some comments.
patrickdalla Feb 23, 2024
2038c02
'#43 Corrects logic of PythonHook installation.
patrickdalla Feb 23, 2024
106cc05
'#2095 adds some georeferenced extracted items to Locations category.
patrickdalla May 8, 2024
170bd00
'#2095 modify pattern to lucene query transformation, so it doesn't
patrickdalla May 9, 2024
7682505
'#2095 Corrects pattern matching when patterns starts with *
patrickdalla May 9, 2024
0781105
'#2095 Classifications of items extracted from badoo and tiktok plugins.
patrickdalla May 10, 2024
df229a3
'#2095 Improves method to return query to filter resultset before
patrickdalla May 10, 2024
4753a11
'#2095 JSON Syntax error correction
patrickdalla May 10, 2024
35b7094
'#2095 Adds category to represent app notification messages.
patrickdalla May 13, 2024
0c45481
'#2095 Replaces the string /storage/emulated/0 with /data/media/0 as the
patrickdalla May 13, 2024
5537ddb
'#2095 parses some coords from google maps links.
patrickdalla May 13, 2024
00d7586
'#2095 Correctly treats getTempFile if it is a reference to an exported
patrickdalla May 15, 2024
b054ced
'#2095 Adds some methods to support future improvements.
patrickdalla May 15, 2024
4229aca
Merge remote-tracking branch 'origin/master' into ALeappTask
patrickdalla May 20, 2024
eeeac5f
'#2095 Modifications to recognize UFDR files as source for ALeapp
patrickdalla May 21, 2024
3497efd
'#2095 includes all zip files as potential dump to check, as Graykey
patrickdalla Jul 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 31 additions & 7 deletions iped-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,30 @@
<outputDirectory>${tools.dir}/regripper</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<executions>
<execution>
<id>download-aleapp</id>
<goals>
<goal>wget</goal>
</goals>
</execution>
</executions>
<configuration>
<url>https://github.com/abrignoni/ALEAPP/archive/refs/tags/v3.1.9.zip</url>
<unpack>true</unpack>
<fileMappers>
<org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
<pattern>ALEAPP[^/]+/</pattern>
<replacement>./</replacement>
</org.codehaus.plexus.components.io.filemappers.RegExpFileMapper>
</fileMappers>
<outputDirectory>${tools.dir}/ALEAPP</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -132,7 +156,7 @@
</artifactItem>
</artifactItems>
</configuration>
</execution>
</execution>
<execution>
<id>unpack-esedbexport</id>
<phase>package</phase>
Expand Down Expand Up @@ -203,7 +227,7 @@
<artifactId>libagdb</artifactId>
<version>20181111.1</version>
<type>zip</type>
<overWrite>true</overWrite>
<overWrite>false</overWrite>
<outputDirectory>${tools.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand All @@ -222,7 +246,7 @@
<artifactId>evtexport</artifactId>
<version>20180317.1</version>
<type>zip</type>
<overWrite>true</overWrite>
<overWrite>false</overWrite>
<outputDirectory>${tools.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand All @@ -241,7 +265,7 @@
<artifactId>evtxexport</artifactId>
<version>20170122.1</version>
<type>zip</type>
<overWrite>true</overWrite>
<overWrite>false</overWrite>
<outputDirectory>${tools.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand All @@ -260,7 +284,7 @@
<artifactId>sccainfo</artifactId>
<version>20170205.1</version>
<type>zip</type>
<overWrite>true</overWrite>
<overWrite>false</overWrite>
<outputDirectory>${tools.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand All @@ -279,7 +303,7 @@
<artifactId>rifiuti2</artifactId>
<version>0.7.0</version>
<type>zip</type>
<overWrite>true</overWrite>
<overWrite>false</overWrite>
<outputDirectory>${tools.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand Down Expand Up @@ -566,7 +590,7 @@
<artifactId>nativeview-dll</artifactId>
<version>1.0.1</version>
<type>zip</type>
<overWrite>true</overWrite>
<overWrite>false</overWrite>
<outputDirectory>${lib.dir}</outputDirectory>
</artifactItem>
</artifactItems>
Expand Down
5 changes: 5 additions & 0 deletions iped-app/resources/config/conf/ALeappConfig.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#aleapFolder specifies the folder where ALEAPP scripts are installed. It defaults to tools dir, in case ommited.
#aleapFolder=/home/patrick.pdb/multicase/indices/ALEAPP

#List of ALeapp plugins names not to be called (because there may already exist a correspondent IPED parser)
excludePlugins=WhatsApp
47 changes: 27 additions & 20 deletions iped-app/resources/config/conf/CategoriesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
{"name": "GDrive File Entries", "mimes": ["application/x-gdrive-cloud-graph-registry", "application/x-gdrive-snapshot-registry"]}
]},
{"name": "Databases", "mimes": ["application/x-edb", "application/x-edb-table", "application/irpf", "application/x-msaccess", "application/x-dbf", "application/vnd.oasis.opendocument.database", "application/x-sqlite3", "application/x-mysql-db", "application/x-berkeley-db", "application/x-mssql-data", "application/x-database-table"]},
{"name": "Compressed Archives", "mimes": ["application/x-tika-ooxml", "application/zlib", "application/applefile", "application/vnd.ms-tnef", "application/zip", "application/x-rar-compressed", "application/x-tar", "application/gzip", "application/x-gzip", "application/x-xz", "application/x-bzip", "application/x-bzip2", "application/x-7z-compressed", "application/x-arj", "application/x-gtar", "application/x-archive", "application/x-cpio", "application/x-tika-unix-dump", "application/x-snappy-framed", "application/x-snappy", "application/x-snappy-raw", "application/x-compress", "application/x-java-pack200", "application/x-lzma", "application/x-lz4", "application/x-lz4-block", "application/x-brotli", "application/zstd", "application/deflate64", "image/x-emf-compressed", "application/x-lzfse"]},
{"name": "Contacts", "mimes": ["text/x-vcard", "application/x-vcard-html", "application/windows-adress-book", "application/outlook-contact", "application/x-livecontacts", "application/x-livecontacts-table", "contact/x-skype-contact", "application/x-whatsapp-wadb", "application/x-whatsapp-contactsv2", "contact/x-whatsapp-contact", "application/x-ufed-html-contacts", "application/x-ufed-contact", "contact/x-telegram-contact", "application/x-ios-addressbook-db", "application/x-win10-mail-contact"]},
{"name": "Compressed Archives", "mimes": ["application/x-tika-ooxml", "application/zlib", "application/applefile", "application/vnd.ms-tnef", "application/zip", "application/x-rar-compressed", "application/x-tar", "application/gzip", "application/x-gzip", "application/x-xz", "application/x-bzip", "application/x-bzip2", "application/x-7z-compressed", "application/x-arj", "application/x-gtar", "application/x-archive", "application/x-cpio", "application/x-tika-unix-dump", "application/x-snappy-framed", "application/x-snappy", "application/x-snappy-raw", "application/x-compress", "application/x-java-pack200", "application/x-lzma", "application/x-lz4", "application/x-lz4-block", "application/x-brotli", "application/zstd", "application/deflate64", "image/x-emf-compressed", "application/x-lzfse", "application/x-android-backup"]},
{"name": "Contacts", "mimes": ["text/x-vcard", "application/x-vcard-html", "application/windows-adress-book", "application/outlook-contact", "application/x-livecontacts", "application/x-livecontacts-table", "contact/x-skype-contact", "application/x-whatsapp-wadb", "application/x-whatsapp-contactsv2", "contact/x-whatsapp-contact", "application/x-ufed-html-contacts", "application/x-ufed-contact", "contact/x-telegram-contact", "application/x-ios-addressbook-db", "application/x-win10-mail-contact", "application/aleapp-whatsapp-contacts", "application/aleapp-googleduo-contacts", "application/aleapp-tiktok-contacts"]},
{"name": "Chats", "categories":[
{"name": "WhatsApp", "mimes":["application/x-whatsapp-db", "application/x-whatsapp-chatstorage", "application/x-whatsapp-chat","application/x-ufed-chat-whatsapp","application/x-ufed-chat-preview-whatsapp"]},
{"name": "Threema", "mimes":["application/x-threema-chat", "application/x-threema-chatstorage"]},
Expand All @@ -86,16 +86,21 @@
{"name": "Facebook", "mimes":["application/x-ufed-chat-preview-facebook"]},
{"name": "Instagram", "mimes":["application/x-ufed-chat-preview-instagram"]},
{"name": "Discord", "mimes":["application/x-discord-chat"]},
{"name": "Badoo", "mimes":["application/aleapp-badoochat"]},
{"name": "Chat Activities", "mimes": ["application/x-ufed-chatactivity"]},
{"name": "Others Chats", "mimes":["application/x-ufed-html-chats", "application/x-ufed-chats-txt", "application/x-ufed-chat", "application/x-ufed-chat-preview"]}
]},
{"name": "Open Financial Exchange", "mimes": ["application/x-ofx-v1","application/x-ofx-v2","application/x-ofc"]},
{"name": "USN Journal", "mimes": ["application/x-usnjournal-$J", "application/x-usnjournal-report-html", "application/x-usnjournal-report-csv", "application/x-usnjournal-registry"]},
{"name": "Programs and Libraries",
"mimes": ["application/java-archive", "application/x-dosexec", "application/x-msdownload", "application/x-bat", "application/vnd.ms-cab-compressed", "application/x-font-ttf", "application/pkcs7-signature", "application/vnd.ms-htmlhelp", "application/java-vm", "application/vnd.ms-pki.seccat", "application/x-ms-installer", "application/x-ufed-html-apps", "application/x-ufed-installedapplication"],
"categories":[{"name": "Android Applications", "mimes": ["application/vnd.android.package-archive"]}]
},

{"name": "Programs and Libraries", "mimes": ["application/java-archive", "application/x-dosexec", "application/x-msdownload", "application/x-bat", "application/vnd.ms-cab-compressed", "application/x-font-ttf", "application/pkcs7-signature", "application/vnd.ms-htmlhelp", "application/java-vm", "application/vnd.ms-pki.seccat", "application/x-ms-installer", "application/x-ufed-html-apps", "application/x-ufed-installedapplication","application/aleapp-packages"],
"categories":[
{"name": "AppRoles"},
{"name": "App Notifications"},
{"name":"Installed via PlayStore", "mimes":["application/aleapp-installedapps-vending"]},
{"name":"Update information", "mimes":["application/aleapp-installedapps-gms"]},
{"name":"Google User Linked Apps", "mimes":["application/aleapp-installedapps-library"]},
{"name": "Android Applications", "mimes": ["application/vnd.android.package-archive"]}
]},
{"name": "Unallocated", "mimes": ["application/x-unallocated"]},
{"name": "File Slacks", "mimes": ["application/x-fileslack"]},
{"name": "Plain Texts", "mimes": ["text"], "categories":[
Expand All @@ -113,7 +118,7 @@
]},
{"name": "Browser Artifacts", "categories":[
{"name": "Internet History", "mimes": ["application/x-msie-cache", "application/x-webcache", "application/x-webcache-table", "application/x-ufed-html-webhistory", "application/x-firefox-places", "application/x-firefox-history", "application/x-firefox-downloads", "application/x-chrome-sqlite", "application/x-chrome-history", "application/x-chrome-downloads", "application/x-chrome-searches", "application/x-edge-web-cache", "application/x-edge-history", "application/x-safari-sqlite", "application/x-safari-history", "application/x-safari-plist", "application/x-safari-downloads"]},
{"name": "Internet History Entries", "mimes": ["application/x-ufed-visitedpage", "application/x-firefox-history-registry", "application/x-firefox-downloads-registry", "application/x-chrome-history-registry", "application/x-chrome-downloads-registry", "application/x-edge-history-registry", "application/x-safari-downloads-registry", "application/x-safari-history-registry"]},
{"name": "Internet History Entries", "mimes": ["application/x-ufed-visitedpage", "application/x-firefox-history-registry", "application/x-firefox-downloads-registry", "application/x-chrome-history-registry", "application/x-chrome-downloads-registry", "application/x-edge-history-registry", "application/x-safari-downloads-registry", "application/x-safari-history-registry", "application/aleapp-chrome-webhistory"]},
{"name": "Web Bookmarks", "mimes": ["application/x-ufed-html-bookmarks", "application/x-ufed-webbookmark", "application/x-firefox-bookmarks", "application/x-firefox-bookmarks-registry"]},
{"name": "Mozilla Firefox Saved Session", "mimes": ["application/x-firefox-savedsession"]},
{"name": "TorTCFragment", "mimes": ["application/x-tor-tc-fragment"]},
Expand Down Expand Up @@ -151,26 +156,26 @@
]}
]},
{"name": "Extraction Summary", "mimes": ["application/x-ufed-html-summary"]},
{"name": "Calls", "mimes": ["application/x-ufed-html-calls", "application/x-ufed-call", "call/x-threema-call", "call/x-whatsapp-call", "call/x-telegram-call", "call/x-discord-call", "application/x-ios-calllog-db", "application/x-ios8-calllog-db"]},
{"name": "SMS Messages", "mimes": ["application/x-ufed-html-sms", "application/x-ufed-sms", "application/x-ios-sms-db"]},
{"name": "Calls", "mimes": ["application/x-ufed-html-calls", "application/x-ufed-call", "call/x-threema-call", "call/x-whatsapp-call", "call/x-telegram-call", "call/x-discord-call", "application/x-ios-calllog-db", "application/x-ios8-calllog-db", "application/aleapp-googleduo-callhistory", "application/aleapp-calllogs"]},
{"name": "SMS Messages", "mimes": ["application/x-ufed-html-sms", "application/x-ufed-sms", "application/x-ios-sms-db", "application/aleapp-smsmessages"]},
{"name": "MMS Messages", "mimes": ["application/x-ufed-html-mms", "application/x-ufed-mms"]},
{"name": "Instant Messages", "mimes": ["message/x-chat-message", "message/x-threema-message", "application/x-ufed-instantmessage", "message/x-whatsapp-message", "message/x-skype-message", "message/x-skype-filetransfer", "message/x-telegram-message", "message/x-discord-message"]},
{"name": "Instant Messages", "mimes": ["message/x-chat-message", "message/x-threema-message", "application/x-ufed-instantmessage", "message/x-whatsapp-message", "message/x-skype-message", "message/x-skype-filetransfer", "message/x-telegram-message", "message/x-discord-message", "application/aleapp-tiktok-messages"]},
{"name": "Bluetooth Devices", "mimes": ["application/x-ufed-html-bluetooth", "application/x-ufed-bluetoothdevice"]},
{"name": "SIM Data", "mimes": ["application/x-ufed-html-simdata", "application/x-ufed-simdata"]},
{"name": "Calendar", "mimes": ["application/x-ufed-html-calendar", "application/x-ufed-calendarentry", "application/x-ios-calendar-db"]},
{"name": "Calendar", "mimes": ["application/x-ufed-html-calendar", "application/x-ufed-calendarentry", "application/x-ios-calendar-db", "application/aleapp-calendar-calendars"]},
{"name": "Logs", "mimes": ["application/x-ufed-html-logs", "application/x-ufed-logentry"]},
{"name": "User Accounts", "mimes": ["application/x-ufed-html-users", "application/x-ufed-useraccount", "application/x-ufed-user", "contact/x-skype-account", "application/x-whatsapp-account", "application/x-telegram-account", "application/x-gdrive-account-info"]},
{"name": "Searches", "mimes": ["application/x-ufed-html-searches", "application/x-ufed-searcheditem"]},
{"name": "User Accounts", "mimes": ["application/x-ufed-html-users", "application/x-ufed-useraccount", "application/x-ufed-user", "contact/x-skype-account", "application/x-whatsapp-account", "application/x-telegram-account", "application/x-gdrive-account-info", "application/aleapp-accountdata", "application/aleapp-gmail-active", "application/aleapp-chrome-logindata"]},
{"name": "Searches", "mimes": ["application/x-ufed-html-searches", "application/x-ufed-searcheditem", "application/aleapp-googleplaysearches"]},
{"name": "Notes", "mimes": ["application/x-ufed-html-notes", "application/x-ufed-note", "application/x-ios-oldnotes-db", "application/x-ios-notes-db"]},
{"name": "Wireless Networks", "mimes": ["application/x-ufed-html-wifi", "application/x-ufed-wirelessnetwork"]},
{"name": "Wireless Networks", "mimes": ["application/x-ufed-html-wifi", "application/x-ufed-wirelessnetwork","application/aleapp-wi-fiprofiles"]},
{"name": "Notifications", "mimes": ["application/x-ufed-html-notifications", "application/x-ufed-notification"]},
{"name": "Locations", "mimes": ["application/x-ufed-html-locations", "application/x-ufed-location", "application/x-ios-locations-db"]},
{"name": "Cookies", "mimes": ["application/x-ufed-html-cookies", "application/x-ufed-cookie"]},
{"name": "Locations", "mimes": ["application/x-ufed-html-locations", "application/x-ufed-location", "application/x-ios-locations-db", "application/aleapp-googlemapssearches-1", "application/aleapp-googlesearchhistorymaps", "application/aleapp-googlemapslasttrip" ]},
{"name": "Cookies", "mimes": ["application/x-ufed-html-cookies", "application/x-ufed-cookie", "application/aleapp-chrome-cookies"]},
{"name": "Configuration", "mimes": ["application/x-ufed-html-configurations"]},
{"name": "Passwords", "mimes": ["application/x-ufed-html-passwords", "application/x-ufed-password"]},
{"name": "Autofill", "mimes": ["application/x-ufed-html-autofill", "application/x-ufed-autofill"]},
{"name": "Autofill", "mimes": ["application/x-ufed-html-autofill", "application/x-ufed-autofill", "application/aleapp-chrome-autofill-entries"]},
{"name": "Cell Towers", "mimes": ["application/x-ufed-html-celltowers", "application/x-ufed-celltower"]},
{"name": "Power Events", "mimes": ["application/x-ufed-html-energyevents", "application/x-ufed-poweringevent"]},
{"name": "Power Events", "mimes": ["application/x-ufed-html-energyevents", "application/x-ufed-poweringevent", "application/aleapp-shutdowncheckpoints", "application/aleapp-lastboottime"]},
{"name": "User Dictionaries", "mimes": ["application/x-ufed-html-userdict", "application/x-ufed-dictionaryword"]},
{"name": "IP Connections", "mimes": ["application/x-ufed-html-ips", "application/x-ufed-ipconnection"]},
{"name": "Recordings", "mimes": ["application/x-ufed-html-recordings", "application/x-ufed-recording", "application/x-ios-voicemail-db"]},
Expand All @@ -179,8 +184,10 @@
{"name": "Device Information", "mimes": ["application/x-ufed-deviceinfo"]},
{"name": "Activities Sensor", "mimes": ["application/x-ufed-activitysensordata", "application/x-ufed-activitysensordatameasurement", "application/x-ufed-activitysensordatasample"]},
{"name": "Credit Cards", "mimes": ["application/x-ufed-creditcard"]},
{"name": "Device Connectivity", "mimes": ["application/x-ufed-deviceconnectivity", "application/aleapp-adbhosts"]},
{"name": "Device Events", "mimes": ["application/x-ufed-deviceevent", "application/aleapp-factoryreset", "application/aleapp-appops.xml"]},
{"name": "Device Connectivity", "mimes": ["application/x-ufed-deviceconnectivity"]},
{"name": "Device Events", "mimes": ["application/x-ufed-deviceevent"]},
{"name": "Privacy Dashboard", "mimes": ["application/aleapp-privacydashboard"]},
{"name": "File Downloads", "mimes": ["application/x-ufed-filedownload"]},
{"name": "File Uploads", "mimes": ["application/x-ufed-fileupload"]},
{"name": "Financial Accounts", "mimes": ["application/x-ufed-financialaccount"]},
Expand Down
Loading
Loading