762 Commits

Author SHA1 Message Date
William Schaefer
bb1b99172a 4606 change Parsing of sam file to get SID from newly added SID field in user account parsing 2019-01-15 14:33:06 -05:00
William Schaefer
ee1d64f25e 4606 in line getting of userIdWithoutRID 2019-01-14 15:09:13 -05:00
William Schaefer
5b3bff0aa6 4606 get correct complete SID for local accounts 2019-01-14 14:53:48 -05:00
William Schaefer
5063e17b0b 4590 fix misspelled operating system and wrong class for logger 2019-01-14 13:19:59 -05:00
William Schaefer
43d4d5970f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4606-AddUserLoginsToOsAccountArts 2019-01-11 13:48:47 -05:00
William Schaefer
e04bff5c1e 4590 add comment for DataSourceAnalyzer class 2019-01-11 13:45:45 -05:00
William Schaefer
ef13b9a245 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4590-DataSourceProfiler 2019-01-11 13:24:03 -05:00
William Schaefer
414b2f33da 4622 remove unused import in ExtractIE 2019-01-11 10:05:20 -05:00
William Schaefer
f2969bc962 4606 fix exception logging for newly added parsing 2019-01-10 16:56:11 -05:00
William Schaefer
f5e9e58cbb 4606 update comments optimize code for SAM parsing 2019-01-10 16:40:15 -05:00
William Schaefer
fb29cbee19 4622 remove unused imports from ExtractIE 2019-01-10 15:37:28 -05:00
Raman
4c401c5ca7 1173: Fix Firefox parser
- Fix Downloads query
 - Fix history query
2019-01-10 15:23:55 -05:00
William Schaefer
2f5ebfe4e7 4622 no longer create OS_ACCOUNT artifacts in ExtractIE 2019-01-10 14:32:06 -05:00
William Schaefer
b4844958d2 4622 keep track of existing TSK_OS_ACCOUNTS in order to dedupe 2019-01-10 13:34:04 -05:00
William Schaefer
25ee624f6e 4622 remove parsing of signons.sqlite from chrome parser 2019-01-10 10:54:15 -05:00
William Schaefer
82af93a785 4606 store dates for OS_ACCOUNT in date attributes 2019-01-09 17:33:30 -05:00
William Schaefer
5b765914ad 4606 add parsing of SAM regripper output 2019-01-09 13:52:08 -05:00
William Schaefer
5183e20404 4590 remove new attribute in favor of tsk_description 2019-01-08 15:49:00 -05:00
William Schaefer
8cd3040dbf 4590 fix errors when refactoring name of artifact 2019-01-08 14:57:38 -05:00
William Schaefer
b7be944a0b 4590 rename artifact and attribute for data source usage 2019-01-08 14:44:11 -05:00
William Schaefer
35b8fe44cc 4590 update comment for windows volume check 2019-01-08 13:42:22 -05:00
William Schaefer
7c9d4e1596 4590 change data source profile artifact/attribute relationship to 1 to 1 2019-01-08 13:41:03 -05:00
William Schaefer
cde86ea894 4590 hide Data Source Profile in tree 2019-01-08 12:35:26 -05:00
William Schaefer
64e1d6065d 4590 Add datasourceprofiler class to recent activity 2019-01-07 18:41:54 -05:00
Richard Cordovano
e075717684 Update Autopsy-Core NBM version numbers for 4.10.0 release 2018-12-18 16:23:45 -05:00
William Schaefer
37d048bc59 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4305-NewCorrelationAttrs 2018-11-07 16:51:15 -05:00
William Schaefer
2e0a6bf82e 4305 resolve merge conflicts with develop 2018-11-06 12:35:06 -05:00
Ann Priestman
e5313083d8 Moved extractDomain from RecentActivity into NetworkUtils 2018-11-05 10:21:03 -05:00
Ann Priestman
1c925b65ec Remove RecentActivity from pubilc packages 2018-11-05 09:40:59 -05:00
Richard Cordovano
b3e3278eee
Merge pull request #4218 from dgrove727/4262_HandleDomainSpecialCharacters
4262 handle domain special characters
2018-11-02 14:09:35 -04:00
U-BASIS\dgrove
23c21b9f30 Reference 'extractDomain()' from ExtractIE class. 2018-11-01 16:48:33 -04:00
William Schaefer
1dda52aa03 4305 added correlation attribute for wifi networks 2018-10-24 14:45:43 -04:00
William Schaefer
2b06275ed6 4304 minor comment fixes for tsk_wifi_network artifact 2018-10-24 10:30:43 -04:00
William Schaefer
f61dc06a98 4304 remove sys outs used for debugging 2018-10-23 11:03:42 -04:00
William Schaefer
891ddada28 4304 rename tsk_ssid artifact to tsk_wifi_network 2018-10-22 16:13:53 -04:00
William Schaefer
416f6e28df 4304 extract SSID using regripper nic2.pl and create TSK_SSID artifact 2018-10-22 11:27:12 -04:00
U-BASIS\dgrove
1180bdb1ba Merge remote-tracking branch 'upstream/release-4.9.0' into 4262_HandleDomainSpecialCharacters 2018-10-12 23:56:14 -04:00
U-BASIS\dgrove
36b64926fa Handle '@' character better; cleanup. 2018-10-12 23:55:20 -04:00
Richard Cordovano
6bf58a0d3a NBM versioning updates for release 4.9.0 2018-10-12 12:07:41 -04:00
Brian Carrier
e80553351c validate domains don't have special characters 2018-10-11 18:49:32 -04:00
U-BASIS\dgrove
49c001e69f Cleanup. 2018-10-11 15:12:33 -04:00
U-BASIS\dgrove
6977f4d69d Simplified user@host parsing. 2018-10-11 15:11:51 -04:00
U-BASIS\dgrove
3c1db06fc4 Minimal fixes. 2018-10-11 15:03:25 -04:00
U-BASIS\dgrove
d097ef52c5 Ignore problematic URLs to prevent artifact creation. 2018-10-10 14:39:46 -04:00
Richard Cordovano
b205a983d3 Module version updates for release 4.8.0 2018-07-30 11:24:54 -04:00
Ann Priestman
a72527a4d5 Cleanup 2018-07-11 11:23:46 -04:00
Ann Priestman
f6b6aec267 Fix protocol regex and increase max value length. 2018-07-11 11:22:33 -04:00
Ann Priestman
c3e663e66e Fix split regex 2018-07-10 12:50:39 -04:00
Richard Cordovano
fe32cb5500
Update SearchEngineURLQueryAnalyzer.java 2018-07-06 17:24:45 -04:00
William Schaefer
420a3fffe8 3997 make new logger message SEVERE leave existing one as FINE 2018-07-06 12:11:18 -04:00