186 Commits

Author SHA1 Message Date
Mark McKinnon
743b955a1d Merge remote-tracking branch 'upstream/develop' into 5773-collect-attachments-for-ShareIt 2019-11-19 11:41:39 -05:00
Mark McKinnon
62c17c61f4 Update shareit.py
Add attachments to message
2019-11-19 09:55:45 -05:00
Mark McKinnon
51c84638a8 Update fbmessenger.py
Remove datasource from analyzeMessages
2019-11-18 21:54:21 -05:00
Mark McKinnon
6d336f5bde Update fbmessenger.py
Add attachments from the database to the message
2019-11-18 17:38:07 -05:00
Richard Cordovano
01c2d33cd2
Merge pull request #5355 from raman-bt/5560-fbmessenger-calllogs
5560  FB messenger calllogs
2019-11-05 10:08:17 -05:00
Raman Arora
d80dafc478 Don't add caller/sender to the callee/recipient list. 2019-10-31 15:06:18 -04:00
Raman Arora
cccbde6452 5706: Message attachments. 2019-10-31 13:50:16 -04:00
U-BASIS\dsmyda
a58de8029f Cleaned up skype queries and tested them 2019-10-22 17:28:13 -04:00
U-BASIS\dsmyda
b46fe4d524 Cleaned up the whatsapp query and tested changes 2019-10-22 16:56:54 -04:00
U-BASIS\dsmyda
7e745617c0 Simplifed and tested the textnow queries 2019-10-22 15:38:16 -04:00
U-BASIS\dsmyda
e9890a7267 Cleaned up line queries and tested for regressions 2019-10-22 14:42:15 -04:00
Raman Arora
48a04cd3a9 5560: add support for FB messenger call logs. 2019-10-04 11:24:53 -04:00
Raman Arora
d53dbda2d3 Merge branch 'release-4.13.0' of https://github.com/sleuthkit/autopsy into 5612-filter-fb-messages 2019-10-02 15:07:57 -04:00
Richard Cordovano
1ab694ddbc
Merge pull request #5298 from dannysmyda/5611-update-messaging-parsers
5611 update messaging parsers
2019-10-02 14:51:47 -04:00
Raman Arora
2c73f28c06 Removed a left over IllegalArgumentException catch. 2019-10-02 14:02:38 -04:00
Raman Arora
9f337c0337 Restrict FB Messenger messages to user created messages. 2019-10-02 11:37:51 -04:00
U-BASIS\dsmyda
5117b32cc0 Used class variables for defaults 2019-10-02 10:59:19 -04:00
U-BASIS\dsmyda
43cfed0bdf Bug fixes from refactor 2019-10-02 10:59:19 -04:00
U-BASIS\dsmyda
7d9d61213e Changed code to address CommunicationsArtifactHelper API changes 2019-10-02 10:59:19 -04:00
Raman Arora
c000e063e4 5612: Filter out call control messages from FB Messenger 'message' query. 2019-10-02 10:18:24 -04:00
Raman Arora
bb16936768 Address review comments.
- fixed exception in FB Messenger regarding empty recipient list.
 - do not catch IllegalArgumentException
2019-10-01 20:56:54 -04:00
Raman Arora
a0770b0b4d 5604: CommunicationArtifactsHelper changes
- get rid Account.Address
 - handle required attribute arguments.
2019-10-01 14:37:08 -04:00
Raman Arora
ba0969dcee Removed unused variables. 2019-09-30 12:29:43 -04:00
Raman Arora
8580b9b6b9 5566: Add more comments to modules. 2019-09-27 13:08:08 -04:00
Raman Arora
fee109775c Merge branch 'release-4.13.0' of https://github.com/sleuthkit/autopsy into 5566_comment_modules 2019-09-27 08:35:19 -04:00
Richard Cordovano
dc384845dc
Merge pull request #5264 from raman-bt/5587-error-shareit
5587: Error from ShareIt module
2019-09-26 14:14:49 -04:00
Richard Cordovano
3154189cfc
Merge pull request #5274 from dannysmyda/5588-add-id-attribute
5588 add id attribute to contacts in message parsers
2019-09-26 14:14:07 -04:00
U-BASIS\dsmyda
fafb297cd1 Changed name from instance to address 2019-09-26 13:55:44 -04:00
U-BASIS\dsmyda
c8c1fbd91d Wrapped data into a Account.Address instance 2019-09-26 13:51:34 -04:00
Raman Arora
0be4a967b9 5588: additional attribute for contacts. 2019-09-26 12:55:53 -04:00
Raman Arora
2dd6a62207 5564: Confusing contacts associated with account
- Fixed SQL query for the contacts to correctly skip over users own account
2019-09-25 18:41:37 -04:00
Raman Arora
4cfd8a9ab0 5587: Error from ShareIt module
- filter out Null & blank strings while appending attachments list to msg body.
2019-09-25 12:00:47 -04:00
Raman
79ed5e5b44 5566 - add comments to modules. 2019-09-24 15:08:16 -04:00
Richard Cordovano
fc082d9a76
Merge pull request #5243 from raman-bt/5561-shareit
5561: Test ShareIt module.
2019-09-24 12:55:35 -04:00
Raman
6a660d58ca Merge branch 'release-4.13.0' of https://github.com/sleuthkit/autopsy into 5566_comment_modules 2019-09-24 12:48:54 -04:00
Richard Cordovano
712bd87dc7
Merge pull request #5251 from dannysmyda/5573-module-name-error
5573 Module Name NameError
2019-09-24 11:22:57 -04:00
U-BASIS\dsmyda
7d1ae4c897 Removed empty comment block 2019-09-23 18:07:57 -04:00
U-BASIS\dsmyda
31726ad882 Added comments and support for group calls in line 2019-09-23 18:06:31 -04:00
U-BASIS\dsmyda
902ca03de1 Fixed name error and rephrased error text 2019-09-23 17:15:50 -04:00
Raman
47df70a7b4 5561: Test ShareIt module. 2019-09-23 11:10:42 -04:00
Raman
7587698738 fixing merge conflict 2019-09-20 12:25:10 -04:00
Raman
0e94944723 Merge branch 'release-4.13.0' of https://github.com/sleuthkit/autopsy into 5437-fb-messenger
# Conflicts:
#	InternalPythonModules/android/imo.py
#	InternalPythonModules/android/module.py
2019-09-20 12:18:35 -04:00
Richard Cordovano
e928706e0d
Merge pull request #5237 from dannysmyda/tango-name-error
Tango Analyzer typo
2019-09-20 12:11:16 -04:00
Raman
2ac65c3cdb Merge branch 'release-4.13.0' of https://github.com/sleuthkit/autopsy into 5419-browsers-maps-apps
# Conflicts:
#	InternalPythonModules/android/module.py
2019-09-20 11:57:05 -04:00
U-BASIS\dsmyda
7c1a5b9199 Fixed tango bug and type in viber analyzer 2019-09-20 11:46:56 -04:00
Raman
a631d27039 Merge branch 'release-4.13.0' of https://github.com/sleuthkit/autopsy into 5446-file-transfer-apps
# Conflicts:
#	InternalPythonModules/android/general.py
#	InternalPythonModules/android/imo.py
#	InternalPythonModules/android/module.py
2019-09-20 11:41:37 -04:00
Richard Cordovano
6e9f9b8fd2
Merge pull request #5234 from dannysmyda/5445-whatsapp-database-parser
Remove mime type from WhatsApp attachment
2019-09-20 11:33:19 -04:00
U-BASIS\dsmyda
d655226a61 Merged release-4.13.0 and resolved conflicts 2019-09-20 11:30:39 -04:00
U-BASIS\dsmyda
f774e6e413 Merged release-4.13.0 and resolved conflicts 2019-09-20 11:20:04 -04:00
U-BASIS\dsmyda
1dbc41420b Removed mime type from attachment 2019-09-20 11:13:13 -04:00